Package br.com.davinti.vitruvio.ui.root
Interface MainAreaViewMenuConfigView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
MainAreaViewMenuConfigViewImpl
public interface MainAreaViewMenuConfigView
extends View
-
Method Summary
Modifier and TypeMethodDescriptionTextFieldButtonLabelLabelComponentTextFieldButtonCheckBoxTreeTablegetTable()ComboBox<TipoItemMenu> CheckBoxCheckBoxMethods inherited from interface View
getTitle, getViewComponent
-
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()
-