alignment: anIntegerSpecifies the text alignment used by the widget.
allowNil: aBooleanSpecifies whether the text field may have a blank (nil) value.
date
Answers the date held by the widget.
date: aDateSet the date held by the widget.
dayLeadingZero: aBooleanSpecifies whether the day field is displayed with a leading zero.
editable: aBoolean
Specifies whether a user can edit text in the entry field part of the spin button.
format: aSymbolSpecifies format in which the date is displayed.
maximum: anInteger
Specifies a numeric spin button’s maximum value.
minimum: anInteger
Specifies a numeric spin button’s minimum value.
monthFormat: aSymbolSpecifies format in which the month is displayed.
monthLeadingZero: aBooleanSpecifies whether the month field is displayed with a leading zero.
separator: aStringSpecifies the separator character(s) used to separate the date fields.
selectOnFocus: anIntegerSpecifies which field is selected on gaining focus.
showCentury: aBooleanSpecifies whether the century is displayed or not.
value: aStringSpecifies the initial value of the widget.
wrapAround: aBoolean
Specifies whether the spin button should cycle or stop upon reaching the end of the collection, or max or min for a numeric spin button.
Activated
These events are triggered when the user presses the default action key. This is typically a carriage return.
Date Changed
These events are triggered when the date represented by the widget changes.
Decremented
These events are triggered when the user decreases the spin button value by one step. This can happen either when the down arrow key is pressed or when the down arrow button is selected with the mouse.
Getting Focus
These events are triggered before the entry field has accepted input focus.
Incremented
These events are triggered when the user increases the spin button value by one step. This can happen either when the up arrow key is pressed or the up arrow button is selected with the mouse.
Losing Focus
These events are triggered before the entry field loses input focus.
Copyright 2005, 2020 Instantiations, Inc. All rights reserved.