public class SimpleMenu.GalleryGroup extends Object
| Modifier and Type | Field and Description | 
|---|---|
private List<ClientSideElement> | 
_items  | 
private I18nizableText | 
_label  | 
private List<SimpleMenu.UnresolvedItem> | 
_unresolvedGalleryItems  | 
| Constructor and Description | 
|---|
GalleryGroup(I18nizableText label)
Constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
_resolveGalleryItems()  | 
void | 
addItem(SimpleMenu.UnresolvedItem item)
Add a new item to group 
 | 
List<ClientSideElement> | 
getItems()
Get the gallery item 
 | 
I18nizableText | 
getLabel()
Get the group's label 
 | 
private final I18nizableText _label
private List<SimpleMenu.UnresolvedItem> _unresolvedGalleryItems
private final List<ClientSideElement> _items
public GalleryGroup(I18nizableText label)
label - The group's labelpublic void addItem(SimpleMenu.UnresolvedItem item)
item - The item to addpublic I18nizableText getLabel()
public List<ClientSideElement> getItems()
private void _resolveGalleryItems() throws Exception
Exception