Schnittstelle FormTagDeclaration

Alle Superschnittstellen:
HasBinding, HasId, IsPlain, IsVisual

public interface FormTagDeclaration extends HasBinding, HasId, IsVisual, IsPlain
If an action is preformed, everything within the next parent form belongs to the submit-area. An action could be a button which is pressed. tc:page is a form. Everything in the submit-area is written into the model, even other forms.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setInline(String inline)
    Veraltet.
    since 4.0.0.

    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.IsPlain

    setPlain

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

    setCustomClass, setMarkup
  • Methodendetails

    • setInline

      @Deprecated void setInline(String inline)
      Veraltet.
      since 4.0.0. May use a subtag <tc:style customClass="d-inline"/> instead.
      Flag indicating this component should rendered as an inline element.