V - public abstract class ComponentPresenterWidget<V extends ComponentView> extends com.gwtplatform.mvp.client.PresenterWidget<V> implements Component
| Modifier and Type | Field and Description |
|---|---|
protected Container |
parentContainer |
| Modifier | Constructor and Description |
|---|---|
protected |
ComponentPresenterWidget(com.google.web.bindery.event.shared.EventBus eventBus,
V view)
Constructor for ComponentPresenterWidget.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
getParentContainer()
getParentContainer.
|
protected void |
onBind() |
protected void |
onUnbind() |
void |
setParentContainer(Container parentContainer)
Setter for the field
parentContainer. |
addHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, fireEvent, getEventBus, getView, getWidget, isVisible, onHide, onReset, onReveal, removeFromPopupSlot, removeFromSlot, setInSlot, setInSlotbind, isBound, registerHandler, unbindprotected transient Container parentContainer
protected ComponentPresenterWidget(com.google.web.bindery.event.shared.EventBus eventBus,
V view)
Constructor for ComponentPresenterWidget.
eventBus - a EventBus object.view - a V object.protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onUnbind()
onUnbind in class com.gwtplatform.mvp.client.HandlerContainerImplpublic Container getParentContainer()
getParentContainer.
getParentContainer in interface ComponentContainer object.Copyright © 2012–2014 RedSoft. All rights reserved.