Uses of Enum Class
org.vaadin.tatu.BeanTable.ColumnSelectMenu
-
Uses of BeanTable.ColumnSelectMenu in org.vaadin.tatu
Methods in org.vaadin.tatu that return BeanTable.ColumnSelectMenuModifier and TypeMethodDescriptionstatic BeanTable.ColumnSelectMenuReturns the enum constant of this class with the specified name.static BeanTable.ColumnSelectMenu[]BeanTable.ColumnSelectMenu.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.tatu with parameters of type BeanTable.ColumnSelectMenuModifier and TypeMethodDescriptionvoidBeanTable.setColumnSelectionMenu(BeanTable.ColumnSelectMenu columnSelect) Use ColumnSelectMenu.CONTEXT column selection as context menu.