Class PageImpl
- java.lang.Object
-
- org.uberfire.client.views.pfly.multipage.PageImpl
-
- All Implemented Interfaces:
org.uberfire.client.workbench.widgets.multipage.Page
public class PageImpl extends Object implements org.uberfire.client.workbench.widgets.multipage.Page
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()org.uberfire.client.workbench.widgets.multipage.PageViewgetView()voidonFocus()voidonLostFocus()
-
-
-
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:
getLabelin interfaceorg.uberfire.client.workbench.widgets.multipage.Page
-
onFocus
public void onFocus()
- Specified by:
onFocusin interfaceorg.uberfire.client.workbench.widgets.multipage.Page
-
onLostFocus
public void onLostFocus()
- Specified by:
onLostFocusin interfaceorg.uberfire.client.workbench.widgets.multipage.Page
-
getView
public org.uberfire.client.workbench.widgets.multipage.PageView getView()
- Specified by:
getViewin interfaceorg.uberfire.client.workbench.widgets.multipage.Page
-
-