Uses of Enum Class
com.jbstrap.ui.components.listgrid.enums.ListGridRecordState
Packages that use ListGridRecordState
-
Uses of ListGridRecordState in com.jbstrap.ui.components.listgrid
Methods in com.jbstrap.ui.components.listgrid that return ListGridRecordStateModifier and TypeMethodDescriptionListGrid.getRowState
(int rowIndex) Gets the state of a row.ListGridRow.getState()
Gets the state of the list grid row record.Methods in com.jbstrap.ui.components.listgrid with parameters of type ListGridRecordStateModifier and TypeMethodDescriptionprotected final ListGridRow
ListGridRow.setState
(ListGridRecordState state) -
Uses of ListGridRecordState in com.jbstrap.ui.components.listgrid.enums
Methods in com.jbstrap.ui.components.listgrid.enums that return ListGridRecordStateModifier 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.