Package org.patternfly.component.form
Class Form
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLFormElement,Form>
-
- org.patternfly.component.form.Form
-
- All Implemented Interfaces:
Container<HTMLFormElement,Form>,Finder<HTMLFormElement>,HasElement<HTMLFormElement,Form>,HasHTMLElement<HTMLFormElement,Form>,IsElement<HTMLFormElement>,TypedBuilder<HTMLFormElement,Form>,Component,Modifiers.Horizontal<HTMLFormElement,Form>
public class Form extends BaseComponent<HTMLFormElement,Form> implements Modifiers.Horizontal<HTMLFormElement,Form>
A form is a group of elements used to collect information from a user in a variety of contexts including in a modal, in a wizard, or on a page. Use cases for forms include tasks reliant on user-inputted information for completion like logging in, registering, configuring settings, or completing surveys.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FormaddActionGroup(FormActionGroup actionGroup)FormaddAlert(FormAlert alert)FormaddFieldGroup(FormFieldGroup fieldGroup)FormaddGroup(FormGroup group)FormaddSection(FormSection section)static Formform()FormlimitWidth()Formthat()-
Methods inherited from class org.patternfly.component.BaseComponent
componentType, element
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, id, innerHtml, on, run, textContent, textNode, toggle, toggle, toggle, uniqueId
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
-
Methods inherited from interface org.patternfly.style.Modifiers.Horizontal
horizontal, horizontal
-
-
-
-
Method Detail
-
form
public static Form form()
-
addSection
public Form addSection(FormSection section)
-
addFieldGroup
public Form addFieldGroup(FormFieldGroup fieldGroup)
-
addActionGroup
public Form addActionGroup(FormActionGroup actionGroup)
-
limitWidth
public Form limitWidth()
-
that
public Form that()
- Specified by:
thatin interfaceTypedBuilder<HTMLFormElement,Form>
-
-