Class PerspectiveWidgetView
- java.lang.Object
-
- org.dashbuilder.client.cms.widget.PerspectiveWidgetView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,PerspectiveWidget.View,org.uberfire.client.mvp.HasPresenter<PerspectiveWidget>,org.uberfire.client.mvp.UberView<PerspectiveWidget>
public class PerspectiveWidgetView extends Object implements PerspectiveWidget.View, com.google.gwt.user.client.ui.IsWidget
-
-
Constructor Summary
Constructors Constructor Description PerspectiveWidgetView(org.dashbuilder.common.client.widgets.AlertBox alertBox)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.WidgetasWidget()voidinfiniteRecursionError()voidinit(PerspectiveWidget presenter)voidnotFoundError()voidshowContent(com.google.gwt.user.client.ui.IsWidget widget)
-
-
-
Method Detail
-
init
public void init(PerspectiveWidget presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<PerspectiveWidget>
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidgetin interfacecom.google.gwt.user.client.ui.IsWidget
-
showContent
public void showContent(com.google.gwt.user.client.ui.IsWidget widget)
- Specified by:
showContentin interfacePerspectiveWidget.View
-
notFoundError
public void notFoundError()
- Specified by:
notFoundErrorin interfacePerspectiveWidget.View
-
infiniteRecursionError
public void infiniteRecursionError()
- Specified by:
infiniteRecursionErrorin interfacePerspectiveWidget.View
-
-