|
|||||||||
| 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. |
java.util.Map |
getAllAttributes()
Gets all the attributes of the event action binding. |
java.util.Map |
getAllTypeAttributes()
Gets all the attributes of the event action type. |
java.lang.Object |
getAttribute(java.lang.String name)
Gets an attribute. |
java.lang.Object |
getTypeAttribute(java.lang.String name)
Gets an attribute of the type of the event action. |
java.lang.Object |
removeAttribute(java.lang.String name)
Removes an attribute. |
java.lang.Object |
setAttribute(java.lang.String name,
java.lang.Object value)
Sets the value of an attribute. |
| Method Detail |
|---|
java.util.Map getAllTypeAttributes()
java.lang.Object getTypeAttribute(java.lang.String name)
name - the name of the attribute.
java.lang.Object setAttribute(java.lang.String name,
java.lang.Object value)
name - the name of the attribute.value - the new value of the attribute.
java.lang.Object removeAttribute(java.lang.String name)
name - the name of the attribute.
EventAction getAction()
java.util.Map getAllAttributes()
java.lang.Object getAttribute(java.lang.String name)
name - the name of the attribute.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||