Package com.opencloud.rem.client.ui
Class StyledLabel
- java.lang.Object
- 
- com.google.gwt.user.client.ui.UIObject
- 
- com.google.gwt.user.client.ui.Widget
- 
- com.google.gwt.user.client.ui.LabelBase<String>
- 
- com.google.gwt.user.client.ui.Label
- 
- com.opencloud.rem.client.ui.StyledLabel
 
 
 
 
 
- 
- All Implemented Interfaces:
- IsEditor<LeafValueEditor<String>>,- HasAllDragAndDropHandlers,- HasAllGestureHandlers,- HasAllMouseHandlers,- HasAllTouchHandlers,- HasClickHandlers,- HasDoubleClickHandlers,- HasDragEndHandlers,- HasDragEnterHandlers,- HasDragHandlers,- HasDragLeaveHandlers,- HasDragOverHandlers,- HasDragStartHandlers,- HasDropHandlers,- HasGestureChangeHandlers,- HasGestureEndHandlers,- HasGestureStartHandlers,- HasMouseDownHandlers,- HasMouseMoveHandlers,- HasMouseOutHandlers,- HasMouseOverHandlers,- HasMouseUpHandlers,- HasMouseWheelHandlers,- HasTouchCancelHandlers,- HasTouchEndHandlers,- HasTouchMoveHandlers,- HasTouchStartHandlers,- HasAttachHandlers,- HasHandlers,- HasDirection,- HasDirectionEstimator,- EventListener,- HasAutoHorizontalAlignment,- HasDirectionalText,- HasHorizontalAlignment,- HasText,- HasVisibility,- HasWordWrap,- IsWidget,- SourcesClickEvents,- SourcesMouseEvents
 
 public class StyledLabel extends Label A Labelwith style.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObjectUIObject.DebugIdImpl, UIObject.DebugIdImplEnabled
 - 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.HasDirectionHasDirection.Direction
 - 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasHorizontalAlignmentHasHorizontalAlignment.AutoHorizontalAlignmentConstant, HasHorizontalAlignment.HorizontalAlignmentConstant
 
- 
 - 
Field Summary- 
Fields inherited from class com.google.gwt.user.client.ui.LabelDEFAULT_DIRECTION_ESTIMATOR
 - 
Fields inherited from class com.google.gwt.user.client.ui.UIObjectDEBUG_ID_PREFIX
 - 
Fields inherited from interface com.google.gwt.user.client.ui.HasAutoHorizontalAlignmentALIGN_CONTENT_END, ALIGN_CONTENT_START
 - 
Fields inherited from interface com.google.gwt.user.client.ui.HasHorizontalAlignmentALIGN_CENTER, ALIGN_DEFAULT, ALIGN_JUSTIFY, ALIGN_LEFT, ALIGN_LOCALE_END, ALIGN_LOCALE_START, ALIGN_RIGHT
 
- 
 - 
Constructor SummaryConstructors Constructor Description StyledLabel(String text, String style)
 - 
Method Summary- 
Methods inherited from class com.google.gwt.user.client.ui.LabeladdClickHandler, addClickListener, addDoubleClickHandler, addDragEndHandler, addDragEnterHandler, addDragHandler, addDragLeaveHandler, addDragOverHandler, addDragStartHandler, addDropHandler, addGestureChangeHandler, addGestureEndHandler, addGestureStartHandler, addMouseDownHandler, addMouseListener, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseUpHandler, addMouseWheelHandler, addMouseWheelListener, addTouchCancelHandler, addTouchEndHandler, addTouchMoveHandler, addTouchStartHandler, asEditor, getDirection, getText, getTextDirection, removeClickListener, removeMouseListener, removeMouseWheelListener, setDirection, setText, setText, wrap
 - 
Methods inherited from class com.google.gwt.user.client.ui.LabelBasegetAutoHorizontalAlignment, getDirectionEstimator, getHorizontalAlignment, getWordWrap, setAutoHorizontalAlignment, setDirectionEstimator, setDirectionEstimator, setHorizontalAlignment, setWordWrap
 - 
Methods inherited from class com.google.gwt.user.client.ui.WidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, fireEvent, getLayoutData, getParent, isAttached, onBrowserEvent, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
 - 
Methods inherited from class com.google.gwt.user.client.ui.UIObjectaddStyleDependentName, 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
 - 
Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
 
- 
 
-