Package org.ametys.runtime.model
Interface ViewItemGroup
- 
- All Superinterfaces:
 ViewItem,ViewItemContainer
- All Known Implementing Classes:
 AbstractViewItemGroup,CompareView.AbstractCompareViewItemGroup,CompareView.CompareModelViewItemGroup,CompareView.CompareSimpleViewItemGroup,ModelViewItemGroup,SimpleViewItemGroup
public interface ViewItemGroup extends ViewItem, ViewItemContainer
interface for group of view items 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringFIELDSET_ROLERole for fieldset view itemsstatic StringTAB_ROLERole for tab view items 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRole()Retrieves the role.voidsetRole(String role)Set the role.- 
Methods inherited from interface org.ametys.runtime.model.ViewItemContainer
addViewItem, getModelViewItem, getViewItems, hasModelViewItem, insertViewItem 
 - 
 
 - 
 
- 
- 
Field Detail
- 
TAB_ROLE
static final String TAB_ROLE
Role for tab view items- See Also:
 - Constant Field Values
 
 
- 
FIELDSET_ROLE
static final String FIELDSET_ROLE
Role for fieldset view items- See Also:
 - Constant Field Values
 
 
 - 
 
 -