Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.IconType
-
Packages that use IconType Package Description com.evolveum.midpoint.gui.api.util GUI API package for various utility classes and interfaces.com.evolveum.midpoint.gui.impl.component.icon com.evolveum.midpoint.xml.ns._public.common.api_types_3 com.evolveum.midpoint.xml.ns._public.common.common_3 com.evolveum.midpoint.xml.ns._public.model.model_3 -
-
Uses of IconType in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return IconType Modifier and Type Method Description static IconTypeWebComponentUtil. createIconType(String iconStyle)static IconTypeWebComponentUtil. createIconType(String iconStyle, String color)static <O extends ObjectType>
IconTypeWebComponentUtil. getIconForActivationStatus(O obj)static <O extends ObjectType>
IconTypeWebComponentUtil. getIconForLifecycleState(O obj)Methods in com.evolveum.midpoint.gui.api.util that return types with arguments of type IconType Modifier and Type Method Description static Map<IconCssStyle,IconType>WebComponentUtil. createMainButtonLayerIcon(DisplayType mainButtonDisplayType)Methods in com.evolveum.midpoint.gui.api.util with parameters of type IconType Modifier and Type Method Description static CompositedIconBuilderWebComponentUtil. getAssignmentRelationIconBuilder(PageBase pageBase, AssignmentObjectRelation relationSpec, IconType relationIcon, IconType actionButtonIcon)static org.apache.wicket.model.IModel<String>WebComponentUtil. getIconUrlModel(IconType icon) -
Uses of IconType in com.evolveum.midpoint.gui.impl.component.icon
Methods in com.evolveum.midpoint.gui.impl.component.icon that return IconType Modifier and Type Method Description IconTypeLayerIcon. getIconType()Methods in com.evolveum.midpoint.gui.impl.component.icon with parameters of type IconType Modifier and Type Method Description CompositedIconBuilderCompositedIconBuilder. appendLayerIcon(IconType icon, IconCssStyle style)CompositedIconBuilderCompositedIconBuilder. appendLayerIcon(IconType icon, LayeredIconCssStyle style)CompositedIconBuilderCompositedIconBuilder. appendLayerIcon(org.apache.wicket.model.IModel<String> labelModel, IconType icon, LayeredIconCssStyle style)<ICS extends IconCssStyle>
CompositedIconBuilderCompositedIconBuilder. setBasicIcon(IconType icon, ICS style)Constructors in com.evolveum.midpoint.gui.impl.component.icon with parameters of type IconType Constructor Description LayerIcon(IconType iconType)LayerIcon(IconType iconType, org.apache.wicket.model.IModel<String> labelModel) -
Uses of IconType in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return IconType Modifier and Type Method Description IconTypeObjectFactory. createIconType() -
Uses of IconType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type IconType Modifier and Type Field Description static Producer<IconType>IconType. FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return IconType Modifier and Type Method Description IconTypeDisplayType. beginIcon()IconTypeFormDisplayType. beginIcon()IconTypeFormItemDisplayType. beginIcon()IconTypeRichHyperlinkType. beginIcon()IconTypeDeploymentInformationType. beginLogo()IconTypeIconType. clone()IconTypeIconType. color(String value)IconTypeObjectFactory. createIconType()IconTypeIconType. cssClass(String value)IconTypeDisplayType. getIcon()IconTypeRichHyperlinkType. getIcon()IconTypeDeploymentInformationType. getLogo()IconTypeIconType. id(Long value)IconTypeIconType. imageUrl(String value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type IconType Modifier and Type Method Description DisplayTypeDisplayType. icon(IconType value)FormDisplayTypeFormDisplayType. icon(IconType value)FormItemDisplayTypeFormItemDisplayType. icon(IconType value)RichHyperlinkTypeRichHyperlinkType. icon(IconType value)DeploymentInformationTypeDeploymentInformationType. logo(IconType value)voidDisplayType. setIcon(IconType value)voidRichHyperlinkType. setIcon(IconType value)voidDeploymentInformationType. setLogo(IconType value) -
Uses of IconType in com.evolveum.midpoint.xml.ns._public.model.model_3
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return IconType Modifier and Type Method Description IconTypeObjectFactory. createIconType()
-