Serialized Form
indices
java.util.HashMap indices
- Contains the index of the List, and the ID of the actual ListItem.
clickURL
java.lang.String clickURL
- The ClickURL parameter from the Applet tag.
Contains the URL that is used when a List Item is opened.
clickParam
java.lang.String clickParam
- The ClickParam parameter from the Applet tag.
Contains the parameter name that is used to represnt the List item being opened.
listModel
javax.swing.DefaultListModel listModel
- Used for the underlying data structure.
list
javax.swing.JList list
- The actual Swing object used for the List
url
java.lang.String url
- The URL for NetConnect to get data from.
addMode
java.lang.String addMode
- The AddMode parameter from the Applet tag.
Contains the Mode value for Adding new Items.
modeParam
java.lang.String modeParam
- The ModeParam parameter from the Applet tag.
Contains the parameter name for specifying the mode of the call.
deleteMode
java.lang.String deleteMode
- The DeleteMode parameter from the Applet tag.
Contains the Mode value for deleting.