Type | Name | Description | Notes |
IlvBoolean | IliDbNavigator | Contains true if the navigator position starts at one and contains false if it starts at zero. | |
Boolean | clearButtonShown | Shows the clear button if the property is true . Otherwise, the button is hidden. | |
Boolean | confirmDeletes | The property is true if a confirmation dialog box is to be used when a row is deleted. | |
IliDataSource | dataSource | Contains the data source object. This property cannot be written to if the dataSourceName property is not empty. In other words, the data source can be specified either literally through the dataSource property or by name through the dataSourceName property, but not both. | |
String | dataSourceName | Contains the data source name. | |
Boolean | deleteButtonShown | Shows the Delete button if the property is true . Otherwise, the button is hidden. | |
Boolean | insertButtonShown | Shows the Insert button if the property is true . Otherwise, the button is hidden. | |
Boolean | navigationButtonsShown | Shows the Navigation buttons if the property is true . Otherwise, the buttons are hidden. | |
Boolean | positionTextShown | Shows the Position text if the property is true . Otherwise, the text is hidden. | |
Boolean | queryModeButtonShownn | Shows the QueryMode button if the property is true . Otherwise, the button is hidden. | |
Boolean | rowsCountTextShown | Shows the RowsCount text if the property is true . Otherwise, the text is hidden. | |
Boolean | selectButtonShown | Shows the Select button if the property is true . Otherwise, the button is hidden. | |
Boolean | validationButtonsShown | Shows the Validation buttons if the property is true . Otherwise, the buttons are hidden. | |
IlvGadget | getObject(String name) | Returns the button or text field named name . The following are the names of the gadgets contained by the DbNavigator.
GotoFirst
GotoPrevious
GotoNext
GotoLast
Position
RowsCount
StartInsert
DeleteRow
Validate
Cancel
Select
Clear
QueryMode
If name is not one of these names or if the corresponding gadget is not shown, this method returns null . | |