Class ExpandableSectionToggle
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.expandable.ExpandableSectionToggle
-
- All Implemented Interfaces:
Container<HTMLButtonElement,ExpandableSectionToggle>,Finder<HTMLButtonElement>,HasElement<HTMLButtonElement,ExpandableSectionToggle>,HasHTMLElement<HTMLButtonElement,ExpandableSectionToggle>,IsElement<HTMLButtonElement>,TypedBuilder<HTMLButtonElement,ExpandableSectionToggle>
public class ExpandableSectionToggle extends SubComponent<E,B>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpandableSectionToggleadd(ExpandableSectionToggleText text)ExpandableSectionToggleaddText(ExpandableSectionToggleText text)static ExpandableSectionToggleexpandableSectionToggle()static ExpandableSectionToggleexpandableSectionToggle(String moreText)static ExpandableSectionToggleexpandableSectionToggle(String moreText, String lessText)ExpandableSectionTogglethat()ExpandableSectionToggleup()Changes the toggle icon to point upwards.-
Methods inherited from class org.patternfly.component.SubComponent
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
-
expandableSectionToggle
public static ExpandableSectionToggle expandableSectionToggle()
-
expandableSectionToggle
public static ExpandableSectionToggle expandableSectionToggle(String moreText)
-
expandableSectionToggle
public static ExpandableSectionToggle expandableSectionToggle(String moreText, String lessText)
-
addText
public ExpandableSectionToggle addText(ExpandableSectionToggleText text)
-
add
public ExpandableSectionToggle add(ExpandableSectionToggleText text)
-
up
public ExpandableSectionToggle up()
Changes the toggle icon to point upwards.
-
that
public ExpandableSectionToggle that()
-
-