Package org.cxbox.core.dto.rowmeta
Class ActionsDTO
java.lang.Object
org.cxbox.core.dto.rowmeta.ActionsDTO
- All Implemented Interfaces:
Iterable<org.cxbox.api.data.dto.rowmeta.ActionDTO>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGroup(String type, String label, int maxGroupVisualButtonsCount, List<org.cxbox.api.data.dto.rowmeta.ActionDTO> actionDtos, ActionIconSpecifier icon, boolean showOnlyIcon) addMethod(int position, ActionDescription actionDescription, BusinessComponent bc) addMethod(ActionDescription actionDescription, BusinessComponent bc) List<org.cxbox.api.data.dto.rowmeta.ActionDTO>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, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ActionsDTO
public ActionsDTO()
-
-
Method Details
-
getActions
-
addMethod
-
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
-
iterator
-