Uses of Enum Class
com.jbstrap.ui.components.listgrid.enums.ListGridContextMenuOrder
Packages that use ListGridContextMenuOrder
-
Uses of ListGridContextMenuOrder in com.jbstrap.ui.components.listgrid
Fields in com.jbstrap.ui.components.listgrid declared as ListGridContextMenuOrderModifier and TypeFieldDescriptionprotected ListGridContextMenuOrder
ListGrid.headerContextMenuOrder
Methods in com.jbstrap.ui.components.listgrid that return ListGridContextMenuOrderModifier and TypeMethodDescriptionListGrid.getHeaderContextMenuOrder()
Gets the display order of the columns in the context menu.Methods in com.jbstrap.ui.components.listgrid with parameters of type ListGridContextMenuOrderModifier 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
Methods in com.jbstrap.ui.components.listgrid.enums that return ListGridContextMenuOrderModifier 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.