Interface MultiPageEditorView

  • All Superinterfaces:
    com.google.gwt.user.client.ui.IsWidget

    public interface MultiPageEditorView
    extends com.google.gwt.user.client.ui.IsWidget
    • Method Detail

      • clear

        void clear()
      • addPage

        void addPage​(int index,
                     Page page)
      • disablePage

        void disablePage​(int index)
      • enablePage

        void enablePage​(int index)
      • getPageIndex

        int getPageIndex​(String title)
        Returns index of the editor page with 'title'
        Parameters:
        title - of the page (Model, Overview ...)
        Returns:
        index, starting from 0
        Throws:
        IllegalArgumentException - if the 'title' is not found