Class GroupedForm<T extends ModelNode>

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

    public class GroupedForm<T extends ModelNode>
    extends Object
    implements Form<T>
    A form which groups attributes on different tabs. Each group will include the attributes specified by the grouped form builder.

    Internally this class uses a separate form for each group / tab. All forms share the same save, cancel and reset callbacks.