Class AbstractTabHandler

    • Field Detail

      • m_Owner

        protected FlowPanel m_Owner
        the owning flow panel.
    • Constructor Detail

      • AbstractTabHandler

        public AbstractTabHandler​(FlowPanel owner)
        Initializes the tab handler
        Parameters:
        owner - the owning panel
    • Method Detail

      • initialize

        protected void initialize()
        Method for initializing member variables.
      • getOwner

        public FlowPanel getOwner()
        Returns the owner.
        Returns:
        the flow panel
      • getMultiPage

        public FlowMultiPagePane getMultiPage()
        Returns the multi-page pane this panel belongs to.
        Returns:
        the pane, null if none set
      • getEditor

        public FlowEditorPanel getEditor()
        Returns the editor this panel belongs to.
        Returns:
        the editor, null if none set
      • display

        public abstract void display()
        Gets called when the page changes.
      • cleanUp

        public abstract void cleanUp()
        Cleans up data structures, frees up memory.
        Specified by:
        cleanUp in interface CleanUpHandler