com.github.gwtbootstrap.client.ui
Class Controls
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.Controls
- All Implemented Interfaces:
- HasStyle, IsResponsive, HasAttachHandlers, HasHandlers, EventListener, HasVisibility, HasWidgets, HasWidgets.ForIsWidget, IndexedPanel, IndexedPanel.ForIsWidget, IsWidget, Iterable<Widget>
public class Controls
- extends HtmlWidget
Controls is a form widget.
Controls can include html and widget
UiBinder Usage:
<b:Controls>
Controls can include html and widgets<br/>
<b:ControlLabel>Email</b:ControlLabel>
<a href="#"></a>
</b:Controls>
- Since:
- 2.0.4.0
- Author:
- kokubo yusuke, ohashi keisuke
- See Also:
ControlGroup
,
ControlLabel
,
Bootstrap documentation
Constructor Summary |
Controls()
Creates an empty widget. |
Controls(String html)
Creates a widget with the html set.. |
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 |
Controls
public Controls(String html)
- Creates a widget with the html set..
- Parameters:
html
- content html
Controls
public Controls()
- Creates an empty widget.
Copyright © 2012 gwtbootstrap. All Rights Reserved.