|
||||||||||
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.form.TextField
qx.ui.form.TextArea
public class TextArea
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
TextArea()
|
|
TextArea(java.lang.String value)
|
Method Summary | |
---|---|
void |
_applyElement(java.lang.Object value,
java.lang.Object old)
Applies changes of the property value of the property element . |
void |
_applyWrap(boolean value,
boolean old)
Applies changes of the property value of the property wrap . |
java.lang.Integer |
_computePreferredInnerHeight()
Returns the preferred inner height of the widget. |
boolean |
getWrap()
Returns the (computed) value of the property wrap . |
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 |
resetWrap()
Resets the user value of the property wrap . |
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, _isHeightEssential, _isWidthEssential, _layoutPost, _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 TextArea()
public TextArea(java.lang.String value)
Method Detail |
---|
public void _applyElement(java.lang.Object value, java.lang.Object old)
Applies changes of the property value of the property element
.
For further details take a look at the property definition: _applyElement(java.lang.Object, java.lang.Object)
.
_applyElement
in class TextField
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 java.lang.Integer _computePreferredInnerHeight()
Terminator
Returns the preferred inner height of the widget. This value is used by the layout managers to calculate the actual size of the widget.
_computePreferredInnerHeight
in class TextField
public boolean getWrap()
Returns the (computed) value of the property wrap
.
For further details take a look at the property definition: wrap
.
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 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 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 |