Uses of Interface
org.cxbox.core.service.action.ActionIconSpecifier
-
Packages that use ActionIconSpecifier Package Description org.cxbox.core.dto.rowmeta org.cxbox.core.service.action -
-
Uses of ActionIconSpecifier in org.cxbox.core.dto.rowmeta
Methods in org.cxbox.core.dto.rowmeta with parameters of type ActionIconSpecifier Modifier and Type Method Description ActionsDTOActionsDTO. addGroup(String type, String label, int maxGroupVisualButtonsCount, List<org.cxbox.api.data.dto.rowmeta.ActionDTO> actionDtos, ActionIconSpecifier icon, boolean showOnlyIcon) -
Uses of ActionIconSpecifier in org.cxbox.core.service.action
Classes in org.cxbox.core.service.action that implement ActionIconSpecifier Modifier and Type Class Description classActionIconDeprecated.use CxboxActionIconSpecifier instead TODO delete in 3.0classCxboxActionIconSpecifierMethods in org.cxbox.core.service.action that return ActionIconSpecifier Modifier and Type Method Description ActionIconSpecifierResponseServiceAction. getIcon()Methods in org.cxbox.core.service.action with parameters of type ActionIconSpecifier Modifier and Type Method Description ActionDescriptionBuilder<T>ActionDescriptionBuilder. withIcon(ActionIconSpecifier icon, boolean showOnlyIcon)ActionsBuilder<T>ActionsBuilder. withIcon(ActionIconSpecifier icon, boolean showOnlyIcon)
-