Uses of Class
com.inmethod.grid.column.AbstractLightWeightColumn
-
Packages that use AbstractLightWeightColumn Package Description com.inmethod.grid.column com.inmethod.grid.column.editable -
-
Uses of AbstractLightWeightColumn in com.inmethod.grid.column
Subclasses of AbstractLightWeightColumn in com.inmethod.grid.column Modifier and Type Class Description classPropertyColumn<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.editable Modifier and Type Class Description classDropDownChoiceColumn<M,I,T,S>Property column that uses aDropDownChoicePanelas cell component when the item is selected.classEditableCheckBoxColumn<M,I,S>Property column that uses aCheckBoxPanelas cell component when the item is selected.classEditableLocalDateColumn<M,I,S>Property column that uses aLocalDateTextFieldPanelas cell component when the item is selected.classEditablePropertyColumn<M,I,P,S>Property column that uses aTextFieldPanelas cell component when the item is selected.
-