|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IClientDataCapability
A tag used to associate data to a view.
| Method Summary | |
|---|---|
String |
getClientData(String name)
Retrieves the data associated to a variable |
int |
getClientDataCount()
Returns the number of variable associated to the component. |
Map |
getClientDataMap()
Returns a map containing the couples variable-data |
String[] |
listClientDataKeys()
Returns the list of variable associated to the component. |
String |
removeClientData(String name)
Removes the variable name and the data associated to it |
String |
setClientData(String name,
String data)
Associates data to variable name. |
| Method Detail |
|---|
String setClientData(String name,
String data)
name - the variable to associate data todata - the data to associate to the variable
String removeClientData(String name)
name - the variable to associate data to
String getClientData(String name)
name - the variable to associate data to
String[] listClientDataKeys()
int getClientDataCount()
Map getClientDataMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||