Package org.patternfly.component.form
Class 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.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionaddActionGroup
(FormActionGroup actionGroup) addFieldGroup
(FormFieldGroup fieldGroup) addSection
(FormSection section) static Form
form()
that()
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, innerHtml, on, on, 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 Details
-
form
-
addAlert
-
addSection
-
addFieldGroup
-
addGroup
-
addActionGroup
-
limitWidth
-
that
- Specified by:
that
in interfaceTypedBuilder<HTMLFormElement,
Form>
-