Interface HasLabelLayout

All Known Subinterfaces:
DateTagDeclaration, FileTagDeclaration, InTagDeclaration, OutTagDeclaration, RangeTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectBooleanToggleTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyShuttleTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneRadioTagDeclaration, StarsTagDeclaration, TextareaTagDeclaration

public interface HasLabelLayout
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setLabelLayout(String labelLayout)
    Defines the position of the label relative to the field.
  • Method Details

    • 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).