Uses of Class
com.evolveum.midpoint.web.page.admin.server.dto.ApprovalOutcomeIcon
-
Packages that use ApprovalOutcomeIcon Package Description com.evolveum.midpoint.gui.api.util GUI API package for various utility classes and interfaces.com.evolveum.midpoint.web.page.admin.server.dto -
-
Uses of ApprovalOutcomeIcon in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type ApprovalOutcomeIcon Modifier and Type Method Description static DisplayType
GuiDisplayTypeUtil. createDisplayType(ApprovalOutcomeIcon caseIcon)
-
Uses of ApprovalOutcomeIcon in com.evolveum.midpoint.web.page.admin.server.dto
Methods in com.evolveum.midpoint.web.page.admin.server.dto that return ApprovalOutcomeIcon Modifier and Type Method Description static ApprovalOutcomeIcon
ApprovalOutcomeIcon. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApprovalOutcomeIcon[]
ApprovalOutcomeIcon. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-