Uses of Interface
org.cxbox.core.service.action.ActionIconSpecifier
Packages that use ActionIconSpecifier
-
Uses of ActionIconSpecifier in org.cxbox.core.dto.rowmeta
Methods in org.cxbox.core.dto.rowmeta with parameters of type ActionIconSpecifierModifier and TypeMethodDescriptionActionsDTO.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 ActionIconSpecifierModifier and TypeClassDescriptionenumDeprecated.use CxboxActionIconSpecifier instead TODO delete in 3.0enumMethods in org.cxbox.core.service.action that return ActionIconSpecifierMethods in org.cxbox.core.service.action with parameters of type ActionIconSpecifierModifier and TypeMethodDescriptionActionDescriptionBuilder.withIcon(ActionIconSpecifier icon, boolean showOnlyIcon) ActionsBuilder.withIcon(ActionIconSpecifier icon, boolean showOnlyIcon) Deprecated.Since 4.0.0-M7 useActionDescriptionBuilder.withIcon(ActionIconSpecifier, boolean)instead