|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.core.Target
qx.ui.core.Widget
qx.ui.basic.Terminator
qx.ui.embed.HtmlEmbed
qx.ui.embed.IconHtmlEmbed
public class IconHtmlEmbed
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
IconHtmlEmbed()
|
|
IconHtmlEmbed(java.lang.Object vHtml)
|
|
IconHtmlEmbed(java.lang.Object vHtml,
java.lang.Object vIcon)
|
|
IconHtmlEmbed(java.lang.Object vHtml,
java.lang.Object vIcon,
java.lang.Object vIconWidth)
|
|
IconHtmlEmbed(java.lang.Object vHtml,
java.lang.Object vIcon,
java.lang.Object vIconWidth,
java.lang.Object vIconHeight)
|
Method Summary | |
---|---|
void |
_syncHtml()
|
java.lang.String |
getIcon()
Returns the (computed) value of the property icon . |
java.lang.Integer |
getIconHeight()
Returns the (computed) value of the property iconHeight . |
int |
getIconWidth()
Returns the (computed) value of the property iconWidth . |
int |
getSpacing()
Returns the (computed) value of the property spacing . |
void |
initIcon(java.lang.String arg)
Calls the apply method and dispatches the change event of the property icon
with the default value defined by the class developer. |
void |
initIconHeight(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property iconHeight
with the default value defined by the class developer. |
void |
initIconWidth(int arg)
Calls the apply method and dispatches the change event of the property iconWidth
with the default value defined by the class developer. |
void |
initSpacing(int arg)
Calls the apply method and dispatches the change event of the property spacing
with the default value defined by the class developer. |
void |
resetIcon()
Resets the user value of the property icon . |
void |
resetIconHeight()
Resets the user value of the property iconHeight . |
void |
resetIconWidth()
Resets the user value of the property iconWidth . |
void |
resetSpacing()
Resets the user value of the property spacing . |
void |
setIcon(java.lang.String arg)
Sets the user value of the property icon . |
void |
setIconHeight(java.lang.Integer arg)
Sets the user value of the property iconHeight . |
void |
setIconWidth(int arg)
Sets the user value of the property iconWidth . |
void |
setSpacing(int arg)
Sets the user value of the property spacing . |
Methods inherited from class qx.ui.embed.HtmlEmbed |
---|
_applyElementData, _applyFont, _applyHtml, _applyTextAlign, _applyTextColor, _styleFont, _styleTextColor, getHtml, getTextAlign, initHtml, initTextAlign, resetHtml, resetTextAlign, setHtml, setTextAlign |
Methods inherited from class qx.ui.basic.Terminator |
---|
_computeBoxHeightFallback, _computeBoxWidthFallback, _computePreferredInnerHeight, _computePreferredInnerWidth, _isHeightEssential, _isWidthEssential, _layoutPost, _postApply, _renderContent, renderPadding |
Methods inherited from class qx.core.Target |
---|
_dispatchEvent, addChangeSelectionListener, addChangeValueListener, addEventListener, addExecuteListener, addJavaEventListener, createDispatchChangeEvent, createDispatchDataEvent, createDispatchEvent, dispatchEvent, hasEventListeners, removeEventListener |
Methods inherited from class qx.core.Object |
---|
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IconHtmlEmbed()
public IconHtmlEmbed(java.lang.Object vHtml)
public IconHtmlEmbed(java.lang.Object vHtml, java.lang.Object vIcon)
public IconHtmlEmbed(java.lang.Object vHtml, java.lang.Object vIcon, java.lang.Object vIconWidth)
public IconHtmlEmbed(java.lang.Object vHtml, java.lang.Object vIcon, java.lang.Object vIconWidth, java.lang.Object vIconHeight)
Method Detail |
---|
public void _syncHtml()
_syncHtml
in class HtmlEmbed
public java.lang.String getIcon()
Returns the (computed) value of the property icon
.
For further details take a look at the property definition: icon
.
public java.lang.Integer getIconHeight()
Returns the (computed) value of the property iconHeight
.
For further details take a look at the property definition: iconHeight
.
public int getIconWidth()
Returns the (computed) value of the property iconWidth
.
For further details take a look at the property definition: iconWidth
.
public int getSpacing()
Returns the (computed) value of the property spacing
.
For further details take a look at the property definition: spacing
.
public void initIcon(java.lang.String arg)
Calls the apply method and dispatches the change event of the property icon
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: icon
.
public void initIconHeight(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property iconHeight
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: iconHeight
.
public void initIconWidth(int arg)
Calls the apply method and dispatches the change event of the property iconWidth
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: iconWidth
.
public void initSpacing(int arg)
Calls the apply method and dispatches the change event of the property spacing
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: spacing
.
public void resetIcon()
Resets the user value of the property icon
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: icon
.
public void resetIconHeight()
Resets the user value of the property iconHeight
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: iconHeight
.
public void resetIconWidth()
Resets the user value of the property iconWidth
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: iconWidth
.
public void resetSpacing()
Resets the user value of the property spacing
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: spacing
.
public void setIcon(java.lang.String arg)
Sets the user value of the property icon
.
For further details take a look at the property definition: icon
.
public void setIconHeight(java.lang.Integer arg)
Sets the user value of the property iconHeight
.
For further details take a look at the property definition: iconHeight
.
public void setIconWidth(int arg)
Sets the user value of the property iconWidth
.
For further details take a look at the property definition: iconWidth
.
public void setSpacing(int arg)
Sets the user value of the property spacing
.
For further details take a look at the property definition: spacing
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |