|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.util.reflection.FieldType
com.jscape.util.reflection.types.IntegerField
public class IntegerField
Integer field spinner component.
Field Summary | |
---|---|
int |
defaultValue
|
int |
maxValue
|
int |
minValue
|
int |
stepValue
|
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 | |
---|---|
int |
getDefaultValue()
Returns field default value. |
int |
getMaxValue()
Returns field maximum value. |
int |
getMinValue()
Returns field minimum value. |
int |
getStepValue()
Returns spinner step up/down value. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final int defaultValue
public final int minValue
public final int maxValue
public final int stepValue
Constructor Detail |
---|
public IntegerField(int defaultValue, int minValue, int maxValue, int stepValue)
defaultValue
- the default valueminValue
- the minimum valuemaxValue
- the maximum valuestepValue
- the spinner step up/down valuepublic IntegerField(int defaultValue)
defaultValue
- the default valuepublic IntegerField()
Method Detail |
---|
public int getDefaultValue()
public int getMinValue()
public int getMaxValue()
public int getStepValue()
public java.lang.String toString()
toString
in class java.lang.Object
|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |