|
EchoPoint 2.1.0rc4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopointng.command.AttributesAdd
The AttributesAdd command is use to dynamically add
attributes on the client side to a component
| Constructor Summary | |
AttributesAdd(nextapp.echo2.app.Component component,
Attributeable attributeable)
Constructs a AttributesAdd that can be applied to the specified component |
|
AttributesAdd(nextapp.echo2.app.Component component,
java.util.Map attributes)
Constructs a AttributesAdd that can be applied to the specified component |
|
| Method Summary | |
java.lang.Object |
getAttribute(java.lang.String attributeName)
Returns a value for the given attribute name or null if one cannot be found. |
java.lang.String[] |
getAttributeNames()
Returns a String array with the names of the the attributes that have neen set. |
nextapp.echo2.app.Component |
getComponent()
|
void |
setAttribute(java.lang.String attributeName,
java.lang.Object attributeValue)
Sets a value for a given attribute name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttributesAdd(nextapp.echo2.app.Component component,
Attributeable attributeable)
AttributesAdd that can be applied to the specified component
component - - the component to apply the attributes toattributeable - - an Attributeable containg the attributes to be applied.
public AttributesAdd(nextapp.echo2.app.Component component,
java.util.Map attributes)
AttributesAdd that can be applied to the specified component
component - - the component to apply the attributes toattributes - - the attributes in a Map.| Method Detail |
public nextapp.echo2.app.Component getComponent()
public java.lang.Object getAttribute(java.lang.String attributeName)
Attributeable
getAttribute in interface AttributeableattributeName - - the name of the attribute to return
Attributeable.getAttribute(java.lang.String)public java.lang.String[] getAttributeNames()
Attributeable
getAttributeNames in interface AttributeableAttributeable.getAttributeNames()
public void setAttribute(java.lang.String attributeName,
java.lang.Object attributeValue)
Attributeable
setAttribute in interface AttributeableattributeName - - the name of the attribute to setattributeValue - - the value for the attributeAttributeable.setAttribute(java.lang.String, java.lang.Object)
|
EchoPoint 2.1.0rc4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||