|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INavigationControl
The IControl
inform about changes in the
IDataRow/IDataBook
and GUI controls need to repaint the data part.
It also inform the GUI controls, that the editing mode in the control should be
save or cancel the last change.
IDataRow
,
IDataBook
Field Summary | |
---|---|
static int |
NAVIGATION_CELL_AND_FOCUS
Navigation mode cell and focus. |
static int |
NAVIGATION_CELL_AND_ROW_AND_FOCUS
Navigation mode cell and row and focus. |
static int |
NAVIGATION_NONE
Navigation mode none. |
static int |
NAVIGATION_ROW_AND_FOCUS
Navigation mode row and focus. |
Method Summary | |
---|---|
int |
getEnterNavigationMode()
Gets the ENTER navigation mode. |
int |
getTabNavigationMode()
Gets the ENTER navigation mode. |
void |
setEnterNavigationMode(int pNavigationMode)
Sets the ENTER navigation mode. |
void |
setTabNavigationMode(int pNavigationMode)
Sets the ENTER navigation mode. |
Field Detail |
---|
static final int NAVIGATION_NONE
static final int NAVIGATION_CELL_AND_FOCUS
static final int NAVIGATION_CELL_AND_ROW_AND_FOCUS
static final int NAVIGATION_ROW_AND_FOCUS
Method Detail |
---|
int getEnterNavigationMode()
void setEnterNavigationMode(int pNavigationMode)
pNavigationMode
- the ENTER navigation mode.int getTabNavigationMode()
void setTabNavigationMode(int pNavigationMode)
pNavigationMode
- the ENTER navigation mode.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |