Package org.jboss.hal.client
Class RootView
- java.lang.Object
-
- com.gwtplatform.mvp.client.ViewImpl
-
- org.jboss.hal.client.RootView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.View,RootPresenter.MyView
public class RootView extends com.gwtplatform.mvp.client.ViewImpl implements RootPresenter.MyView
-
-
Constructor Summary
Constructors Constructor Description RootView(Environment environment, Resources resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetInSlot(Object slot, com.google.gwt.user.client.ui.IsWidget content)-
Methods inherited from class com.gwtplatform.mvp.client.ViewImpl
addToSlot, asWidget, removeFromSlot
-
-
-
-
Constructor Detail
-
RootView
@Inject public RootView(Environment environment, Resources resources)
-
-
Method Detail
-
setInSlot
public void setInSlot(Object slot, com.google.gwt.user.client.ui.IsWidget content)
- Specified by:
setInSlotin interfacecom.gwtplatform.mvp.client.View- Overrides:
setInSlotin classcom.gwtplatform.mvp.client.ViewImpl
-
-