Package org.patternfly.components
Class Form
- java.lang.Object
-
- org.patternfly.components.BaseComponent<elemental2.dom.HTMLFormElement,Form>
-
- org.patternfly.components.Form
-
- All Implemented Interfaces:
Container<elemental2.dom.HTMLFormElement,Form>,Finder<elemental2.dom.HTMLFormElement>,HasElement<elemental2.dom.HTMLFormElement,Form>,HasHTMLElement<elemental2.dom.HTMLFormElement,Form>,IsElement<elemental2.dom.HTMLFormElement>,TypedBuilder<elemental2.dom.HTMLFormElement,Form>,Component
public class Form extends BaseComponent<elemental2.dom.HTMLFormElement,Form>
PatternFly form component.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classForm.Group
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Formform()static Form.Groupgroup()Formthat()-
Methods inherited from class org.patternfly.components.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, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, css, id, id, innerHtml, on, textContent, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
-
-
-
Method Detail
-
form
public static Form form()
-
group
public static Form.Group group()
-
that
public Form that()
-
-