Class PageSidebarBody

All Implemented Interfaces:
ElementAttributeMethods<HTMLDivElement, PageSidebarBody>, ElementClassListMethods<HTMLDivElement, PageSidebarBody>, ElementConsumerMethods<HTMLDivElement, PageSidebarBody>, ElementContainerMethods<HTMLDivElement, PageSidebarBody>, ElementEventMethods<HTMLDivElement, PageSidebarBody>, ElementIdMethods<HTMLDivElement, PageSidebarBody>, ElementQueryMethods<HTMLDivElement>, HTMLElementAttributeMethods<HTMLDivElement, PageSidebarBody>, HTMLElementDataMethods<HTMLDivElement, PageSidebarBody>, HTMLElementStyleMethods<HTMLDivElement, PageSidebarBody>, HTMLElementVisibilityMethods<HTMLDivElement, PageSidebarBody>, IsElement<HTMLDivElement>, TypedBuilder<HTMLDivElement, PageSidebarBody>, org.patternfly.core.OuiaSupport<HTMLDivElement, PageSidebarBody>, org.patternfly.style.Modifiers.Fill<HTMLDivElement, PageSidebarBody>, org.patternfly.style.Modifiers.NoFill<HTMLDivElement, PageSidebarBody>, org.patternfly.style.Modifiers.PageInsets<HTMLDivElement, PageSidebarBody>

public class PageSidebarBody extends SubComponent<HTMLDivElement, PageSidebarBody> implements org.patternfly.style.Modifiers.Fill<HTMLDivElement, PageSidebarBody>, org.patternfly.style.Modifiers.NoFill<HTMLDivElement, PageSidebarBody>, org.patternfly.style.Modifiers.PageInsets<HTMLDivElement, PageSidebarBody>
Container within the PageSidebar to hold content. Note: By default, the last/only body will grow to fill the available vertical space. You can change this behavior using Modifiers.Fill.fill() and Modifiers.NoFill.noFill().