Interface MainAreaViewMenuConfigView

All Superinterfaces:
Serializable, View
All Known Implementing Classes:
MainAreaViewMenuConfigViewImpl

public interface MainAreaViewMenuConfigView extends View
  • Method Details

    • getUpperMenuEnabled

      CheckBox getUpperMenuEnabled()
    • getUseOnlyUpperMenu

      CheckBox getUseOnlyUpperMenu()
    • getTable

      TreeTable getTable()
    • getNameSearchField

      TextField getNameSearchField()
    • getTypeSearchField

      ComboBox<TipoItemMenu> getTypeSearchField()
    • getActionSearchField

      TextField getActionSearchField()
    • getSaveButton

      Button getSaveButton()
    • getAddMenuButton

      Button getAddMenuButton()
    • getMainLayout

      Component getMainLayout()
    • getConfigTitle

      Label getConfigTitle()
    • getGridTitle

      Label getGridTitle()
    • getShowIconsInRootItems

      CheckBox getShowIconsInRootItems()