Package org.patternfly.component
Class Expandable
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLDivElement,Expandable>
-
- org.patternfly.component.Expandable
-
- All Implemented Interfaces:
Container<HTMLDivElement,Expandable>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,Expandable>,HasHTMLElement<HTMLDivElement,Expandable>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,Expandable>,Component
@Deprecated public class Expandable extends BaseComponent<HTMLDivElement,Expandable>
Deprecated.PatternFly expandable component.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Expandableadd(Node element)Deprecated.Expandableadd(String text)Deprecated.Expandableadd(IsElement element)Deprecated.ExpandableaddAll(HTMLElement... elements)Deprecated.ExpandableaddAll(IsElement... elements)Deprecated.static Expandableexpandable()Deprecated.ExpandableinnerHtml(SafeHtml html)Deprecated.ExpandableonToggle(Consumer<Boolean> onToggle)Deprecated.ExpandabletextContent(String text)Deprecated.Expandablethat()Deprecated.-
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.HasElement
apply, aria, aria, aria, attr, attr, attr, css, id, id, on, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
-
-
-
Method Detail
-
expandable
public static Expandable expandable()
Deprecated.
-
that
public Expandable that()
Deprecated.
-
add
public Expandable add(IsElement element)
Deprecated.
-
add
public Expandable add(String text)
Deprecated.
-
add
public Expandable add(Node element)
Deprecated.
-
addAll
public Expandable addAll(HTMLElement... elements)
Deprecated.
-
addAll
public Expandable addAll(IsElement... elements)
Deprecated.
-
textContent
public Expandable textContent(String text)
Deprecated.
-
innerHtml
public Expandable innerHtml(SafeHtml html)
Deprecated.
-
onToggle
public Expandable onToggle(Consumer<Boolean> onToggle)
Deprecated.
-
-