public class LogViewerView extends SuspendableViewImpl implements LogViewerPresenter.MyView
widgetInstance| Constructor and Description |
|---|
LogViewerView(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,
org.jboss.gwt.circuit.Action action) |
asWidget, onResumeaddToSlot, initWidget, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait@Inject public LogViewerView(org.jboss.gwt.circuit.Dispatcher circuit)
public com.google.gwt.user.client.ui.Widget createWidget()
SuspendableViewcreateWidget in interface SuspendableViewpublic void list(List<ModelNode> files)
list in interface LogViewerPresenter.MyViewpublic void open(LogFile logFile)
open in interface LogViewerPresenter.MyViewpublic void refresh(LogFile logFile, org.jboss.gwt.circuit.Action action)
refresh in interface LogViewerPresenter.MyViewpublic boolean isLogFileSelected()
isLogFileSelected in interface LogViewerPresenter.MyViewCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.