Interface ColumnNodeTagDeclaration
- All Superinterfaces:
HasBinding, HasId, HasIdBindingAndRendered, HasLabel, HasTip, IsDisabled, IsRendered, IsVisual
public interface ColumnNodeTagDeclaration
extends HasIdBindingAndRendered, HasTip, IsDisabled, IsVisual, HasLabel
Creates a tree node inside of a sheet (also known as tree table).
This component represents a single node inside a tree structure.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetResizable(String resizable) Flag indicating whether or not the width of this column in a sheet is resizable, by the user.Methods inherited from interface HasBinding
setBindingMethods inherited from interface IsDisabled
setDisabledMethods inherited from interface IsRendered
setRenderedMethods inherited from interface IsVisual
setCustomClass, setMarkup
-
Method Details
-
setResizable
Flag indicating whether or not the width of this column in a sheet is resizable, by the user.
-