Package org.ametys.core.ui
Class SimpleMenu.GalleryItem
java.lang.Object
org.ametys.core.ui.SimpleMenu.GalleryItem
- Enclosing class:
 - SimpleMenu
 
Class representing a gallery item
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddGroup(SimpleMenu.GalleryGroup group) Add a group of this galleryGet gallery's groups 
- 
Constructor Details
- 
GalleryItem
public GalleryItem()Constructor 
 - 
 - 
Method Details
- 
addGroup
Add a group of this gallery- Parameters:
 group- The gallery group to add
 - 
getGroups
Get gallery's groups- Returns:
 - The gallery's group
 
 
 -