|
||||||||||
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.TextEmbed
public class TextEmbed
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
TextEmbed()
|
|
TextEmbed(java.lang.Object vText)
|
Method Summary | |
---|---|
void |
_applyElementData()
|
void |
_applyFont(java.lang.Object value,
java.lang.Object old)
|
void |
_applyText(java.lang.String value,
java.lang.String old)
Applies changes of the property value of the property text . |
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 |
_applyWrap(boolean value,
boolean old)
Applies changes of the property value of the property wrap . |
void |
_styleFont(Font value)
|
void |
_styleTextColor(java.lang.Object value)
|
void |
_syncText()
|
java.lang.String |
getText()
Returns the (computed) value of the property text . |
java.lang.Object |
getTextAlign()
Returns the (computed) value of the property textAlign . |
boolean |
getWrap()
Returns the (computed) value of the property wrap . |
void |
initText(java.lang.String arg)
Calls the apply method and dispatches the change event of the property text
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 |
initWrap(boolean arg)
Calls the apply method and dispatches the change event of the property wrap
with the default value defined by the class developer. |
boolean |
isWrap()
Check whether the (computed) value of the boolean property wrap equals true . |
void |
resetText()
Resets the user value of the property text . |
void |
resetTextAlign()
Resets the user value of the property textAlign . |
void |
resetWrap()
Resets the user value of the property wrap . |
void |
setText(java.lang.String arg)
Sets the user value of the property text . |
void |
setTextAlign(java.lang.Object arg)
Sets the user value of the property textAlign . |
void |
setWrap(boolean arg)
Sets the user value of the property wrap . |
boolean |
toggleWrap()
Toggles the (computed) value of the boolean property wrap . |
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 TextEmbed()
public TextEmbed(java.lang.Object vText)
Method Detail |
---|
public void _applyElementData()
public void _applyFont(java.lang.Object value, java.lang.Object old)
public void _applyText(java.lang.String value, java.lang.String old)
Applies changes of the property value of the property text
.
For further details take a look at the property definition: _applyText(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 _applyWrap(boolean value, boolean old)
Applies changes of the property value of the property wrap
.
For further details take a look at the property definition: _applyWrap(boolean, boolean)
.
public void _styleFont(Font value)
public void _styleTextColor(java.lang.Object value)
public void _syncText()
public java.lang.String getText()
Returns the (computed) value of the property text
.
For further details take a look at the property definition: text
.
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 boolean getWrap()
Returns the (computed) value of the property wrap
.
For further details take a look at the property definition: wrap
.
public void initText(java.lang.String arg)
Calls the apply method and dispatches the change event of the property text
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: text
.
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 initWrap(boolean arg)
Calls the apply method and dispatches the change event of the property wrap
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: wrap
.
public boolean isWrap()
Check whether the (computed) value of the boolean property wrap
equals true
.
For further details take a look at the property definition: wrap
.
public void resetText()
Resets the user value of the property text
.
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: text
.
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 resetWrap()
Resets the user value of the property wrap
.
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: wrap
.
public void setText(java.lang.String arg)
Sets the user value of the property text
.
For further details take a look at the property definition: text
.
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
.
public void setWrap(boolean arg)
Sets the user value of the property wrap
.
For further details take a look at the property definition: wrap
.
public boolean toggleWrap()
Toggles the (computed) value of the boolean property wrap
.
For further details take a look at the property definition: wrap
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |