Serialized Form
| 
Package org.scopemvc.controller.servlet | 
sharedControllerPool
ObjectPool sharedControllerPool
- Pool of shared application Controllers for this servlet instance.
 
| 
Package org.scopemvc.controller.servlet.jsp | 
| 
Package org.scopemvc.controller.servlet.xml | 
| 
Package org.scopemvc.core | 
sourceControlID
java.lang.String sourceControlID
| 
Package org.scopemvc.util | 
messageParameters
java.lang.Object[] messageParameters
| 
Package org.scopemvc.view.servlet.jsp | 
name
java.lang.String name
| 
Package org.scopemvc.view.swing | 
sizeSelector
Selector sizeSelector
- TODO: describe of the Field
 
listModel
java.lang.Object listModel
- TODO: describe of the Field
 
sorted
boolean sorted
comparator
java.util.Comparator comparator
boundModel
SwingBoundModel boundModel
- Helper to manage model to view binding.
 
shownModel
java.lang.Object shownModel
- The (list) model object that the SListModel presents, which may be a
 property of the bound model if a Selector is specified. May be null if
 the bound property is a JavaBeans indexed property.
 
manager
PropertyManager manager
- The property manager for the bound (list) model.
 
owner
SwingView owner
- View that 'owns' this menuitem at any time. When selected, the menuitem
 causes its owner to issue a Control.
 
controlID
java.lang.String controlID
controlID
java.lang.String controlID
modelActionName
java.lang.String modelActionName
boundModel
SwingBoundModel boundModel
- Helper to manage model to view binding.
 
validationHelper
ValidationHelper validationHelper
- Helper to manage validation state.
 
controlID
java.lang.String controlID
- ID of the Control issued when checkbox changes state.
 
valueIsNull
boolean valueIsNull
- SCheckbox can "hold" a null when bound to a Boolean property that happens
 to be null.
 
selectionControlID
java.lang.String selectionControlID
validationHelper
ValidationHelper validationHelper
- Helper to manage validation state.
 
_jdk1_3fixIgnoreSetSelectedItem
boolean _jdk1_3fixIgnoreSetSelectedItem
selectionDelegate
SComboBoxModel.SelectionBoundModel selectionDelegate
selectionBoundModel
SwingBoundModel selectionBoundModel
combo
javax.swing.JComboBox combo
- Owning combo.
 
selectedItem
java.lang.Object selectedItem
- Need to hold this here in case the model decides to veto some values: UI
 can hold invalid values whereas model can't.
 
convertor
StringConvertor convertor
boundModel
SwingBoundModel boundModel
- Helper to manage model to view binding.
 
stringConvertor
StringConvertor stringConvertor
- The StringConvertor used to convert the model property to the String
 representation that the user see in the label.
 
forcedStringConvertor
StringConvertor forcedStringConvertor
- If this is set, use it instead of finding a convertor to match the
 datatype being edited.
 
selectionControlID
java.lang.String selectionControlID
- Control to issue on selection change.
 
doubleClickControlID
java.lang.String doubleClickControlID
- Control to issue on double click.
 
validationHelper
ValidationHelper validationHelper
- Helper to manage validation state.
 
textSelector
Selector textSelector
iconSelector
Selector iconSelector
convertor
StringConvertor convertor
parent
javax.swing.JList parent
boundModel
SwingBoundModel boundModel
- Helper to manage model to view binding.
 
parent
ListSelectionParent parent
- Parent so we can find the currently selected object and pass on
 validation failures.
 
disabled
boolean disabled
- Is selection disabled?
 
owner
SwingView owner
- View that 'owns' this menuitem at any time. When selected, the menuitem
 causes its owner to issue a Control.
 
controlID
java.lang.String controlID
boundModel
SwingBoundModel boundModel
- Helper to manage model to view binding.
 
shownModel
java.lang.Object shownModel
- The model object that this component presents, which may be a property of
 the bound model if a Selector is specified.
 
valueTest
java.lang.Comparable valueTest
boundModel
SwingBoundModel boundModel
- Helper to manage model to view binding.
 
shownModel
java.lang.Object shownModel
- The model object that this component presents, which may be a property of
 the bound model if a Selector is specified.
 
valueTest
java.lang.Comparable valueTest
boundModel
SwingBoundModel boundModel
- Helper to manage model to view binding.
 
