|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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
public class HtmlEmbed
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
HtmlEmbed()
|
|
HtmlEmbed(java.lang.Object vHtml)
|
Method Summary | |
---|---|
void |
_applyElementData()
|
void |
_applyFont(Font value,
Font old)
Applies changes of the property value of the property font . |
void |
_applyHtml(java.lang.String value,
java.lang.String old)
Applies changes of the property value of the property html . |
void |
_applyTextAlign(java.lang.Object value,
java.lang.Object old)
Applies changes of the property value of the property textAlign . |
void |
_applyTextColor(java.lang.String value,
java.lang.String old)
Applies changes of the property value of the property textColor . |
void |
_styleFont(Font value)
|
void |
_styleTextColor(java.lang.Object value)
|
void |
_syncHtml()
|
java.lang.String |
getHtml()
Returns the (computed) value of the property html . |
java.lang.Object |
getTextAlign()
Returns the (computed) value of the property textAlign . |
void |
initHtml(java.lang.String arg)
Calls the apply method and dispatches the change event of the property html
with the default value defined by the class developer. |
void |
initTextAlign(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property textAlign
with the default value defined by the class developer. |
void |
resetHtml()
Resets the user value of the property html . |
void |
resetTextAlign()
Resets the user value of the property textAlign . |
void |
setHtml(java.lang.String arg)
Sets the user value of the property html . |
void |
setTextAlign(java.lang.Object arg)
Sets the user value of the property textAlign . |
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 HtmlEmbed()
public HtmlEmbed(java.lang.Object vHtml)
Method Detail |
---|
public void _applyElementData()
public void _applyFont(Font value, Font old)
Applies changes of the property value of the property font
.
For further details take a look at the property definition: _applyFont(qx.ui.core.Font, qx.ui.core.Font)
.
_applyFont
in class Widget
public void _applyHtml(java.lang.String value, java.lang.String old)
Applies changes of the property value of the property html
.
For further details take a look at the property definition: _applyHtml(java.lang.String, java.lang.String)
.
public void _applyTextAlign(java.lang.Object value, java.lang.Object old)
Applies changes of the property value of the property textAlign
.
For further details take a look at the property definition: _applyTextAlign(java.lang.Object, java.lang.Object)
.
public void _applyTextColor(java.lang.String value, java.lang.String old)
Applies changes of the property value of the property textColor
.
For further details take a look at the property definition: _applyTextColor(java.lang.String, java.lang.String)
.
_applyTextColor
in class Widget
public void _styleFont(Font value)
public void _styleTextColor(java.lang.Object value)
public void _syncHtml()
public java.lang.String getHtml()
Returns the (computed) value of the property html
.
For further details take a look at the property definition: html
.
public java.lang.Object getTextAlign()
Returns the (computed) value of the property textAlign
.
For further details take a look at the property definition: textAlign
.
public void initHtml(java.lang.String arg)
Calls the apply method and dispatches the change event of the property html
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: html
.
public void initTextAlign(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property textAlign
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: textAlign
.
public void resetHtml()
Resets the user value of the property html
.
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: html
.
public void resetTextAlign()
Resets the user value of the property textAlign
.
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: textAlign
.
public void setHtml(java.lang.String arg)
Sets the user value of the property html
.
For further details take a look at the property definition: html
.
public void setTextAlign(java.lang.Object arg)
Sets the user value of the property textAlign
.
For further details take a look at the property definition: textAlign
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |