Package org.cxbox.core.dto.rowmeta
Class ActionsDTO
- java.lang.Object
-
- org.cxbox.core.dto.rowmeta.ActionsDTO
-
-
Constructor Summary
Constructors Constructor Description ActionsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAll(List<org.cxbox.api.data.dto.rowmeta.ActionDTO> actions)ActionsDTOaddGroup(String type, String label, int maxGroupVisualButtonsCount, List<org.cxbox.api.data.dto.rowmeta.ActionDTO> actionDtos, ActionIconSpecifier icon, boolean showOnlyIcon)ActionsDTOaddMethod(int position, ActionDescription actionDescription, BusinessComponent bc)ActionsDTOaddMethod(ActionDescription actionDescription, BusinessComponent bc)List<org.cxbox.api.data.dto.rowmeta.ActionDTO>getActions()Iterator<org.cxbox.api.data.dto.rowmeta.ActionDTO>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getActions
public List<org.cxbox.api.data.dto.rowmeta.ActionDTO> getActions()
-
addMethod
public ActionsDTO addMethod(ActionDescription actionDescription, BusinessComponent bc)
-
addMethod
public ActionsDTO addMethod(int position, ActionDescription actionDescription, BusinessComponent bc)
-
addGroup
public ActionsDTO addGroup(String type, String label, int maxGroupVisualButtonsCount, List<org.cxbox.api.data.dto.rowmeta.ActionDTO> actionDtos, ActionIconSpecifier icon, boolean showOnlyIcon)
-
addAll
public void addAll(List<org.cxbox.api.data.dto.rowmeta.ActionDTO> actions)
-
-