Uses of Enum Class
com.jbstrap.ui.components.listgrid.enums.ListGridRecordState
-
Uses of ListGridRecordState in com.jbstrap.ui.components.listgrid
Modifier and TypeMethodDescriptionListGrid.getRowState
(int rowIndex) Gets the state of a row.ListGridRow.getState()
Gets the state of the list grid row record.Modifier and TypeMethodDescriptionprotected final ListGridRow
ListGridRow.setState
(ListGridRecordState state) -
Uses of ListGridRecordState in com.jbstrap.ui.components.listgrid.enums
Modifier and TypeMethodDescriptionstatic ListGridRecordState
Returns the enum constant of this class with the specified name.static ListGridRecordState[]
ListGridRecordState.values()
Returns an array containing the constants of this enum class, in the order they are declared.