Class ExpandableSectionToggle
- java.lang.Object
-
- org.patternfly.component.SubComponent<HTMLButtonElement,ExpandableSectionToggle>
-
- org.patternfly.component.expandable.ExpandableSectionToggle
-
- All Implemented Interfaces:
Container<HTMLButtonElement,ExpandableSectionToggle>,Finder<HTMLButtonElement>,HasElement<HTMLButtonElement,ExpandableSectionToggle>,HasHTMLElement<HTMLButtonElement,ExpandableSectionToggle>,IsElement<HTMLButtonElement>,TypedBuilder<HTMLButtonElement,ExpandableSectionToggle>,ComponentReference<ExpandableSection>
public class ExpandableSectionToggle extends SubComponent<HTMLButtonElement,ExpandableSectionToggle> implements ComponentReference<ExpandableSection>
-
-
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)voidpassComponent(ExpandableSection expandableSection)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, 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
-
expandableSectionToggle
public static ExpandableSectionToggle expandableSectionToggle()
-
expandableSectionToggle
public static ExpandableSectionToggle expandableSectionToggle(String moreText)
-
expandableSectionToggle
public static ExpandableSectionToggle expandableSectionToggle(String moreText, String lessText)
-
passComponent
public void passComponent(ExpandableSection expandableSection)
- Specified by:
passComponentin interfaceComponentReference<ExpandableSection>
-
that
public ExpandableSectionToggle that()
- Specified by:
thatin interfaceTypedBuilder<HTMLButtonElement,ExpandableSectionToggle>
-
addText
public ExpandableSectionToggle addText(ExpandableSectionToggleText text)
-
add
public ExpandableSectionToggle add(ExpandableSectionToggleText text)
-
up
public ExpandableSectionToggle up()
Changes the toggle icon to point upwards.
-
-