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 Type
    Method
    Description
    void
    setResizable(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.HasBinding

    setBinding

    Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId

    setId

    Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabel

    setLabel

    Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTip

    setTip

    Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabled

    setDisabled

    Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered

    setRendered

    Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual

    setCustomClass, setMarkup
  • Method Details

    • setResizable

      void setResizable(String resizable)
      Flag indicating whether or not the width of this column in a sheet is resizable, by the user.