|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDataBook.SelectionMode | |
---|---|
com.sibvisions.rad.model.mem | Contains all storage independent model classes. |
javax.rad.model | Contains all model interfaces, abstract base and exception classes. |
Uses of IDataBook.SelectionMode in com.sibvisions.rad.model.mem |
---|
Methods in com.sibvisions.rad.model.mem that return IDataBook.SelectionMode | |
---|---|
IDataBook.SelectionMode |
MemDataBook.getSelectionMode()
Gets the IDataBook.SelectionMode that is used. |
Methods in com.sibvisions.rad.model.mem with parameters of type IDataBook.SelectionMode | |
---|---|
void |
MemDataBook.reload(IDataBook.SelectionMode pSelectionMode)
Reloads all rows from the storage (any changes are discarded) and applies the given IDataBook.SelectionMode to this reload operation. |
void |
MemDataBook.reloadDataPage(IDataBook.SelectionMode pSelectionMode)
Reload the current DataPage with the pSelectionMode. |
void |
MemDataBook.setSelectionMode(IDataBook.SelectionMode pSelectionMode)
Sets the IDataBook.SelectionMode that should be used. |
Uses of IDataBook.SelectionMode in javax.rad.model |
---|
Methods in javax.rad.model that return IDataBook.SelectionMode | |
---|---|
IDataBook.SelectionMode |
IDataBook.getSelectionMode()
Gets the IDataBook.SelectionMode that is used. |
static IDataBook.SelectionMode |
IDataBook.SelectionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IDataBook.SelectionMode[] |
IDataBook.SelectionMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in javax.rad.model with parameters of type IDataBook.SelectionMode | |
---|---|
void |
IDataBook.reload(IDataBook.SelectionMode pSelectionMode)
Reloads all rows from the storage (any changes are discarded) and applies the given IDataBook.SelectionMode to this reload operation. |
void |
IDataBook.setSelectionMode(IDataBook.SelectionMode pSelectionMode)
Sets the IDataBook.SelectionMode that should be used. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |