com.jscape.util.reflection.types
Class IntegerField
java.lang.Object
com.jscape.util.reflection.FieldType
com.jscape.util.reflection.types.IntegerField
public class IntegerField
- extends FieldType
Integer field spinner component.
Constructor Summary |
IntegerField()
Creates new instance. |
IntegerField(int defaultValue)
Creates new instance with default value. |
IntegerField(int defaultValue,
int minValue,
int maxValue,
int stepValue)
Creates new instance with default, minimum and maximum values. |
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
defaultValue
public final int defaultValue
minValue
public final int minValue
maxValue
public final int maxValue
stepValue
public final int stepValue
IntegerField
public IntegerField(int defaultValue,
int minValue,
int maxValue,
int stepValue)
- Creates new instance with default, minimum and maximum values.
- Parameters:
defaultValue
- the default valueminValue
- the minimum valuemaxValue
- the maximum valuestepValue
- the spinner step up/down value
IntegerField
public IntegerField(int defaultValue)
- Creates new instance with default value.
- Parameters:
defaultValue
- the default value
IntegerField
public IntegerField()
- Creates new instance.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © JSCAPE LLC. 1999-2013. All Rights Reserved