Uses of Class
com.inmethod.grid.column.PropertyColumn

Packages that use PropertyColumn
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
 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
 class DropDownChoiceColumn<M,I,T,S>
          Property column that uses a DropDownChoicePanel as cell component when the item is selected.
 class EditableCheckBoxColumn<M,I,S>
          Property column that uses a CheckBoxPanel as cell component when the item is selected.
 class EditableDateColumn<M,I,S>
          Property column that uses a DateTextFieldPanel as cell component when the item is selected.
 class EditablePropertyColumn<M,I,P,S>
          Property column that uses a TextFieldPanel as cell component when the item is selected.
 



Copyright © 2007–2014 inMethod s.r.o.. All rights reserved.