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 |
v |
||
ON_EDIT_KEYPRESS |
N (Notify code 1) |
||
ON_EDIT_MODIFY |
e |
||
ON_GAINED_FOCUS |
f |
||
ON_LOST_FOCUS |
f |
||
ON_MOUSE_ENTER |
E |
||
ON_MOUSE_EXIT |
E |
||
ON_POPUP_REQUEST |
r |
||
ON_RIGHT_MOUSE_DOWN |
R |
||
ON_SPIN |
x |
CSS
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
BBjAPIBBjSysGuiSee the BBj Object Diagram for an illustration of the relationship between BBj Objects.