|
||||||||||
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.LinkEmbed
public class LinkEmbed
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
LinkEmbed()
|
|
LinkEmbed(java.lang.Object vHtml)
|
|
LinkEmbed(java.lang.Object vHtml,
java.lang.Object vUri)
|
|
LinkEmbed(java.lang.Object vHtml,
java.lang.Object vUri,
java.lang.Object vTarget)
|
Method Summary | |
---|---|
void |
_syncHtml()
|
java.lang.String |
getTarget()
Returns the (computed) value of the property target . |
java.lang.String |
getUri()
Returns the (computed) value of the property uri . |
void |
initTarget(java.lang.String arg)
Calls the apply method and dispatches the change event of the property target
with the default value defined by the class developer. |
void |
initUri(java.lang.String arg)
Calls the apply method and dispatches the change event of the property uri
with the default value defined by the class developer. |
void |
resetTarget()
Resets the user value of the property target . |
void |
resetUri()
Resets the user value of the property uri . |
void |
setTarget(java.lang.String arg)
Sets the user value of the property target . |
void |
setUri(java.lang.String arg)
Sets the user value of the property uri . |
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 LinkEmbed()
public LinkEmbed(java.lang.Object vHtml)
public LinkEmbed(java.lang.Object vHtml, java.lang.Object vUri)
public LinkEmbed(java.lang.Object vHtml, java.lang.Object vUri, java.lang.Object vTarget)
Method Detail |
---|
public void _syncHtml()
_syncHtml
in class HtmlEmbed
public java.lang.String getTarget()
Returns the (computed) value of the property target
.
For further details take a look at the property definition: target
.
public java.lang.String getUri()
Returns the (computed) value of the property uri
.
For further details take a look at the property definition: uri
.
public void initTarget(java.lang.String arg)
Calls the apply method and dispatches the change event of the property target
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: target
.
public void initUri(java.lang.String arg)
Calls the apply method and dispatches the change event of the property uri
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: uri
.
public void resetTarget()
Resets the user value of the property target
.
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: target
.
public void resetUri()
Resets the user value of the property uri
.
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: uri
.
public void setTarget(java.lang.String arg)
Sets the user value of the property target
.
For further details take a look at the property definition: target
.
public void setUri(java.lang.String arg)
Sets the user value of the property uri
.
For further details take a look at the property definition: uri
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |