[ Web Proxy ]
URL:
Viewing: https://patternfly-java.github.io/apidocs/org/patternfly/component/Expandable.html [Back]  [Original]

Expandable (PatternFly Java 0.9.7 API)
Contents 
  1. Description
  2. Method Summary
  3. Method Details
    1. collapse(HTMLElement, HTMLElement, HTMLElement)
    2. collapse(HTMLElement, HTMLElement, HTMLElement, boolean)
    3. expand(HTMLElement, HTMLElement, HTMLElement)
    4. expand(HTMLElement, HTMLElement, HTMLElement, boolean)
    5. expanded(Element)
    6. toggle()
    7. toggle(boolean)
    8. collapse()
    9. collapse(boolean)
    10. expand()
    11. expand(boolean)
    12. expanded()
Hide sidebar Hide sidebar [Hide sidebar]Show sidebar [Show sidebar] Show sidebar

Interface Expandable<E extends Element, B extends TypedBuilder<E,B>>

All Superinterfaces:
IsElement<E>, TypedBuilder<E,B>
All Known Implementing Classes:
Alert, Card, DataListItem, Drawer, Dropdown, ExpandableSection, FormFieldGroup, JumpLinks, MultiSelect, MultiTypeahead, NotificationBadge, PageSidebar, PopperDropdown, PopperMultiSelect, PopperMultiTypeahead, PopperSingleSelect, PopperSingleTypeahead, SingleSelect, SingleTypeahead, Tabs, Tr, TreeViewItem

public interface Expandable<E extends Element, B extends TypedBuilder<E,B>> extends TypedBuilder<E,B>, IsElement<E>
Contains methods and default implementations for components that are expandable.


Web Proxy Viewer  |  New URL  |  Original Page