public class InlineLabel extends InlineLabel
InlineLabel without the GWT
CSS Styles.UIObject.DebugIdImpl, UIObject.DebugIdImplEnabledHasDirection.DirectionHasHorizontalAlignment.AutoHorizontalAlignmentConstant, HasHorizontalAlignment.HorizontalAlignmentConstantDEFAULT_DIRECTION_ESTIMATORDEBUG_ID_PREFIXALIGN_CONTENT_END, ALIGN_CONTENT_STARTALIGN_CENTER, ALIGN_DEFAULT, ALIGN_JUSTIFY, ALIGN_LEFT, ALIGN_LOCALE_END, ALIGN_LOCALE_START, ALIGN_RIGHT| Modifier | Constructor and Description |
|---|---|
|
InlineLabel()
Creates an empty widget.
|
protected |
InlineLabel(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,
DirectionEstimator directionEstimator)
Creates a label with the specified text and a default direction
estimator.
|
|
InlineLabel(String text,
HasDirection.Direction dir)
Creates a label with the specified text and direction.
|
wrapaddClickHandler, 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, sinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEventsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfireEventpublic InlineLabel()
public InlineLabel(String text)
text - the new widget's textpublic InlineLabel(String text, 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, 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(Element element)
element - the element to be usedCopyright © 2012-2014 gwtbootstrap. All Rights Reserved.