Uses of Class
com.vaadin.shared.ui.grid.GridConstants.SidebarColumnOrder
-
Packages that use GridConstants.SidebarColumnOrder Package Description com.vaadin.client.widgets com.vaadin.shared.ui.grid com.vaadin.ui -
-
Uses of GridConstants.SidebarColumnOrder in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets that return GridConstants.SidebarColumnOrder Modifier and Type Method Description GridConstants.SidebarColumnOrder
Grid. getSidebarColumnOrder()
Get the set ordering of the columns in the sidebar menuMethods in com.vaadin.client.widgets with parameters of type GridConstants.SidebarColumnOrder Modifier and Type Method Description void
Grid. setSidebarColumnOrder(GridConstants.SidebarColumnOrder order)
Set the order of the columns in the sidebar menu. -
Uses of GridConstants.SidebarColumnOrder in com.vaadin.shared.ui.grid
Fields in com.vaadin.shared.ui.grid declared as GridConstants.SidebarColumnOrder Modifier and Type Field Description GridConstants.SidebarColumnOrder
GridState. sidebarColumnOrder
Ordering of columns in the sidebar column hider widgetMethods in com.vaadin.shared.ui.grid that return GridConstants.SidebarColumnOrder Modifier and Type Method Description static GridConstants.SidebarColumnOrder
GridConstants.SidebarColumnOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static GridConstants.SidebarColumnOrder[]
GridConstants.SidebarColumnOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GridConstants.SidebarColumnOrder in com.vaadin.ui
Methods in com.vaadin.ui that return GridConstants.SidebarColumnOrder Modifier and Type Method Description GridConstants.SidebarColumnOrder
Grid. getSidebarColumnOrder()
Get the current sidebar column order.Methods in com.vaadin.ui with parameters of type GridConstants.SidebarColumnOrder Modifier and Type Method Description void
Grid. setSidebarColumnOrder(GridConstants.SidebarColumnOrder order)
Set the order of the columns visible in the sidebar menu.
-