|
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 LyFormatterInterface
Interface implemented by classes that format field values.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
java.lang.Object |
parse(LyFieldInfo fieldInfo,
java.lang.String value,
LyUnit unit)
Method to parse a string value with a given unit. |
java.lang.String |
toName(LyFieldInfo fieldInfo,
java.lang.Object value,
LyUnit unit)
Method to format a value to a displayable string with the given unit. |
java.lang.String |
toShortName(LyFieldInfo fieldInfo,
java.lang.Object value,
LyUnit unit)
Method to format a value to a displayable short string with the given unit. |
java.lang.String |
toString(LyFieldInfo fieldInfo,
java.lang.Object value,
LyUnit unit)
Method to format a value to an edition string with the given unit. |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
java.lang.String toString(LyFieldInfo fieldInfo, java.lang.Object value, LyUnit unit)
fieldInfo
- the fieldInfo for which a value is formattedvalue
- the value to formatunit
- the destination unit of the string value
java.lang.String toName(LyFieldInfo fieldInfo, java.lang.Object value, LyUnit unit)
fieldInfo
- the fieldInfo for which a value is formattedvalue
- the value to formatunit
- the destination unit of the string value
java.lang.String toShortName(LyFieldInfo fieldInfo, java.lang.Object value, LyUnit unit)
fieldInfo
- the fieldInfo for which a value is formattedvalue
- the value to formatunit
- the destination unit of the string value
java.lang.Object parse(LyFieldInfo fieldInfo, java.lang.String value, LyUnit unit)
fieldInfo
- the fieldInfo for which the string value is parsed.value
- the string value to parseunit
- the unit of the string value
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |