|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface CompositeDynamicAttributeCommandInterface
| Method Summary | |
|---|---|
abstract java.util.Collection |
getCommandAttributeNames()
Returns a collection containing the names of all the composite command's dynamic attributes. |
abstract void |
setCommonAttribute(java.lang.String attributeName,
java.lang.Object attributeValue)
Sets the specified attribute on all sub-commands. |
| Method Detail |
|---|
void setCommonAttribute(java.lang.String attributeName,
java.lang.Object attributeValue)
For use when all sub-commands need the same attribute set with the same value.
attributeName - The name of the attribute to set on all sub-commands.attributeValue - The value of the attribute.java.util.Collection getCommandAttributeNames()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||