Uses of Class
com.inmethod.grid.column.AbstractLightWeightColumn
Packages that use AbstractLightWeightColumn
-
Uses of AbstractLightWeightColumn in com.inmethod.grid.column
Subclasses of AbstractLightWeightColumn in com.inmethod.grid.columnModifier and TypeClassDescriptionclass
PropertyColumn<M,
I, P, S> A lightweight column that displays a property of row object specified by an property expression. -
Uses of AbstractLightWeightColumn in com.inmethod.grid.column.editable
Subclasses of AbstractLightWeightColumn in com.inmethod.grid.column.editableModifier and TypeClassDescriptionclass
DropDownChoiceColumn<M,
I, T, S> Property column that uses aDropDownChoicePanel
as cell component when the item is selected.class
EditableCheckBoxColumn<M,
I, S> Property column that uses aCheckBoxPanel
as cell component when the item is selected.class
EditableLocalDateColumn<M,
I, S> Property column that uses aLocalDateTextFieldPanel
as cell component when the item is selected.class
EditablePropertyColumn<M,
I, P, S> Property column that uses aTextFieldPanel
as cell component when the item is selected.