com.github.gwtbootstrap.client.ui
Class ControlLabel
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.ComplexPanel
com.google.gwt.user.client.ui.HTMLPanel
com.github.gwtbootstrap.client.ui.base.HtmlWidget
com.github.gwtbootstrap.client.ui.FormLabel
com.github.gwtbootstrap.client.ui.ControlLabel
- All Implemented Interfaces:
- HasStyle, IsResponsive, HasAttachHandlers, HasHandlers, HasDirectionEstimator, EventListener, HasVisibility, HasWidgets, HasWidgets.ForIsWidget, IndexedPanel, IndexedPanel.ForIsWidget, IsWidget, Iterable<Widget>
public class ControlLabel
- extends FormLabel
- implements HasDirectionEstimator
ControlLabel is a form widget.That can show form input label.
ControlLabel can include html and widget
UiBinder Usage:
<b:ControlLabel>
ControlLabel can include html and widgets<br/>
<b:Code>Code</b:Code>
<a href="#"></a>
</b:ControlLabel>
- Since:
- 2.0.4.0
- Author:
- kokubo yusuke, ohashi keisuke
- See Also:
ControlGroup
,
ControlLabel
,
Bootstrap documentation
Methods inherited from class com.google.gwt.user.client.ui.HTMLPanel |
add, add, add, addAndReplaceElement, addAndReplaceElement, addAndReplaceElement, addAndReplaceElement, addAndReplaceElement, createUniqueId, getElementById, wrap |
Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel |
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, remove |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
addStyleDependentName, 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, unsinkEvents |
ControlLabel
public ControlLabel(String html)
- Creates a widget with the html set..
- Parameters:
html
- content html
ControlLabel
public ControlLabel()
- Creates an empty widget.
getDirectionEstimator
public DirectionEstimator getDirectionEstimator()
-
- Specified by:
getDirectionEstimator
in interface HasDirectionEstimator
setDirectionEstimator
public void setDirectionEstimator(boolean enabled)
-
- Specified by:
setDirectionEstimator
in interface HasDirectionEstimator
setDirectionEstimator
public void setDirectionEstimator(DirectionEstimator directionEstimator)
-
- Specified by:
setDirectionEstimator
in interface HasDirectionEstimator
Copyright © 2012 gwtbootstrap. All Rights Reserved.