public class HelpBlock extends Paragraph implements com.google.gwt.user.client.ui.HasHTML, com.google.gwt.user.client.ui.HasText
HelpBlock can include html and widget
<b:HelpBlock>
HelpBlock can include html and widgets<br/>
<b:Code>text</b:Code>
<a href="#">a</a>
</b:HelpBlock>
Controls,
HelpInline,
Bootstrap documentationcom.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled| Constructor and Description |
|---|
HelpBlock()
Creates an empty widget.
|
HelpBlock(String html)
Creates a widget with the html set..
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHTML()
Gets this object's contents as HTML.
|
void |
setHTML(String html)
Sets this object's contents via HTML.
|
addStyle, removeStyle, setHideOn, setShowOn, setStyleadd, add, add, addAndReplaceElement, addAndReplaceElement, addAndReplaceElement, addAndReplaceElement, createUniqueId, getElementById, wrapadjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, removeadd, adopt, adopt, clear, disown, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, 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 HelpBlock()
public HelpBlock(String html)
html - content htmlpublic String getHTML()
getHTML in interface com.google.gwt.user.client.ui.HasHTMLpublic void setHTML(String html)
Paragraph.setText(String) whenever possible.setHTML in interface com.google.gwt.user.client.ui.HasHTMLhtml - the object's new HTMLCopyright © 2016. All rights reserved.