|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EventActionBinding
Client view of the binding state of an event action. It can be used to retrieve or modify the binding state of the event action.
| Method Summary | |
|---|---|
EventAction |
getAction()
Gets the associated event action. |
Map |
getAllAttributes()
Gets all the attributes of the event action binding. |
Map |
getAllTypeAttributes()
Gets all the attributes of the event action type. |
Object |
getAttribute(String name)
Gets an attribute. |
Object |
getTypeAttribute(String name)
Gets an attribute of the type of the event action. |
Object |
removeAttribute(String name)
Removes an attribute. |
Object |
setAttribute(String name,
Object value)
Sets the value of an attribute. |
| Method Detail |
|---|
Map getAllTypeAttributes()
Object getTypeAttribute(String name)
name - the name of the attribute.
Object setAttribute(String name,
Object value)
name - the name of the attribute.value - the new value of the attribute.
Object removeAttribute(String name)
name - the name of the attribute.
EventAction getAction()
Map getAllAttributes()
Object getAttribute(String name)
name - the name of the attribute.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||