Package com.axelor.meta.schema
Class ObjectViews
- java.lang.Object
-
- com.axelor.meta.schema.ObjectViews
-
public class ObjectViews extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectViews()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MenuItem>
getActionMenus()
List<Action>
getActions()
List<MenuItem>
getMenus()
static String
getSecureNamespace()
List<Selection>
getSelections()
List<AbstractView>
getViews()
void
setActionMenus(List<MenuItem> actionMenus)
void
setActions(List<Action> actions)
void
setMenus(List<MenuItem> menus)
void
setSelections(List<Selection> selections)
void
setViews(List<AbstractView> views)
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
-
-
Method Detail
-
getViews
public List<AbstractView> getViews()
-
setViews
public void setViews(List<AbstractView> views)
-
getSecureNamespace
public static String getSecureNamespace()
-
-