public class RootCarView extends ViewImpl implements RootCarPresenter.MyView
Modifier and Type | Method and Description |
---|---|
void |
setInSlot(Object slot,
IsWidget content)
Requests the view to set content within a specific slot, clearing anything
that was already contained there.
|
addToSlot, asWidget, initWidget, removeFromSlot
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addToSlot, removeFromSlot
public void setInSlot(Object slot, IsWidget content)
View
null
is passed, your
implementation should clear the slot.
Used by PresenterWidget.setInSlot(Object, PresenterWidget)
and
PresenterWidget.clearSlot(Object)
.Copyright © 2010-2014 ArcBees. All Rights Reserved.