Class FormDisplayType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.DisplayType
com.evolveum.midpoint.xml.ns._public.common.common_3.FormDisplayType
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- 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.Any
Nested 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 QName
static final ItemName
static final Producer<FormDisplayType>
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.DisplayType
F_COLOR, F_CSS_CLASS, F_CSS_STYLE, F_HELP, F_ICON, F_LABEL, F_PLURAL_LABEL, F_SINGULAR_LABEL, F_TOOLTIP
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
<X> X
end()
boolean
getTheme()
help
(PolyStringType value) label
(PolyStringType value) pluralLabel
(PolyStringType value) pluralLabel
(String value) void
singularLabel
(PolyStringType value) singularLabel
(String value) tooltip
(PolyStringType value) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.DisplayType
getColor, getCssClass, getCssStyle, getHelp, getIcon, getLabel, getPluralLabel, getSingularLabel, getTooltip, setColor, setCssClass, setCssStyle, setHelp, setIcon, setLabel, setPluralLabel, setSingularLabel, setTooltip
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_THEME
-
FACTORY
-
-
Constructor Details
-
FormDisplayType
public FormDisplayType() -
FormDisplayType
Deprecated.
-
-
Method Details
-
getTheme
-
setTheme
-
equals
- Overrides:
equals
in classDisplayType
-
id
- Overrides:
id
in classDisplayType
-
theme
-
label
- Overrides:
label
in classDisplayType
-
label
- Overrides:
label
in classDisplayType
-
singularLabel
- Overrides:
singularLabel
in classDisplayType
-
singularLabel
- Overrides:
singularLabel
in classDisplayType
-
pluralLabel
- Overrides:
pluralLabel
in classDisplayType
-
pluralLabel
- Overrides:
pluralLabel
in classDisplayType
-
tooltip
- Overrides:
tooltip
in classDisplayType
-
tooltip
- Overrides:
tooltip
in classDisplayType
-
help
- Overrides:
help
in classDisplayType
-
help
- Overrides:
help
in classDisplayType
-
color
- Overrides:
color
in classDisplayType
-
cssStyle
- Overrides:
cssStyle
in classDisplayType
-
cssClass
- Overrides:
cssClass
in classDisplayType
-
icon
- Overrides:
icon
in classDisplayType
-
beginIcon
- Overrides:
beginIcon
in classDisplayType
-
end
public <X> X end()- Overrides:
end
in classDisplayType
-
clone
- Overrides:
clone
in classDisplayType
-