@Dependent @Templated(value="RuntimeLogViewImpl.html") public class RuntimeLogViewImpl extends com.google.gwt.user.client.ui.Composite implements com.google.gwt.user.client.ui.RequiresResize, RuntimeLogPresenter.RuntimeLogView
| Modifier and Type | Field and Description |
|---|---|
com.google.gwt.user.client.ui.HTML |
logTextArea |
com.github.gwtbootstrap.client.ui.Label |
logTextLabel |
com.github.gwtbootstrap.client.ui.Button |
showAscLogButton |
com.github.gwtbootstrap.client.ui.Button |
showBusinessLogButton |
com.github.gwtbootstrap.client.ui.Button |
showDescLogButton |
com.github.gwtbootstrap.client.ui.Button |
showTechnicalLogButton |
| Constructor and Description |
|---|
RuntimeLogViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
displayNotification(String text) |
void |
getInstanceData() |
com.google.gwt.user.client.ui.HTML |
getLogTextArea() |
void |
init(RuntimeLogPresenter presenter) |
void |
onResize() |
void |
setActiveLogOrderButton(LogUtils.LogOrder logOrder) |
void |
setActiveLogTypeButton(LogUtils.LogType logType) |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString@Inject @DataField public com.google.gwt.user.client.ui.HTML logTextArea
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label logTextLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Button showBusinessLogButton
@Inject @DataField public com.github.gwtbootstrap.client.ui.Button showTechnicalLogButton
@Inject @DataField public com.github.gwtbootstrap.client.ui.Button showAscLogButton
@Inject @DataField public com.github.gwtbootstrap.client.ui.Button showDescLogButton
public void onResize()
onResize in interface com.google.gwt.user.client.ui.RequiresResizepublic void init(RuntimeLogPresenter presenter)
init in interface RuntimeLogPresenter.RuntimeLogViewpublic void getInstanceData()
public com.google.gwt.user.client.ui.HTML getLogTextArea()
getLogTextArea in interface RuntimeLogPresenter.RuntimeLogViewpublic void displayNotification(String text)
displayNotification in interface RuntimeLogPresenter.RuntimeLogViewpublic void setActiveLogTypeButton(LogUtils.LogType logType)
public void setActiveLogOrderButton(LogUtils.LogOrder logOrder)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.