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 Detail

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