Class FormItemDisplayType
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.FormItemDisplayType
- 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 ItemName
static final ItemName
static final ItemName
static final ItemName
static final Producer<FormItemDisplayType>
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
getSize()
help
(PolyStringType value) label
(PolyStringType value) maxSize
(BigInteger value) pluralLabel
(PolyStringType value) pluralLabel
(String value) void
setMaxOccurs
(String value) void
setMaxSize
(BigInteger value) void
setMinOccurs
(String value) void
setNewLine
(Boolean value) void
setSize
(BigInteger value) singularLabel
(PolyStringType value) singularLabel
(String value) size
(BigInteger 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_MIN_OCCURS
-
F_MAX_OCCURS
-
F_SIZE
-
F_MAX_SIZE
-
F_NEW_LINE
-
FACTORY
-
-
Constructor Details
-
FormItemDisplayType
public FormItemDisplayType() -
FormItemDisplayType
Deprecated.
-
-
Method Details
-
getMinOccurs
-
setMinOccurs
-
getMaxOccurs
-
setMaxOccurs
-
getSize
-
setSize
-
getMaxSize
-
setMaxSize
-
isNewLine
-
getNewLine
-
setNewLine
-
equals
- Overrides:
equals
in classDisplayType
-
id
- Overrides:
id
in classDisplayType
-
minOccurs
-
maxOccurs
-
size
-
maxSize
-
newLine
-
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
-