shownModel
java.lang.Object shownModel
- The model object that the SPanel presents, which may be a property of the
 bound model if a Selector is specified.
 
boundModel
SwingBoundModel boundModel
- Helper to manage model to view binding.
 
validationHelper
ValidationHelper validationHelper
- Helper to manage validation state.
 
controlID
java.lang.String controlID
- ID of the Control issued when user hits Enter in the STextField.
 
valueIsNull
boolean valueIsNull
- STextField can "hold" a null when bound to a property that happens to be
 null.
 
disableOnNull
boolean disableOnNull
- Does this textfield disable itself if the model property it is bound to
 becomes null?
 
stringConvertor
StringConvertor stringConvertor
- The StringConvertor used to convert the model property to and from the
 String representation that the user edits in the textfield.
 
boundModel
SwingBoundModel boundModel
- Helper to manage model to view binding.
 
validationHelper
ValidationHelper validationHelper
- Helper to manage validation state.
 
controlID
java.lang.String controlID
- ID of the Control issued when checkbox changes state.
 
valueIsNull
boolean valueIsNull
- SCheckbox can "hold" a null when bound to a Boolean property that happens
 to be null.
 
boundModel
SwingBoundModel boundModel
- Helper to manage model to view binding.
 
validationHelper
ValidationHelper validationHelper
- Helper to manage validation state.
 
valueIsNull
boolean valueIsNull
- SSlider can "hold" a null when bound to a Integer property that happens
 to be null.
 
editors
java.util.HashMap editors
- TODO: describe of the Field
 
validationHelper
ValidationHelper validationHelper
- Helper to manage validation state.
 
selectionControlID
java.lang.String selectionControlID
- Control to issue on selection change.
 
doubleClickControlID
java.lang.String doubleClickControlID
- Control to issue on double click.
 
columnSelectors
Selector[] columnSelectors
- TODO: describe of the Field
 
columnNames
java.lang.String[] columnNames
- TODO: describe of the Field
 
columnsEditable
boolean[] columnsEditable
- if null editable when read-write property else read-only
 
manager
PropertyManager manager
- TODO: describe of the Field
 
table
javax.swing.JTable table
- TODO: describe of the Field
 
boundModel
SwingBoundModel boundModel
- Helper to manage model to view binding.
 
validationHelper
ValidationHelper validationHelper
- Helper to manage validation state.
 
valueIsNull
boolean valueIsNull
- STextArea can "hold" a null when bound to a property that happens to be
 null.
 
disableOnNull
boolean disableOnNull
- Does this textarea disable itself if the model property it is bound to
 becomes null?
 
stringConvertor
StringConvertor stringConvertor
- The StringConvertor used to convert the model property to and from the
 String representation that the user edits in the textarea.
 
component
javax.swing.text.JTextComponent component
- TODO: describe of the Field
 
convertor
StringConvertor convertor
validationHelper
ValidationHelper validationHelper
value
java.lang.Object value
clickCountToStart
int clickCountToStart
boundModel
SwingBoundModel boundModel
- Helper to manage model to view binding.
 
validationHelper
ValidationHelper validationHelper
- Helper to manage validation state.
 
controlID
java.lang.String controlID
- ID of the Control issued when user hits Enter in the STextField.
 
valueIsNull
boolean valueIsNull
- STextField can "hold" a null when bound to a property that happens to be
 null.
 
disableOnNull
boolean disableOnNull
- Does this textfield disable itself if the model property it is bound to
 becomes null?
 
stringConvertor
StringConvertor stringConvertor
- The StringConvertor used to convert the model property to and from the
 String representation that the user edits in the textfield.
 
forcedStringConvertor
StringConvertor forcedStringConvertor
- If this is set, use it instead of finding a convertor to match the
 datatype being edited.
 
subViews
java.util.List subViews
viewBounds
java.awt.Rectangle viewBounds
- The bounds that the view will be shown at. If null use default position.
 The bounds are saved on hideView so the view come back at the same
 position when shown again.
 
displayMode
int displayMode
title
java.lang.String title
menuBar
javax.swing.JMenuBar menuBar
closeControl
Control closeControl
controller
Controller controller
Copyright © 2000-2002 The Scope Team. All Rights Reserved.