Class PageSidebar
java.lang.Object
org.patternfly.component.SubComponent<HTMLElement, PageSidebar>
org.patternfly.component.page.PageSidebar
- All Implemented Interfaces:
ElementAttributeMethods<HTMLElement, PageSidebar>, ElementClassListMethods<HTMLElement, PageSidebar>, ElementConsumerMethods<HTMLElement, PageSidebar>, ElementContainerMethods<HTMLElement, PageSidebar>, ElementEventMethods<HTMLElement, PageSidebar>, ElementIdMethods<HTMLElement, PageSidebar>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement, PageSidebar>, HTMLElementDataMethods<HTMLElement, PageSidebar>, HTMLElementStyleMethods<HTMLElement, PageSidebar>, HTMLElementVisibilityMethods<HTMLElement, PageSidebar>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, PageSidebar>, Expandable<HTMLElement, PageSidebar>
public class PageSidebar
extends SubComponent<HTMLElement, PageSidebar>
implements Expandable<HTMLElement, PageSidebar>
Container for the page sidebar.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionaddBody(PageSidebarBody body) Adds aPageSidebarBodyto this component.voidcollapse(boolean fireEvent) voidexpand(boolean fireEvent) onToggle(ToggleHandler<PageSidebar> toggleHandler) static PageSidebarFactory method to create a new instance of this component.that()Methods inherited from class SubComponent
element, registerSubComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hidden
-
Field Details
-
SUB_COMPONENT_NAME
- See Also:
-
-
Method Details
-
pageSidebar
Factory method to create a new instance of this component. -
addBody
Adds aPageSidebarBodyto this component. -
keepExpanded
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement, PageSidebar>
-
onToggle
-
collapse
public void collapse(boolean fireEvent) - Specified by:
collapsein interfaceExpandable<HTMLElement, PageSidebar>
-
expand
public void expand(boolean fireEvent) - Specified by:
expandin interfaceExpandable<HTMLElement, PageSidebar>
-