Class RichHyperlinkType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.RichHyperlinkType
- All Implemented Interfaces:
Containerable,Freezable,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
public class RichHyperlinkType
extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Hyperlink with a label, menu and other data that control a rich presentation of the link.
Not all parameters that are present in this data structure might be supported in all the places
where a link is used. Which parameter will be used depends on where exactly is the link used and
how it is rendered (as an menu item, application launch button, etc.)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.AnyNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<RichHyperlinkType>Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthorization(String value) clone()description(String value) documentation(String value) <X> Xend()booleangetColor()getIcon()getLabel()voidvoidsetDescription(String value) voidsetDocumentation(String value) voidvoidvoidsetTargetUrl(String value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_TARGET_URL
-
F_LABEL
-
F_DESCRIPTION
-
F_DOCUMENTATION
-
F_ICON
-
F_COLOR
-
F_AUTHORIZATION
-
FACTORY
-
-
Constructor Details
-
RichHyperlinkType
public RichHyperlinkType() -
RichHyperlinkType
Deprecated.
-
-
Method Details
-
getTargetUrl
-
setTargetUrl
-
getLabel
-
setLabel
-
getDescription
-
setDescription
-
getDocumentation
-
setDocumentation
-
getIcon
-
setIcon
-
getColor
-
setColor
-
getAuthorization
-
equals
- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
targetUrl
-
label
-
description
-
documentation
-
icon
-
beginIcon
-
color
-
authorization
-
end
public <X> X end() -
clone
- Overrides:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-