|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.util.controlstatus.Field
TBD: Description of the class.
| Constructor Summary | |
Field(FieldIdentifier id,
java.lang.String currentvalue,
java.util.HashMap metainfo,
boolean readonly,
ICondition condition,
java.util.Locale locale)
|
|
Field(FieldIdentifier id,
java.lang.String currentvalue,
java.util.HashMap metainfo,
java.util.Locale locale)
shortened Constructor, which will set the following values for the dropped parameters readonly will be set to false condition will be set
to null |
|
| 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 |
getInitialValue()
|
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Field(FieldIdentifier id,
java.lang.String currentvalue,
java.util.HashMap metainfo,
boolean readonly,
ICondition condition,
java.util.Locale locale)
public Field(FieldIdentifier id,
java.lang.String currentvalue,
java.util.HashMap metainfo,
java.util.Locale locale)
false condition will be set
to nullid - TBD: Description of the incoming method parametercurrentvalue - TBD: Description of the incoming method parametermetainfo - TBD: Description of the incoming method parameterlocale - TBD: Description of the incoming method parameter| Method Detail |
public FieldIdentifier getIdentifier()
IFieldIControlStatus .getIdentifier in interface IFieldcom.sapportals.wcm.util.controlstatus.IFieldpublic boolean isReadOnly()
IFieldisReadOnly in interface IFieldcom.sapportals.wcm.util.controlstatus.IFieldpublic java.lang.String getCurrentValue()
IFieldgetCurrentValue in interface IFieldcom.sapportals.wcm.util.controlstatus.IFieldpublic java.lang.String getInitialValue()
public java.lang.String getMetaInfo(MetaInfo info)
IFieldgetMetaInfo in interface IFieldcom.sapportals.wcm.util.controlstatus.IFieldinfo - TBD: Description of the incoming method parameterpublic void setCurrentValue(java.lang.String value)
IFieldsetCurrentValue in interface IFieldcom.sapportals.wcm.util.controlstatus.IFieldvalue - currentValue to be setpublic StatusInformation getStatusInformation()
IFieldgetStatusInformation in interface IFieldcom.sapportals.wcm.util.controlstatus.IField
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||