Class AbstractForm<T>

  • All Implemented Interfaces:
    org.jboss.elemento.IsElement, Attachable, Form<T>

    public abstract class AbstractForm<T>
    extends org.jboss.elemento.LazyElement
    implements Form<T>
    A generic form with some reasonable UI defaults. Please note that all form items and help texts must be setup before this form is added as an element to the DOM.

    The form consists of links and three sections:

    • empty
    • read-only
    • editing