Uses of Interface
com.google.gwt.user.cellview.client.CellTree.Resources
Packages that use CellTree.Resources
-
Uses of CellTree.Resources in com.google.gwt.user.cellview.client
Subinterfaces of CellTree.Resources in com.google.gwt.user.cellview.clientModifier and TypeInterfaceDescriptionstatic interface
Resources that match the GWT standard style theme.Constructors in com.google.gwt.user.cellview.client with parameters of type CellTree.ResourcesModifierConstructorDescriptionCellTree
(TreeViewModel viewModel, T rootValue, CellTree.Resources resources) Construct a newCellTree
.CellTree
(TreeViewModel viewModel, T rootValue, CellTree.Resources resources, CellTree.CellTreeMessages messages) Construct a newCellTree
.CellTree
(TreeViewModel viewModel, T rootValue, CellTree.Resources resources, CellTree.CellTreeMessages messages, int defaultNodeSize) Construct a newCellTree
.