Package org.patternfly.component.menu
Class SingleSelect
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLElement,SingleSelect>
-
- org.patternfly.component.menu.SingleSelect
-
- All Implemented Interfaces:
Container<HTMLElement,SingleSelect>,Finder<HTMLElement>,HasElement<HTMLElement,SingleSelect>,HasHTMLElement<HTMLElement,SingleSelect>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,SingleSelect>,Component
public class SingleSelect extends BaseComponent<HTMLElement,SingleSelect>
A select list enables users to select one or more items from a list. Use a select list when options are dynamic or variable.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SingleSelectadd()SingleSelectaddFoo()SingleSelectariaLabel(String label)voiddoSomething()Stringgetter()SingleSelectmethodsReturningAReferenceToItself()SingleSelectonFoo(ComponentHandler<SingleSelect> handler)static SingleSelectsingleSelect()SingleSelectthat()-
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
-
-
-
-
Method Detail
-
singleSelect
public static SingleSelect singleSelect()
-
addFoo
public SingleSelect addFoo()
-
add
public SingleSelect add()
-
methodsReturningAReferenceToItself
public SingleSelect methodsReturningAReferenceToItself()
-
that
public SingleSelect that()
-
ariaLabel
public SingleSelect ariaLabel(String label)
-
onFoo
public SingleSelect onFoo(ComponentHandler<SingleSelect> handler)
-
doSomething
public void doSomething()
-
getter
public String getter()
-
-