Uses of Class
com.inmethod.grid.column.PropertyColumn
-
Packages that use PropertyColumn Package Description com.inmethod.grid.column com.inmethod.grid.column.editable -
-
Uses of PropertyColumn in com.inmethod.grid.column
Methods in com.inmethod.grid.column that return PropertyColumn Modifier and Type Method Description PropertyColumn<M,I,P,S>PropertyColumn. setEscapeMarkup(boolean escape)Sets whether the markup will be escaped. -
Uses of PropertyColumn in com.inmethod.grid.column.editable
Subclasses of PropertyColumn 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.
-