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
public class FormItemDisplayType extends DisplayType
- See Also:
- Serialized Form
-
-
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
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_MAX_OCCURS
static ItemName
F_MAX_SIZE
static ItemName
F_MIN_OCCURS
static ItemName
F_NEW_LINE
static ItemName
F_SIZE
static Producer<FormItemDisplayType>
FACTORY
-
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 Constructor Description FormItemDisplayType()
FormItemDisplayType(PrismContext context)
Deprecated.
-
Method Summary
-
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 Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_MIN_OCCURS
public static final ItemName F_MIN_OCCURS
-
F_MAX_OCCURS
public static final ItemName F_MAX_OCCURS
-
F_SIZE
public static final ItemName F_SIZE
-
F_MAX_SIZE
public static final ItemName F_MAX_SIZE
-
F_NEW_LINE
public static final ItemName F_NEW_LINE
-
FACTORY
public static final Producer<FormItemDisplayType> FACTORY
-
-
Constructor Detail
-
FormItemDisplayType
public FormItemDisplayType()
-
FormItemDisplayType
@Deprecated public FormItemDisplayType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getMinOccurs
public String getMinOccurs()
-
setMinOccurs
public void setMinOccurs(String value)
-
getMaxOccurs
public String getMaxOccurs()
-
setMaxOccurs
public void setMaxOccurs(String value)
-
getSize
public BigInteger getSize()
-
setSize
public void setSize(BigInteger value)
-
getMaxSize
public BigInteger getMaxSize()
-
setMaxSize
public void setMaxSize(BigInteger value)
-
isNewLine
public Boolean isNewLine()
-
setNewLine
public void setNewLine(Boolean value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classDisplayType
-
id
public FormItemDisplayType id(Long value)
- Overrides:
id
in classDisplayType
-
minOccurs
public FormItemDisplayType minOccurs(String value)
-
maxOccurs
public FormItemDisplayType maxOccurs(String value)
-
size
public FormItemDisplayType size(BigInteger value)
-
maxSize
public FormItemDisplayType maxSize(BigInteger value)
-
newLine
public FormItemDisplayType newLine(Boolean value)
-
label
public FormItemDisplayType label(PolyStringType value)
- Overrides:
label
in classDisplayType
-
label
public FormItemDisplayType label(String value)
- Overrides:
label
in classDisplayType
-
singularLabel
public FormItemDisplayType singularLabel(PolyStringType value)
- Overrides:
singularLabel
in classDisplayType
-
singularLabel
public FormItemDisplayType singularLabel(String value)
- Overrides:
singularLabel
in classDisplayType
-
pluralLabel
public FormItemDisplayType pluralLabel(PolyStringType value)
- Overrides:
pluralLabel
in classDisplayType
-
pluralLabel
public FormItemDisplayType pluralLabel(String value)
- Overrides:
pluralLabel
in classDisplayType
-
tooltip
public FormItemDisplayType tooltip(PolyStringType value)
- Overrides:
tooltip
in classDisplayType
-
tooltip
public FormItemDisplayType tooltip(String value)
- Overrides:
tooltip
in classDisplayType
-
help
public FormItemDisplayType help(PolyStringType value)
- Overrides:
help
in classDisplayType
-
help
public FormItemDisplayType help(String value)
- Overrides:
help
in classDisplayType
-
color
public FormItemDisplayType color(String value)
- Overrides:
color
in classDisplayType
-
cssStyle
public FormItemDisplayType cssStyle(String value)
- Overrides:
cssStyle
in classDisplayType
-
cssClass
public FormItemDisplayType cssClass(String value)
- Overrides:
cssClass
in classDisplayType
-
icon
public FormItemDisplayType icon(IconType value)
- Overrides:
icon
in classDisplayType
-
beginIcon
public IconType beginIcon()
- Overrides:
beginIcon
in classDisplayType
-
end
public <X> X end()
- Overrides:
end
in classDisplayType
-
clone
public FormItemDisplayType clone()
- Overrides:
clone
in classDisplayType
-
-