|
|||||||||||
| 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.ListBox
|
+--com.fruitioninc.jwc.ThreadLocalListBox
A ListBox that stores its state in thread local storage.
| Field Summary |
| Fields inherited from class com.fruitioninc.jwc.Component |
NAME_DELIMITER |
| Constructor Summary | |
ThreadLocalListBox()
|
|
ThreadLocalListBox(java.lang.Object[] elements)
|
|
ThreadLocalListBox(java.lang.String name,
java.lang.Object[] elements)
|
|
ThreadLocalListBox(java.lang.String name,
ThreadLocalListBoxModel model)
|
|
| Method Summary | |
ThreadLocalListBoxModel |
getThreadLocalListBoxModel()
|
| Methods inherited from class com.fruitioninc.jwc.ListBox |
getListBoxModel, getMultiselect, getSize, setMultiselect, setSize |
| 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 ThreadLocalListBox()
public ThreadLocalListBox(java.lang.Object[] elements)
public ThreadLocalListBox(java.lang.String name,
java.lang.Object[] elements)
public ThreadLocalListBox(java.lang.String name,
ThreadLocalListBoxModel model)
| Method Detail |
public ThreadLocalListBoxModel getThreadLocalListBoxModel()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||