|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IServerDataCapability
| Method Summary | |
|---|---|
Object |
getServerData(String name)
Retrieves an object data associated to a key |
int |
getServerDataCount()
Returns the number of keys associated to the component. |
Map |
getServerDataMap()
Returns a Map object containing keys and associated data objects |
String[] |
listServerDataKeys()
Returns a list of the keys defined for the component |
Object |
removeServerData(String name)
Removes a key and the data object associated to it |
Object |
setServerData(String name,
Object data)
Associates and object to a key for the component on the server side |
| Method Detail |
|---|
Object setServerData(String name,
Object data)
name - key used to retrieve the object associateddata - object to associate
Object removeServerData(String name)
name - the key to remove
Object getServerData(String name)
name - the key to retrieve
String[] listServerDataKeys()
int getServerDataCount()
Map getServerDataMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||