BBjListSpinner
Description
In BBj 7.00 and higher, the BBjListSpinner is an abstract class of the BBjInputESpinner and the BBjEditBoxSpinner spinner controls that spin over a list.
Implemented Interfaces
MouseWheelEnabled, RecordSetBindable,RecordSetFillable, SimpleRecordSetBindable
Creation
Because BBjListSpinner is an abstract class, it may not be instantiated.
Methods of BBjListSpinner
|
Return Value |
Method |
|
int |
|
|
void |
setListIndex(int index) |
|
void |
setSpinList(BBjVector spinList!) |
Methods of BBjListSpinner inherited from BBjSpinner
|
Return Value |
Method |
|
void |
spin(boolean up) |
Methods of BBjListEdit implemented for DragSource
| Return Value | Method |
|---|---|
| int | getDragActions() |
| string | getDragType() |
| void | setDragActions(int actions) |
| void | setDragType(string type) |
Methods of BBjListEdit implemented for DropTarget
| Return Value | Method |
|---|---|
| int | getDropActions() |
| void | setDropActions(int actions) |
| BBjVector | getDropTypes() |
| void | setDropTypes(BBjVector types) |
Methods of BBjListSpinner implemented for RecordSetBindable
| Return Value | Method |
|---|---|
| void | bindRecordSet(BBjRecordSet recordset!, string fieldname) |
| string | getBoundFieldName() |
Methods of BBjListSpinner implemented for RecordSetFillable
| Return Value | Method |
|---|---|
| void | fillFromRecordSet(BBjRecordSet recordset, string fieldname) |
Methods of BBjListSpinner inherited from BBjControl
Events
|
Callback Code |
Object-oriented Event |
Read Record Event |
Code |
|
ON_CONTROL_VALIDATION |
v |
||
|
ON_DROP_TARGET_DROP |
D |
||
|
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 |
Constants inherited from BBjControl
Example
BBjListSpinner is an abstract class and cannot be instantiated.
See Also
CALLBACK Verb - Register BBj Subroutine
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.