public class TXLogView extends SuspendableViewImpl implements TXLogPresenter.MyView
widgetInstance| Constructor and Description |
|---|
TXLogView() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
com.google.gwt.user.client.ui.Widget |
createWidget()
Called upon first creation of the widgets
|
void |
setPresenter(TXLogPresenter presenter) |
void |
updateFrom(List<TXRecord> records) |
void |
updateParticpantsFrom(List<TXParticipant> records) |
asWidget, onResumeaddToSlot, initWidget, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic com.google.gwt.user.client.ui.Widget createWidget()
SuspendableViewcreateWidget in interface SuspendableViewpublic void setPresenter(TXLogPresenter presenter)
setPresenter in interface TXLogPresenter.MyViewpublic void clear()
clear in interface TXLogPresenter.MyViewpublic void updateFrom(List<TXRecord> records)
updateFrom in interface TXLogPresenter.MyViewpublic void updateParticpantsFrom(List<TXParticipant> records)
updateParticpantsFrom in interface TXLogPresenter.MyViewCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.