Package org.patternfly.component.tabs
Class Tabs
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLElement,Tabs>
-
- org.patternfly.component.tabs.Tabs
-
- All Implemented Interfaces:
Container<HTMLElement,Tabs>,Finder<HTMLElement>,HasElement<HTMLElement,Tabs>,HasHTMLElement<HTMLElement,Tabs>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,Tabs>,Component
public class Tabs extends BaseComponent<HTMLElement,Tabs>
Tabs allow users to navigate between views within the same page or context.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Tabsadd()TabsaddFoo()TabsariaLabel(String label)voiddoSomething()Stringgetter()TabsmethodsReturningAReferenceToItself()TabsonFoo(ComponentHandler<Tabs> handler)static Tabstabs()Tabsthat()-
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, addAll, addAll, addAll, addAll, addAll
-
-
-
-
Method Detail
-
tabs
public static Tabs tabs()
-
addFoo
public Tabs addFoo()
-
add
public Tabs add()
-
methodsReturningAReferenceToItself
public Tabs methodsReturningAReferenceToItself()
-
that
public Tabs that()
-
onFoo
public Tabs onFoo(ComponentHandler<Tabs> handler)
-
doSomething
public void doSomething()
-
getter
public String getter()
-
-