|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public ShareableParameterSetAccessor
Interface representing a ShareableParameterSetAccessor.
Method Summary | |
---|---|
String |
getId()
Returns the id of ShareableParamterSet |
String |
getScope()
Returns the scope of ShareableParamterSet or null, if this accessor represents the global scope. |
String[] |
getAllNames()
Returns an array of all Shareable Parameter names within this Shareable Parameter Set |
Boolean |
setItemValue(String itemName,
String value)
Set the value of a required item. |
Boolean |
confirmSetItemValue(String itemName,
String value)
Confirm if it's possible to set the value of a required item. |
Boolean |
removeItem(String itemName)
Remove the required item |
Boolean |
confirmRemoveItem(String itemName)
confirm if it's possible to remove the required item |
String |
getItemValue(String itemName)
Returns the value of required item name |
String |
registerListener(Function listener)
Register listener so listener will be notified when an item set is updated |
Boolean |
removeListener(String listenerId)
Remove the listener given a listener id |
Boolean |
confirmRemoveListener(String listenerId)
Confirm if it's possible to remove the listener given a listener id |
Method Detail |
---|
String getId()
String getScope()
String[] getAllNames()
Boolean setItemValue(String itemName, String value)
itemName
-
The name of the required parametervalue
-
The value of the required parameter
Boolean confirmSetItemValue(String itemName, String value)
itemName
-
The name of the required parametervalue
-
The value of the required parameter
Boolean removeItem(String itemName)
itemName
-
The name of the required parameter that needs to be removed
Boolean confirmRemoveItem(String itemName)
itemName
-
The name of the required parameter that needs to be removed
String getItemValue(String itemName)
itemName
-
the name of the required parameter
String registerListener(Function listener)
listener
-
which is a js function that's already scoped properly.
Boolean removeListener(String listenerId)
listenerId
-
id of the listener that will be removed.
Boolean confirmRemoveListener(String listenerId)
listenerId
-
id of the listener that will be removed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |