BBjListSpinner

Description

In BBj 7.0 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

getListIndex()

BBjVector

getSpinList()

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

BBjControlValidationEvent

Control Validation Event

v

ON_DROP_TARGET_DROP

BBjDropTargetDropEvent

Drop Target Drop Event

D

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

Remarks

None.

Constants inherited from BBjControl

Example

BBjListSpinner is an abstract class and cannot be instantiated.

See Also

BBjAPI

BBjSysGui

BBjWindow

CALLBACK Verb - Register BBj Subroutine

RecordSetBindable

RecordSetFillable

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