|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LySetNumberInterface
Abstract access to a method. Hides the specific implementation of the view (win, swing, html...) A value, and may have its value set.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
setDecimals(int decimals)
Sets the number of decimals. |
void |
setFormat(java.lang.String format)
Sets the number format. |
void |
setPitch(double pitch)
Sets the number pitch. |
void |
setVMax(double vMax)
Sets the number maximum value. |
void |
setVMin(double vMin)
Sets the number minimum value. |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
void setFormat(java.lang.String format)
format
- New value of format.void setVMin(double vMin)
vMin
- New value of the minimum.void setVMax(double vMax)
vMax
- New value of maximum.void setPitch(double pitch)
pitch
- New value of pitch.void setDecimals(int decimals)
decimals
- New value of the number of decimals.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |