Package org.ametys.core.ui
Class SimpleMenu.GalleryItem
- java.lang.Object
-
- org.ametys.core.ui.SimpleMenu.GalleryItem
-
- Enclosing class:
- SimpleMenu
public class SimpleMenu.GalleryItem extends Object
Class representing a gallery item
-
-
Constructor Summary
Constructors Constructor Description GalleryItem()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addGroup(SimpleMenu.GalleryGroup group)
Add a group of this galleryList<SimpleMenu.GalleryGroup>
getGroups()
Get gallery's groups
-
-
-
Constructor Detail
-
GalleryItem
public GalleryItem()
Constructor
-
-
Method Detail
-
addGroup
public void addGroup(SimpleMenu.GalleryGroup group)
Add a group of this gallery- Parameters:
group
- The gallery group to add
-
getGroups
public List<SimpleMenu.GalleryGroup> getGroups()
Get gallery's groups- Returns:
- The gallery's group
-
-