Class PageSectionBuilder<E extends HTMLElement,​P extends PageSectionBuilder<E,​P>>

    • Method Detail

      • limitWidth

        public P limitWidth()
        Modifies this component to limit the max-width of the content inside. If used, please make sure to wrap the content of this component inside a PageMainBody using addBody(PageMainBody).
      • sticky

        public P sticky​(Sticky sticky)
        Modifies this component to be sticky to the top of its container.
      • sticky

        public P sticky​(Sticky sticky,
                        Breakpoint breakpoint)
        Modifies this component to be sticky to the top of its container at the given breakpoint.
      • shadowTop

        public P shadowTop()
        Modifies this component to have a top shadow.
      • shadowBottom

        public P shadowBottom()
        Modifies this component to have a bottom shadow.
      • overflowScroll

        public P overflowScroll()
        Modifies this component to show a scrollbar if it has overflow content.