| |
|
| java.lang.Object org.jaffa.components.menu.Option
Option | public class Option (Code) | | This object describes the Options for each Group. The
details of the Option are read in from the XML file.
|
getCompURL | public String getCompURL()(Code) | | Getter for property CompURL - link to be executed for the option. Can be a Component or a URL
String containing the link to be executed for the option. Can be a Component or a URL. |
getIcon | public String getIcon()(Code) | | Getter for the property Icon - path to the graphics of the Icon
path to the graphics of the Icon |
getName | public String getName()(Code) | | Getter for the property Name - Name of the Option
String containing Name of the Option |
getURLTrue | public boolean getURLTrue()(Code) | | Getter for URLTrue property. URLTrue determines whether
this Option will run a Component or a URL.
True - If Option executes |
setCompURL | public void setCompURL(String compURL)(Code) | | Getter for property CompURL - link to be executed for the option. Can be a Component or a URL
Parameters: compURL - Link to be executed for the option. Can be a Component or a URL |
setIcon | public void setIcon(String icon)(Code) | | Setter for the property Icon - path to the graphics of the Icon
Parameters: icon - path to the graphics of the Icon |
setName | public void setName(String name)(Code) | | Setter for the property Name - Name of the Option
Parameters: name - Name of the Option |
setURLTrue | public void setURLTrue(boolean URLTrue)(Code) | | Setter for property URLTrue-defines whether the link to execute is a URL or a Component
Parameters: URLTrue - True - Link is URLFalse - Link is Component |
toString | public String toString()(Code) | | Returns the Debug information
Returns the debug information |
|
|
|