Schnittstelle HasLabelLayout

Alle bekannten Unterschnittstellen:
DateTagDeclaration, FileTagDeclaration, InTagDeclaration, OutTagDeclaration, RangeTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectBooleanToggleTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyListTagDeclaration, SelectManyShuttleTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneListTagDeclaration, SelectOneRadioTagDeclaration, StarsTagDeclaration, TextareaTagDeclaration

public interface HasLabelLayout
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setLabelLayout(String labelLayout)
    Defines the position of the label relative to the field.
  • Methodendetails

    • setLabelLayout

      void setLabelLayout(String labelLayout)
      Defines the position of the label relative to the field. The default is flexLeft, if the label is set, or none, if the label isn't set. Set to 'skip' to avoid surrounding label container. Hint for tc:out: set also compact=true to render only text (without html tags).