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: String


readOnly

Type: ReadOnly


responsiveHeight

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

Type: Number Default Value: 30


styleClass

Type: Styleclass


tabSeq

Type: Tabseq


text

Type: String


toolTipText

Type: String


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] If false will not execute the onFocusGained method; the default value is true



Last updated

Was this helpful?