|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsWebSiteSelectMenuOption
An instance of the AimsWebSiteSelectMenuOption class is used to control the contents of the select menu.
| Constructor Summary | |
AimsWebSiteSelectMenuOption()
Creates new AimsWebSiteSelectMenuType |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a copy of this object. |
AimsWebSiteSelectMenuOption |
getCopy()
Creates a copy of this object. |
java.lang.String |
getDescription()
Gets the displayed description of the option. |
boolean |
getEnabled()
Gets an indicator of whether the option is enabled. |
java.lang.String |
getTarget()
Gets the target frame for the url of the option. |
java.lang.String |
getUrl()
Gets the url of the option. |
void |
setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value,
java.lang.String xmlPath,
java.lang.String imfPath)
Sets one of the attributes of this object using a string value. |
void |
setDescription(java.lang.String description)
Sets the display name of the option. |
void |
setTarget(java.lang.String target)
Sets the target frame for the url of the option. |
void |
setUrl(java.lang.String href)
Sets the url of the option. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AimsWebSiteSelectMenuOption()
| Method Detail |
public java.lang.Object clone()
public AimsWebSiteSelectMenuOption getCopy()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public boolean getEnabled()
public java.lang.String getUrl()
public void setUrl(java.lang.String href)
href - The url called when the link on the select menu is clicked.public java.lang.String getTarget()
public void setTarget(java.lang.String target)
target - The target frame for the url called when the link
on the select menu is clicked.
public void setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value,
java.lang.String xmlPath,
java.lang.String imfPath)
tag - The AXL element tag containing this attribute.name - The AXL attribute name.value - The AXL attribute value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||