
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, removeFromSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddToSlot, removeFromSlotpublic void setInSlot(Object slot, IsWidget content)
Viewnull 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.