Spinner

(part of package 'Servoy Extra Components') Extends designtime/SolutionModel: JSWebComponent Extends runtime: RuntimeWebComponent

This is a reference page; many components have detailed usage guides here.

Properties

dataProviderID

Type: dataprovider


displaysTags

Type: boolean


editable

Type: protected Default Value: true


enabled

Type: enabled Default Value: true


format

Type: format


placeholderText

Type: tagstring


readOnly

Type: readOnly


responsiveHeight

Minimum height of the spinner, set only in responsive forms.

Type: int Default Value: 30


styleClass

Type: styleclass


tabSeq

Type: tabseq


text

Type: tagstring


toolTipText

Type: tagstring


valuelistID

Type: valuelist


visible

Type: visible


Events

onActionMethodID(event)

Parameters:


onDataChangeMethodID(oldValue,newValue,event)

@return {boolean}

Parameters:

Returns: {boolean}


onFocusGainedMethodID(event)

Parameters:


onFocusLostMethodID(event)

Parameters:


onRightClickMethodID(event)

Parameters:


API

requestFocus(mustExecuteOnFocusGainedMethod)

Request the focus to this field.

Example:

myElement.requestFocus();

Parameters:

  • {boolean} [mustExecuteOnFocusGainedMethod] ** mustExecuteOnFocusGainedMethod (optional) if false will not execute the onFocusGained method; the default value is true



Last updated