|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.fruitioninc.jwc.Component | +--com.fruitioninc.jwc.TextField | +--com.fruitioninc.jwc.ThreadLocalTextField
A TextField component that stores its state in thread local storage.
Field Summary |
Fields inherited from class com.fruitioninc.jwc.Component |
NAME_DELIMITER |
Constructor Summary | |
ThreadLocalTextField(java.lang.String name)
|
|
ThreadLocalTextField(java.lang.String name,
java.lang.String defaultText)
|
|
ThreadLocalTextField(java.lang.String name,
ThreadLocalTextFieldModel model)
|
Methods inherited from class com.fruitioninc.jwc.TextField |
getTextFieldModel |
Methods inherited from class com.fruitioninc.jwc.Component |
addComponentListener, addMouseListener, fireComponentSerialize, fireMouseClicked, getApplication, getComponentListenerCount, getComponentListeners, getContainer, getModel, getMouseListenerCount, getMouseListeners, getName, getPathName, getView, setModel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ThreadLocalTextField(java.lang.String name)
public ThreadLocalTextField(java.lang.String name, java.lang.String defaultText)
public ThreadLocalTextField(java.lang.String name, ThreadLocalTextFieldModel model)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |