public class LogFilesView extends SuspendableViewImpl implements LogFilesPresenter.MyView
widgetInstance| Constructor and Description |
|---|
LogFilesView(org.jboss.gwt.circuit.Dispatcher circuit) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
createWidget()
Called upon first creation of the widgets
|
boolean |
isLogFileSelected() |
void |
list(List<ModelNode> files) |
void |
open(LogFile logFile) |
void |
refresh(LogFile logFile) |
void |
setPresenter(LogFilesPresenter presenter) |
asWidget, onResumeaddToSlot, initWidget, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait@Inject public LogFilesView(org.jboss.gwt.circuit.Dispatcher circuit)
public void setPresenter(LogFilesPresenter presenter)
setPresenter in interface HasPresenter<LogFilesPresenter>public com.google.gwt.user.client.ui.Widget createWidget()
SuspendableViewcreateWidget in interface SuspendableViewpublic void list(List<ModelNode> files)
list in interface LogFilesPresenter.MyViewpublic void open(LogFile logFile)
open in interface LogFilesPresenter.MyViewpublic void refresh(LogFile logFile)
refresh in interface LogFilesPresenter.MyViewpublic boolean isLogFileSelected()
isLogFileSelected in interface LogFilesPresenter.MyViewCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.