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 String
FIELDSET_ROLE
Role for fieldset view itemsstatic String
TAB_ROLE
Role for tab view items
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRole()
Retrieves the role.void
setRole(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
-
-