Uses of Class
com.inmethod.grid.common.ColumnsState.Entry
Packages that use ColumnsState.Entry
-
Uses of ColumnsState.Entry in com.inmethod.grid.common
Methods in com.inmethod.grid.common that return ColumnsState.EntryModifier and TypeMethodDescriptionReturns theColumnsState.Entry
instance for column with give id, or null if the entry doesn't exist.Methods in com.inmethod.grid.common that return types with arguments of type ColumnsState.EntryModifier and TypeMethodDescriptionColumnsState.getColumnStates()
Returns collection ofColumnsState.Entry
instances of thisColumnsState
.Constructors in com.inmethod.grid.common with parameters of type ColumnsState.EntryModifierConstructorDescriptionColumnsState
(ColumnsState.Entry[] columnStates) Creates newColumnsState
instance.