Schnittstelle SplitLayoutTagDeclaration

Alle Superschnittstellen:
HasBinding, HasId, HasSpacing, IsVisual

public interface SplitLayoutTagDeclaration extends HasId, HasSpacing, HasBinding, IsVisual

WARNING: This component is preliminary and may be changed without a major release.

Renders a SplitLayout. A area with two child components rendered horizontally or vertically and allows to change the layout relation of this two components on the client.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setColumns(String columns)
    This value defines the layout constraints for column layout.
    void
    This value defines the layout constraints for row layout.

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding

    setBinding

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasId

    setId

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasSpacing

    setColumnSpacing, setRowSpacing

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual

    setCustomClass, setMarkup
  • Methodendetails

    • setColumns

      void setColumns(String columns)
      This value defines the layout constraints for column layout. It is a space separated list of layout tokens '<n>fr', '<measure>' or the keyword 'auto'. Where <n> is a positive integer and <measure> is a valid CSS length. Example: '2fr 1fr 100px 3rem auto'.
    • setRows

      void setRows(String rows)
      This value defines the layout constraints for row layout. It is a space separated list of layout tokens '<n>fr', '<measure>' or the keyword 'auto'. Where <n> is a positive integer and <measure> is a valid CSS length. Example: '2fr 1fr 100px 3rem auto'.