public abstract class AbstractComponentView extends com.gwtplatform.mvp.client.HandlerContainerImpl implements ComponentView
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractComponentView() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToSlot(Object slot,
com.google.gwt.user.client.ui.IsWidget content) |
void |
removeFromSlot(Object slot,
com.google.gwt.user.client.ui.IsWidget content) |
void |
setInSlot(Object slot,
com.google.gwt.user.client.ui.IsWidget content) |
bind, isBound, onBind, onUnbind, registerHandler, unbindpublic void addToSlot(Object slot, com.google.gwt.user.client.ui.IsWidget content)
addToSlot in interface com.gwtplatform.mvp.client.Viewpublic void removeFromSlot(Object slot, com.google.gwt.user.client.ui.IsWidget content)
removeFromSlot in interface com.gwtplatform.mvp.client.Viewpublic void setInSlot(Object slot, com.google.gwt.user.client.ui.IsWidget content)
setInSlot in interface com.gwtplatform.mvp.client.ViewCopyright © 2012–2014 RedSoft. All rights reserved.