|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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
org.gwtbootstrap3.client.ui.gwt.HTMLPanel
public class HTMLPanel
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
UIObject.DebugIdImpl, UIObject.DebugIdImplEnabled |
| Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.IndexedPanel |
|---|
IndexedPanel.ForIsWidget |
| Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets |
|---|
HasWidgets.ForIsWidget |
| Field Summary |
|---|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
HTMLPanel(SafeHtml safeHtml)
|
|
HTMLPanel(String html)
|
|
HTMLPanel(String tag,
String html)
|
|
| Method Summary | |
|---|---|
ContextualBackground |
getContextualBackground()
Get the object's contextual background. |
Spy |
getDataSpy()
Gets the data spy attribute for the widget |
String |
getDataTarget()
Gets the data target of the widget |
String |
getId()
Gets the ID of the widget |
void |
setColor(String color)
|
void |
setContextualBackground(ContextualBackground contextualBackground)
Sets the object's contextual background. |
void |
setDataSpy(Spy spy)
Set the data spy attribute on the widget |
void |
setDataTarget(String dataTarget)
Sets the data target for the widget |
void |
setDataTargetWidget(Widget widget)
|
void |
setDataTargetWidgets(List<Widget> widgets)
|
void |
setHiddenOn(DeviceSize deviceSize)
Sets the devices that the element is hidden on |
void |
setId(String id)
Sets the ID on the widget |
void |
setMarginBottom(double margin)
|
void |
setMarginLeft(double margin)
|
void |
setMarginRight(double margin)
|
void |
setMarginTop(double margin)
|
void |
setPaddingBottom(double padding)
|
void |
setPaddingLeft(double padding)
|
void |
setPaddingRight(double padding)
|
void |
setPaddingTop(double padding)
|
void |
setVisibleOn(DeviceSize deviceSize)
Sets the devices that the element is visible on |
| Methods inherited from class com.google.gwt.user.client.ui.HTMLPanel |
|---|
add, add, add, addAndReplaceElement, 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.Panel |
|---|
add, adopt, clear, doAttachChildren, doDetachChildren, orphan, 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, unsinkEvents |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLPanel(String html)
public HTMLPanel(SafeHtml safeHtml)
public HTMLPanel(String tag,
String html)
| Method Detail |
|---|
public void setId(String id)
HasId
setId in interface HasIdid - String desired IDpublic String getId()
HasId
getId in interface HasIdpublic void setDataSpy(Spy spy)
HasDataSpy
setDataSpy in interface HasDataSpyspy - data spy attribute for the widgetpublic Spy getDataSpy()
HasDataSpy
getDataSpy in interface HasDataSpypublic void setDataTargetWidgets(List<Widget> widgets)
setDataTargetWidgets in interface HasDataTargetpublic void setDataTargetWidget(Widget widget)
setDataTargetWidget in interface HasDataTargetpublic void setDataTarget(String dataTarget)
HasDataTarget
setDataTarget in interface HasDataTargetdataTarget - data target stringpublic String getDataTarget()
HasDataTarget
getDataTarget in interface HasDataTargetpublic void setVisibleOn(DeviceSize deviceSize)
HasResponsiveness
setVisibleOn in interface HasResponsivenessdeviceSize - device sizeDeviceSizepublic void setHiddenOn(DeviceSize deviceSize)
HasResponsiveness
setHiddenOn in interface HasResponsivenessdeviceSize - device sizesDeviceSizepublic void setMarginTop(double margin)
setMarginTop in interface HasInlineStylepublic void setMarginLeft(double margin)
setMarginLeft in interface HasInlineStylepublic void setMarginRight(double margin)
setMarginRight in interface HasInlineStylepublic void setMarginBottom(double margin)
setMarginBottom in interface HasInlineStylepublic void setPaddingTop(double padding)
setPaddingTop in interface HasInlineStylepublic void setPaddingLeft(double padding)
setPaddingLeft in interface HasInlineStylepublic void setPaddingRight(double padding)
setPaddingRight in interface HasInlineStylepublic void setPaddingBottom(double padding)
setPaddingBottom in interface HasInlineStylepublic void setColor(String color)
setColor in interface HasInlineStylepublic void setContextualBackground(ContextualBackground contextualBackground)
setContextualBackground in interface HasContextualBackgroundcontextualBackground - the object's new contextual backgroundpublic ContextualBackground getContextualBackground()
getContextualBackground in interface HasContextualBackground
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||