| |
|
| java.lang.Object org.jaffa.components.menu.Group
Group | public class Group (Code) | | Class Group defines the Groups under which the Menu Options
are listed
|
Constructor Summary | |
public | Group() |
Group | public Group()(Code) | | Default constructor
|
getDescription | public String getDescription()(Code) | | Getter for property Description
Value of property Description |
getGroupIcon | public String getGroupIcon()(Code) | | Getter for property GroupIcon
Value of property GroupIcon |
getGroupName | public String getGroupName()(Code) | | Getter for the property GroupName
Name of Group |
getGroupTitle | public String getGroupTitle()(Code) | | Getter for the property of Group Title
Value of property of Group Title |
setDescription | public void setDescription(String description)(Code) | | Setter for property Description
Parameters: description - New value of property Description |
setGroupIcon | public void setGroupIcon(String groupIcon)(Code) | | Setter for property GroupIcon
Parameters: groupIcon - New value of property GroupIcon |
setGroupName | public void setGroupName(String groupName)(Code) | | Setter for property Group Name
Parameters: groupName - New value of property Group Name |
setGroupTitle | public void setGroupTitle(String groupTitle)(Code) | | Setter for property of Group Title
Parameters: groupTitle - New value of property Group Title |
toString | public String toString()(Code) | | Returns the debug information
The debug information |
|
|
|