Class BaseSidePanel<V extends BaseSidePanel>

  • Direct Known Subclasses:
    SidePanel

    public class BaseSidePanel<V extends BaseSidePanel>
    extends AEMBaseComponent
    Component class representing the side panel in editor page.
    • Constructor Detail

      • BaseSidePanel

        public BaseSidePanel()
    • Method Detail

      • isShown

        public boolean isShown()
        Returns:
        True if the SidePanel is open (displayed).
      • isHidden

        public boolean isHidden()
        Returns:
        True if the SidePanel is closed (not displayed).
      • show

        public V show()
        Opens the SidePanel if not already opened
        Returns:
        self object
      • hide

        public V hide()
        Close the SidePanel if not already closed
        Returns:
        self object