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 SummaryModifier 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 org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelsetLabelMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTipsetTipMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabledsetDisabledMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Method Details- 
setResizableFlag indicating whether or not the width of this column in a sheet is resizable, by the user.
 
-