Serialized Form

Class com.ibm.spinner.CalendarSpinner implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream oos)
                  throws java.lang.ClassNotFoundException,
                         java.io.IOException
Serialization methods.
Serialized Fields

bakDateString

java.lang.String bakDateString

caretPos

int caretPos

dateFormat

java.text.DateFormat dateFormat

dateString

java.lang.String dateString

DEFAULTFORMAT

int[] DEFAULTFORMAT

formatCount

int formatCount

formatString

java.lang.String formatString

formattingStyle

int formattingStyle

oldCalendar

java.util.GregorianCalendar oldCalendar

subFormats

com.ibm.spinner.SubField[] subFormats

textCaretPos

int textCaretPos

timeZone

java.util.TimeZone timeZone

vCaretPos

int vCaretPos

wrapAssociated

boolean wrapAssociated

Class com.ibm.spinner.DateChangedEvent implements Serializable

Serialized Fields

date

java.util.Date date

dateString

java.lang.String dateString

SQLDate

java.sql.Date SQLDate

Class com.ibm.spinner.DateSpinner implements Serializable

Class com.ibm.spinner.NumericSpinner implements Serializable

Serialized Fields

changeMode

boolean changeMode

dataModel

javax.swing.BoundedRangeModel dataModel
The data model used in the Numeric Spinner.

increment

int increment
The step value that the value is changed every time.

Class com.ibm.spinner.Spinner implements Serializable

Serialized Fields

spinnerErrorEventListeners

java.util.Vector spinnerErrorEventListeners
The vector holding listeners are interested in SpinnerErrorEvent.

valueChangedListeners

java.util.Vector valueChangedListeners
The vector holding listeners are interested in ValueChangedEvent.

wrap

boolean wrap
This property marking if the spinner can be wrapped or not.

Class com.ibm.spinner.SpinnerEditor implements Serializable

Serialized Fields

editor

javax.swing.JTextField editor
The SpinnerEditor uses a JTextField as default editor.

Class com.ibm.spinner.SpinnerErrorEvent implements Serializable

Serialized Fields

currentException

java.lang.Exception currentException
The current exception.

message

java.lang.String message
The message content.

messageCode

int messageCode
The error message code.

Class com.ibm.spinner.SpinnerGUI implements Serializable

Serialized Fields

columns

int columns
The columns of the text field which is used to display the current selected item. This data member is not needed for ObjectListSpinner since this kind of spinner does not necessarilly use a text field to display the selected item.

decrButton

com.ibm.spinner.BasicArrowButton decrButton
Default decrement button for all spinners.

decrButtonArrowColor

java.awt.Color decrButtonArrowColor
Default arrow color of decrement button

editable

boolean editable
Marking whether or not the spinner can be edited.

incrButton

com.ibm.spinner.BasicArrowButton incrButton
Default increment button for all spinners.

incrButtonArrowColor

java.awt.Color incrButtonArrowColor
Default arrow color of increment button

jpanel

javax.swing.JPanel jpanel
Private property for two scroll buttons.

orientation

int orientation
Arrangement of spinner's two direction buttons: SPIN_VERTICAL or SPIN_HORIZONTAL.

textField

javax.swing.JTextField textField
This data member is for all spinners except for ObjectListSpinner.

Class com.ibm.spinner.TimeSpinner implements Serializable