Class PageImpl

  • All Implemented Interfaces:
    org.uberfire.client.workbench.widgets.multipage.Page

    public class PageImpl
    extends Object
    implements org.uberfire.client.workbench.widgets.multipage.Page
    • Constructor Detail

      • PageImpl

        public PageImpl​(com.google.gwt.user.client.ui.IsWidget widget)
      • PageImpl

        public PageImpl​(com.google.gwt.user.client.ui.IsWidget widget,
                        String label)
    • Method Detail

      • getLabel

        public String getLabel()
        Specified by:
        getLabel in interface org.uberfire.client.workbench.widgets.multipage.Page
      • onFocus

        public void onFocus()
        Specified by:
        onFocus in interface org.uberfire.client.workbench.widgets.multipage.Page
      • onLostFocus

        public void onLostFocus()
        Specified by:
        onLostFocus in interface org.uberfire.client.workbench.widgets.multipage.Page
      • getView

        public org.uberfire.client.workbench.widgets.multipage.PageView getView()
        Specified by:
        getView in interface org.uberfire.client.workbench.widgets.multipage.Page