javax.rad.ui.control
Interface INavigationControl

All Known Subinterfaces:
ITable
All Known Implementing Classes:
JVxTable, SwingTable, UITable

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.

See Also:
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

NAVIGATION_NONE

static final int NAVIGATION_NONE
Navigation mode none.

See Also:
Constant Field Values

NAVIGATION_CELL_AND_FOCUS

static final int NAVIGATION_CELL_AND_FOCUS
Navigation mode cell and focus.

See Also:
Constant Field Values

NAVIGATION_CELL_AND_ROW_AND_FOCUS

static final int NAVIGATION_CELL_AND_ROW_AND_FOCUS
Navigation mode cell and row and focus.

See Also:
Constant Field Values

NAVIGATION_ROW_AND_FOCUS

static final int NAVIGATION_ROW_AND_FOCUS
Navigation mode row and focus.

See Also:
Constant Field Values
Method Detail

getEnterNavigationMode

int getEnterNavigationMode()
Gets the ENTER navigation mode.

Returns:
the ENTER navigation mode.

setEnterNavigationMode

void setEnterNavigationMode(int pNavigationMode)
Sets the ENTER navigation mode.

Parameters:
pNavigationMode - the ENTER navigation mode.

getTabNavigationMode

int getTabNavigationMode()
Gets the ENTER navigation mode.

Returns:
the ENTER navigation mode.

setTabNavigationMode

void setTabNavigationMode(int pNavigationMode)
Sets the ENTER navigation mode.

Parameters:
pNavigationMode - the ENTER navigation mode.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.