Accessors for class IliDbNavigator

Properties

Methods

Description

An IliDbNavigator gadget contains:
The data source is specified with the dataSourceName property.
There are a number of Boolean properties that determine which buttons and which text fields are visible. Note that the DbNavigator gadget requires that at least one item be shown at any given time.

TypeNameDescriptionNotes
IlvBooleanIliDbNavigatorContains true if the navigator position starts at one and contains false if it starts at zero.
BooleanclearButtonShownShows the clear button if the property is true. Otherwise, the button is hidden.
BooleanconfirmDeletesThe property is true if a confirmation dialog box is to be used when a row is deleted.
IliDataSourcedataSourceContains 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.
StringdataSourceNameContains the data source name.
BooleandeleteButtonShownShows the Delete button if the property is true. Otherwise, the button is hidden.
BooleaninsertButtonShownShows the Insert button if the property is true. Otherwise, the button is hidden.
BooleannavigationButtonsShownShows the Navigation buttons if the property is true. Otherwise, the buttons are hidden.
BooleanpositionTextShownShows the Position text if the property is true. Otherwise, the text is hidden.
BooleanqueryModeButtonShownnShows the QueryMode button if the property is true. Otherwise, the button is hidden.
BooleanrowsCountTextShownShows the RowsCount text if the property is true. Otherwise, the text is hidden.
BooleanselectButtonShownShows the Select button if the property is true. Otherwise, the button is hidden.
BooleanvalidationButtonsShownShows the Validation buttons if the property is true. Otherwise, the buttons are hidden.
IlvGadgetgetObject(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.