|
||||||||||
| 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()
Returns the selection mode for this IDataBook. |
| Methods in com.sibvisions.rad.model.mem with parameters of type IDataBook.SelectionMode | |
|---|---|
void |
MemDataBook.reload(IDataBook.SelectionMode pSelectionMode)
It refreshs all IDataRow's in the IDataBook, like the was before the changes, get the data
again from the storage and selects the row with the specified SelectionMode. |
void |
MemDataBook.reloadDataPage(IDataBook.SelectionMode pSelectionMode)
Reload the current DataPage with the pSelectionMode. |
void |
MemDataBook.setSelectionMode(IDataBook.SelectionMode pSelectionMode)
Sets the one of the following selection mode for this IDataBook. |
| Uses of IDataBook.SelectionMode in javax.rad.model |
|---|
| Methods in javax.rad.model that return IDataBook.SelectionMode | |
|---|---|
IDataBook.SelectionMode |
IDataBook.getSelectionMode()
Returns the selection mode for this IDataBook. |
static IDataBook.SelectionMode |
IDataBook.SelectionMode.valueOf(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)
It refreshs all IDataRow's in the IDataBook, like the was before the changes, get the data
again from the storage and selects the row with the specified SelectionMode. |
void |
IDataBook.setSelectionMode(IDataBook.SelectionMode pSelectionMode)
Sets the one of the following selection mode for this IDataBook. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||