B4J Programming Press on the image to return to the main documentation page.

jNumberSpinner

Written by Steve Laming

List of types:

NumberSpinner

NumberSpinner


Events:

ValueChanged(Value As Double,AutoUpdate As Boolean)
EntryReleased(Value As Double)

Members:


  AsNode As ConcreteNodeWrapper

  Class_Globals As String

  getGrouping As Boolean

  getID As String

  getIncrement As Double

  getLeft As Double

  getMaxFractions As Int

  getMaxValue As Double

  getMinFractions As Int

  getMinIntegers As Int

  getMinValue As Double

  getPrefHeight As Double

  getPrefWidth As Double

  getTag As Object

  getTextField As TextFieldWrapper

  getTop As Double

  getValue As Double

  Grouping As Boolean

  ID As String

  Increment As Double

  Initialize (Module As Object, EventName As String, MinimumIntegers As Int, MaximumFractions As Int, Increment As Double) As String

  IsInitialized As Boolean

  Left As Double

  MaxFractions As Int

  MaxValue As Double

  MinFractions As Int

  MinIntegers As Int

  MinValue As Double

  PrefHeight As Double

  PrefWidth As Double

  setGrouping (Grouping As Boolean) As String

  setID (ID As String) As String

  setIncrement (Increment As Double) As String

  setLayout (Left As Double, Top As Double, Width As Double, Height As Double) As String

  setLeft (Left As Double) As String

  setMaxFractions (MaxFracs As Int) As String

  setMaxValue (MaxVal As Double) As String

  setMinFractions (MinFracs As Int) As String

  setMinIntegers (MinInts As Int) As String

  setMinValue (MaxVal As Double) As String

  setPrefHeight (PrefHeight As Double) As String

  setPrefWidth (PrefWidth As Double) As String

  setTag (Tag As Object) As String

  setTop (Top As Double) As String

  setValue (Val As Double) As String

  Tag As Object

  TextField As TextFieldWrapper [read only]

  Top As Double

  Value As Double

Members description:

AsNode As ConcreteNodeWrapper
Get the AnchorPane that holds the NumberSpinner
Class_Globals As String
Class module
getGrouping As Boolean
getID As String
getIncrement As Double
getLeft As Double
getMaxFractions As Int
getMaxValue As Double
Get / Set the Maximum values
getMinFractions As Int
getMinIntegers As Int
getMinValue As Double
Get / Set the Minimum values
getPrefHeight As Double
getPrefWidth As Double
getTag As Object
getTextField As TextFieldWrapper
Get the text field
getTop As Double
getValue As Double
Grouping As Boolean
Set whether grouping should be displayed
ID As String
Get/Set the ID for the AnchorPane
Increment As Double
Get / set the Increment
Initialize (Module As Object, EventName As String, MinimumIntegers As Int, MaximumFractions As Int, Increment As Double) As String
Initializes the object. You can add parameters to this method if needed.
IsInitialized As Boolean
Get the Initialized state of this Object
Left As Double
Get/Set the AnchorPane Left value
MaxFractions As Int
Get / Set the maximum number of decimal places to display
MaxValue As Double
Get / Set the Maximum values
MinFractions As Int
Get / Set the minimum number of decimal places to display
MinIntegers As Int
Get / Set the minimum number of Integers to display
MinValue As Double
Get / Set the Minimum values
PrefHeight As Double
Get/Set the AnchorPane PrefHeight value
PrefWidth As Double
Get/Set the AnchorPane PrefWidth value
setGrouping (Grouping As Boolean) As String
Set whether grouping should be displayed
setID (ID As String) As String
Get/Set the ID for the AnchorPane
setIncrement (Increment As Double) As String
Get / set the Increment
setLayout (Left As Double, Top As Double, Width As Double, Height As Double) As String
Set the Layout of the AnchorPane
setLeft (Left As Double) As String
Get/Set the AnchorPane Left value
setMaxFractions (MaxFracs As Int) As String
Get / Set the maximum number of decimal places to display
setMaxValue (MaxVal As Double) As String
setMinFractions (MinFracs As Int) As String
Get / Set the minimum number of decimal places to display
setMinIntegers (MinInts As Int) As String
Get / Set the minimum number of Integers to display
setMinValue (MaxVal As Double) As String
setPrefHeight (PrefHeight As Double) As String
Get/Set the AnchorPane PrefHeight value
setPrefWidth (PrefWidth As Double) As String
Get/Set the AnchorPane PrefWidth value
setTag (Tag As Object) As String
Get / Set a Tag for this Wrapper Object (Wrapper Specific)
setTop (Top As Double) As String
Get/Set the AnchorPane Top value
setValue (Val As Double) As String
Get / Set the current Value. Should be between MinVal and MaxVal inclusive (if set)
Tag As Object
Get / Set a Tag for this Wrapper Object (Wrapper Specific)
TextField As TextFieldWrapper [read only]
Get the text field
Top As Double
Get/Set the AnchorPane Top value
Value As Double
Get / Set the current Value. Should be between MinVal and MaxVal inclusive (if set)

Top