|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.components.menu.Group
Class Group defines the Groups under which the Menu Options are listed
| Constructor Summary | |
Group()
Default constructor |
|
| Method Summary | |
String |
getDescription()
Getter for property Description |
String |
getGroupIcon()
Getter for property GroupIcon |
String |
getGroupName()
Getter for the property GroupName |
String |
getGroupTitle()
Getter for the property of Group Title |
void |
setDescription(String description)
Setter for property Description |
void |
setGroupIcon(String groupIcon)
Setter for property GroupIcon |
void |
setGroupName(String groupName)
Setter for property Group Name |
void |
setGroupTitle(String groupTitle)
Setter for property of Group Title |
String |
toString()
Returns the debug information |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Group()
| Method Detail |
public String getGroupName()
public void setGroupName(String groupName)
groupName - New value of property Group Namepublic String getDescription()
public void setDescription(String description)
description - New value of property Descriptionpublic String getGroupIcon()
public void setGroupIcon(String groupIcon)
groupIcon - New value of property GroupIconpublic String getGroupTitle()
public void setGroupTitle(String groupTitle)
groupTitle - New value of property Group Titlepublic String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||