Uses of Class
com.inmethod.grid.treegrid.BaseTreeColumn

Packages that use BaseTreeColumn
com.inmethod.grid.column.editable   
com.inmethod.grid.column.tree   
 

Uses of BaseTreeColumn in com.inmethod.grid.column.editable
 

Subclasses of BaseTreeColumn in com.inmethod.grid.column.editable
 class EditablePropertyTreeColumn<T extends TreeModel & Serializable,I extends TreeNode & Serializable,P>
          Tree column that allows to edit the property when item is selected.
 

Uses of BaseTreeColumn in com.inmethod.grid.column.tree
 

Subclasses of BaseTreeColumn in com.inmethod.grid.column.tree
 class AbstractTreeColumn<T extends TreeModel & Serializable,I extends TreeNode & Serializable>
          Base class for TreeGrid column that contains the actual tree.
 class PropertyTreeColumn<T extends TreeModel & Serializable,I extends TreeNode & Serializable,P>
          Simple tree column that displays a property of TreeNode instance specified by the property expression.
 



Copyright © 2007-2012 inMethod s.r.o.. All Rights Reserved.