|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for providing a loadable valueset on demand
| Method Summary | |
void |
addKey(java.lang.Object key)
Add a key to the current valueset. |
void |
addKeyValuePair(java.lang.Object key,
java.lang.String value)
Add a key value pair to the current valueset. |
void |
invalidate()
Invalidate valueset, needs to to requested next time value help is needed. |
void |
resetCurrentKeys()
reset the temporary valueset for display. |
void |
setCurrentKey(java.lang.Object key)
Sets the current valueset to a single key containing this key. |
void |
setCurrentKeyValuePair(java.lang.Object key,
java.lang.String value)
Sets the current valueset to a single entry containing this key Value Pair for display of the current key. |
| Methods inherited from interface com.sap.typeservices.ISimpleValueServices |
getLocale, getModifiableSimpleValueSet, getValues, getValues, validate, validate |
| Method Detail |
public void invalidate()
public void setCurrentKeyValuePair(java.lang.Object key,
java.lang.String value)
key - is the key for this value pairvalue - is the human readable valuepublic void setCurrentKey(java.lang.Object key)
key - is the key for this value pair
public void addKeyValuePair(java.lang.Object key,
java.lang.String value)
key - is the key for this value pairvalue - is the human readable valuepublic void addKey(java.lang.Object key)
key - is the key for this value pairpublic void resetCurrentKeys()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||