public class InlineLabel
extends com.google.gwt.user.client.ui.InlineLabel
InlineLabel without the GWT
CSS Styles.com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled| Modifier | Constructor and Description |
|---|---|
|
InlineLabel()
Creates an empty widget.
|
protected |
InlineLabel(com.google.gwt.dom.client.Element element)
This constructor may be used by subclasses to explicitly use an existing
element.
|
|
InlineLabel(String text)
Creates a widget with the specified text.
|
|
InlineLabel(String text,
com.google.gwt.i18n.shared.DirectionEstimator directionEstimator)
Creates a label with the specified text and a default direction
estimator.
|
|
InlineLabel(String text,
com.google.gwt.i18n.client.HasDirection.Direction dir)
Creates a label with the specified text and direction.
|
addClickHandler, 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, setTextgetAutoHorizontalAlignment, getDirectionEstimator, getHorizontalAlignment, getWordWrap, setAutoHorizontalAlignment, setDirectionEstimator, setDirectionEstimator, setHorizontalAlignment, setWordWrap, updateHorizontalAlignmentaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, setParent, sinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEventspublic InlineLabel()
public InlineLabel(String text)
text - the new widget's textpublic InlineLabel(String text, com.google.gwt.i18n.client.HasDirection.Direction dir)
text - the new label's textdir - the text's direction. Note: Direction.DEFAULT means
direction should be inherited from the widget's parent
element.public InlineLabel(String text, com.google.gwt.i18n.shared.DirectionEstimator directionEstimator)
text - the new label's textdirectionEstimator - A DirectionEstimator object used for automatic direction
adjustment. For convenience,
Label.DEFAULT_DIRECTION_ESTIMATOR can be used.protected InlineLabel(com.google.gwt.dom.client.Element element)
element - the element to be usedCopyright © 2016. All rights reserved.