BBjSpinner

Description

In BBj 7.00 and higher, the BBjSpinner provides an abstract class for all spinner types.

Creation

BBjSpinner is an abstract class that cannot be instantiated.

Methods of BBjSpinner

Return Value

Method

void

spin(boolean upDirection)

Methods of BBjSpinner inherited from BBjControl

Events

Callback Code

Object-oriented Event

Read Record Event

Code

ON_CONTROL_VALIDATION

BBjControlValidationEvent

Control Validation Event

v

ON_EDIT_KEYPRESS

BBjEditKeypressEvent

Edit Control Notify

N (Notify code 1)

ON_EDIT_MODIFY

BBjEditModifyEvent

Edit Control Modify Event

e

ON_GAINED_FOCUS

BBjGainedFocusEvent

Control Focus Gained/Lost Event

f

ON_LOST_FOCUS

BBjLostFocusEvent

Control Focus Gained/Lost Event

f

ON_MOUSE_ENTER

BBjMouseEnterEvent

Mouse Enter/Exit Event

E

ON_MOUSE_EXIT

BBjMouseExitEvent

Mouse Enter/Exit Event

E

ON_POPUP_REQUEST

BBjPopupRequestEvent

Popup Request Event

r

ON_RIGHT_MOUSE_DOWN

BBjRightMouseDownEvent

Right Mouse Button Down Event

R

ON_SPIN

BBjSpinEvent

Spin Event

x

BUI logoCSS

The visual appearance of BUI controls is defined using CSS (cascading style sheets) rules. Easily change the default colors, border, and other settings by customizing these rules, all without changing any application code. See CSS API for a high-level overview of BUI CSS.

For BBjSpinner samples, refer to the BUI Showcase (demo, code). For styling details, refer to the individual controls: BBjEditBoxSpinner, BBjInputDSpinner, BBjInputESpinner, BBjInputNSpinner, BBjInputTSpinner.

Remarks

None.

Constants inherited from BBjControl

Example

BBjSpinner is an abstract class and cannot be instantiated. For examples, see : BBjEditBoxSpinner, BBjInputDSpinner, BBjInputESpinner, BBjInputNSpinner, and BBjInputTSpinner.

See Also

BBjAPIBBjSysGui

BBjWindow

BBjListSpinner

BBjEditBoxSpinner

BBjInputDSpinner

BBjInputESpinner

BBjInputNSpinner

BBjInputTSpinner

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.