Interface FormTagDeclaration

All Superinterfaces:
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.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setInline(String inline)
    Deprecated.
    since 4.0.0.

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

    setPlain

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

    setCustomClass, setMarkup
  • Method Details

    • setInline

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