Uses of Enum Class
com.jbstrap.ui.components.listgrid.enums.ListGridContextMenuOrder
-
Uses of ListGridContextMenuOrder in com.jbstrap.ui.components.listgrid
Modifier and TypeFieldDescriptionprotected ListGridContextMenuOrder
ListGrid.headerContextMenuOrder
Modifier and TypeMethodDescriptionListGrid.getHeaderContextMenuOrder()
Gets the display order of the columns in the context menu.Modifier and TypeMethodDescriptionfinal ListGrid
ListGrid.setHeaderContextMenuOrder
(ListGridContextMenuOrder order) Sets the order of the columns in the context menu. -
Uses of ListGridContextMenuOrder in com.jbstrap.ui.components.listgrid.enums
Modifier and TypeMethodDescriptionstatic ListGridContextMenuOrder
Returns the enum constant of this class with the specified name.static ListGridContextMenuOrder[]
ListGridContextMenuOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.