|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xulux.gui.XuluxWidget
org.xulux.guilayer.swing.SwingWidget
org.xulux.guilayer.swing.widgets.Entry
org.xulux.guilayer.swing.widgets.TextArea
public class TextArea
The swing textare widget.
| Field Summary |
|---|
| Fields inherited from class org.xulux.guilayer.swing.widgets.Entry |
|---|
setValueCalled, textComponent, valueClass |
| Fields inherited from class org.xulux.gui.XuluxWidget |
|---|
initialized, initializing, isRefreshing, log, previousValue, properties, value, visible |
| Constructor Summary | |
|---|---|
TextArea(java.lang.String name)
|
|
| Method Summary | |
|---|---|
void |
destroy()
|
java.lang.Object |
getNativeWidget()
|
void |
initialize()
|
void |
refresh()
|
| Methods inherited from class org.xulux.guilayer.swing.widgets.Entry |
|---|
addXuluxListener, canContainValue, clear, getGuiValue, getValue, initializeValue, initInitialValue, isValueEmpty, setProperty, setValue |
| Methods inherited from class org.xulux.guilayer.swing.SwingWidget |
|---|
focus, getWidgetInitializer |
| Methods inherited from class org.xulux.gui.XuluxWidget |
|---|
addChildWidget, addDependency, addPropertyHandler, addPropertyHandler, canBeRootWidget, canContainChildren, equals, getChildWidgets, getDependencies, getField, getName, getParent, getPart, getPrefix, getPreviousValue, getProperties, getProperty, getPropertyHandler, getPropertyHandlers, getProvider, getRealProperty, getRealValue, getRectangle, getRules, getWidgetType, handleProperties, handleProperty, hasDependencies, ignoreLayout, ignoreUse, isEnabled, isImmidiate, isInitializing, isRefreshing, isRequired, isRootWidget, isSkip, isUseIgnored, isValidValue, isVisible, notifyListeners, processDestroy, processInit, processNativeWidget, registerRule, removeAllRules, setAutoRefresh, setContainerWidgetHandler, setEnabled, setField, setImmidiate, setLazyProperty, setName, setParent, setPart, setPosition, setPrefix, setProvider, setRequired, setRootWidget, setSize, setSkip, setValidValue, setVisible, setWidgetInitializer, setWidgetType, toString, updateWidget |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TextArea(java.lang.String name)
name - the textarea name| Method Detail |
|---|
public void destroy()
destroy in interface org.xulux.api.gui.IWidgetdestroy in class EntryIWidget.destroy()public java.lang.Object getNativeWidget()
getNativeWidget in interface org.xulux.api.gui.IWidgetgetNativeWidget in class Entryorg.xulux.nyx.gui.XuluxWidget#getNativeWidget()public void initialize()
initialize in interface org.xulux.api.gui.IWidgetinitialize in class Entryorg.xulux.nyx.gui.XuluxWidget#initialize()public void refresh()
refresh in interface org.xulux.api.gui.IWidgetrefresh in class Entryorg.xulux.nyx.gui.XuluxWidget#refresh()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||