It is possible to set a state to a specific navigation button. Depending on the states of buttons user is allowed or denied the use of each button's functionality. Defined restrictions are implemented for all users, workstations, workplaces, etc. The state of navigation button can only be defined in design time.
Navigation buttons are used on numerous controls. With them it is possible to reload data, to add data, edit data or to only move around the data. Navigation buttons can also be used to enter null value and to activate extended search feature.
Several types of states are available which can be used to customize the behaviour, appearance and functionality of each control and its navigation options.
State | Description |
---|---|
Default | Navigation button is displayed and active in this state. This means that when clicked an appropriate action will be executed. |
Hidden | Navigation button is not displayed, therefore button cannot be selected and button's action cannot be executed. Functionality of this button is not accessible. |
Disabled | Navigation button is displayed but it is disabled. Therefore button cannot be clicked and action cannot be executed. If button cannot be used it is usually still displayed to achieve the consistency of the look of the navigation buttons. |