com.fruitioninc.jwc
Class ThreadLocalListBox

java.lang.Object
  |
  +--com.fruitioninc.jwc.Component
        |
        +--com.fruitioninc.jwc.ListBox
              |
              +--com.fruitioninc.jwc.ThreadLocalListBox

public class ThreadLocalListBox
extends ListBox

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

ThreadLocalListBox

public ThreadLocalListBox()

ThreadLocalListBox

public ThreadLocalListBox(java.lang.Object[] elements)

ThreadLocalListBox

public ThreadLocalListBox(java.lang.String name,
                          java.lang.Object[] elements)

ThreadLocalListBox

public ThreadLocalListBox(java.lang.String name,
                          ThreadLocalListBoxModel model)
Method Detail

getThreadLocalListBoxModel

public ThreadLocalListBoxModel getThreadLocalListBoxModel()