|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
encapsulates all information necessary to render an attribute for a service,
data object etc. and to update this information. An IControlStatus
holds a number of these instances and uses them to communicate with a
rendering framework
| Method Summary | |
java.lang.String |
getCurrentValue()
returns the current value defined for this field |
FieldIdentifier |
getIdentifier()
returns the identifier set when constructing the implementing class. |
java.lang.String |
getMetaInfo(MetaInfo info)
returns a localized message to render or an URL-style string that points to a resource to load. |
StatusInformation |
getStatusInformation()
returns the status information for this field. |
boolean |
isReadOnly()
flag to tell, if the value of the implementing class can be updated |
void |
setCurrentValue(java.lang.String value)
allows to update the current value for this field. |
| Method Detail |
public FieldIdentifier getIdentifier()
IControlStatus .public boolean isReadOnly()
public java.lang.String getCurrentValue()
public java.lang.String getMetaInfo(MetaInfo info)
info - TBD: Description of the incoming method parameterpublic void setCurrentValue(java.lang.String value)
value - currentValue to be setpublic StatusInformation getStatusInformation()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||