Package com.opencloud.rem.client.ui
Class ScrollableLogPanel
- java.lang.Object
-
- com.google.gwt.user.client.ui.UIObject
-
- com.google.gwt.user.client.ui.Widget
-
- com.google.gwt.user.client.ui.Composite
-
- com.opencloud.rem.client.ui.ScrollableLogPanel
-
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers
,com.google.gwt.event.shared.HasHandlers
,com.google.gwt.user.client.EventListener
,com.google.gwt.user.client.ui.HasVisibility
,com.google.gwt.user.client.ui.IsRenderable
,com.google.gwt.user.client.ui.IsWidget
,ScrollableLogView
public class ScrollableLogPanel extends com.google.gwt.user.client.ui.Composite implements ScrollableLogView
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
-
Nested classes/interfaces inherited from interface com.opencloud.rem.client.ui.ScrollableLogView
ScrollableLogView.Listener
-
-
Constructor Summary
Constructors Constructor Description ScrollableLogPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addHtml(String message, Throwable thrown)
void
resize(double width, double height)
void
scrollToBottom()
void
setClearVisible(boolean visible)
void
setControlsVisible(boolean visible)
void
setListener(ScrollableLogView.Listener listener)
void
setScrollLock(boolean scrollLock)
void
setScrollLockVisible(boolean visible)
void
trim(int limit)
-
Methods inherited from class com.google.gwt.user.client.ui.Composite
claimElement, initializeClaimedElement, isAttached, onBrowserEvent, render, render
-
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, fireEvent, getLayoutData, getParent, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
-
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
-
-
-
-
Method Detail
-
setControlsVisible
public void setControlsVisible(boolean visible)
- Specified by:
setControlsVisible
in interfaceScrollableLogView
-
setScrollLockVisible
public void setScrollLockVisible(boolean visible)
- Specified by:
setScrollLockVisible
in interfaceScrollableLogView
-
setClearVisible
public void setClearVisible(boolean visible)
- Specified by:
setClearVisible
in interfaceScrollableLogView
-
setScrollLock
public void setScrollLock(boolean scrollLock)
- Specified by:
setScrollLock
in interfaceScrollableLogView
-
setListener
public void setListener(ScrollableLogView.Listener listener)
- Specified by:
setListener
in interfaceScrollableLogView
-
trim
public void trim(int limit)
- Specified by:
trim
in interfaceScrollableLogView
-
addHtml
public void addHtml(String message, Throwable thrown)
- Specified by:
addHtml
in interfaceScrollableLogView
-
scrollToBottom
public void scrollToBottom()
- Specified by:
scrollToBottom
in interfaceScrollableLogView
-
resize
public void resize(double width, double height)
- Specified by:
resize
in interfaceScrollableLogView
-
-