Difference between revisions of "Spinner"

From Lianjapedia
Jump to: navigation, search
Line 5: Line 5:
 
This class supports the [[:Category:Common_Properties|Common Properties]] plus the following:
 
This class supports the [[:Category:Common_Properties|Common Properties]] plus the following:
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
 
!width="20%"|Property
 
!width="20%"|Property
 
!Access (R/RW)
 
!Access (R/RW)
Line 82: Line 82:
 
This class supports the [[:Category:Common_Methods|Common Methods]] plus the following:
 
This class supports the [[:Category:Common_Methods|Common Methods]] plus the following:
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
 
!width="20%"|Method
 
!width="20%"|Method
 
!Args
 
!Args
Line 93: Line 93:
 
This class supports the [[:Category:Common_Events|Common Events]] plus the following:
 
This class supports the [[:Category:Common_Events|Common Events]] plus the following:
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
 
!width="20%"|Event
 
!width="20%"|Event
 
!Args
 
!Args

Revision as of 10:34, 30 January 2013

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Text RW Character Object's numeric value as character
Value RW Numeric Object's numeric value
Alignment RW Numeric Alignment: 0 = left, 1 = right, 2 = center
KeyboardHighValue RW Numeric Maximum value using keyboard
KeyboardLowValue RW Numeric Minimum value using keyboard
SpinnerHighValue RW Numeric Maximum value using arrows
SpinnerLowValue RW Numeric Minimum value using arrows
Increment RW Numeric Amount value is incremented or decremented when arrows are clicked
Readonly RW Boolean Whether object is read only
Prefix RW Character Prefix displayed before value, e.g. currency symbol
Suffix RW Character Suffix displayed after value, e.g. CR
Validation RW Character String containing boolean expression to validate data entry
ValidationErrorMessage RW Character Message displayed if validation returns False

Methods

This class supports the Common Methods plus the following:

Method Args Description

Events

This class supports the Common Events plus the following:

Event Args Description