Class FormItemDisplayType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.DisplayType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.FormItemDisplayType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class FormItemDisplayType extends DisplayType implements Serializable, Cloneable, Containerable
Java class for FormItemDisplayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormItemDisplayType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DisplayType"> <sequence> <element name="minOccurs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="maxOccurs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="size" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="maxSize" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="newLine" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
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
-
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 prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.DisplayType
getColor, getCssClass, getCssStyle, getHelp, getIcon, getId, getLabel, getPluralLabel, getSingularLabel, getTooltip, setColor, setCssClass, setCssStyle, setHelp, setIcon, setId, setLabel, setPluralLabel, setSingularLabel, setTooltip
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
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
-
-
Constructor Detail
-
FormItemDisplayType
public FormItemDisplayType()
-
FormItemDisplayType
public FormItemDisplayType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classDisplayType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classDisplayType
-
toString
public String toString()
- Overrides:
toString
in classDisplayType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classDisplayType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDisplayType
-
end
public <X> X end()
- Overrides:
end
in classDisplayType
-
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)
-
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
-
beginLabel
public PolyStringType beginLabel()
- Overrides:
beginLabel
in classDisplayType
-
singularLabel
public FormItemDisplayType singularLabel(PolyStringType value)
- Overrides:
singularLabel
in classDisplayType
-
singularLabel
public FormItemDisplayType singularLabel(String value)
- Overrides:
singularLabel
in classDisplayType
-
beginSingularLabel
public PolyStringType beginSingularLabel()
- Overrides:
beginSingularLabel
in classDisplayType
-
pluralLabel
public FormItemDisplayType pluralLabel(PolyStringType value)
- Overrides:
pluralLabel
in classDisplayType
-
pluralLabel
public FormItemDisplayType pluralLabel(String value)
- Overrides:
pluralLabel
in classDisplayType
-
beginPluralLabel
public PolyStringType beginPluralLabel()
- Overrides:
beginPluralLabel
in classDisplayType
-
tooltip
public FormItemDisplayType tooltip(PolyStringType value)
- Overrides:
tooltip
in classDisplayType
-
tooltip
public FormItemDisplayType tooltip(String value)
- Overrides:
tooltip
in classDisplayType
-
beginTooltip
public PolyStringType beginTooltip()
- Overrides:
beginTooltip
in classDisplayType
-
help
public FormItemDisplayType help(PolyStringType value)
- Overrides:
help
in classDisplayType
-
help
public FormItemDisplayType help(String value)
- Overrides:
help
in classDisplayType
-
beginHelp
public PolyStringType beginHelp()
- Overrides:
beginHelp
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
-
id
public FormItemDisplayType id(Long value)
- Overrides:
id
in classDisplayType
-
clone
public FormItemDisplayType clone()
- Overrides:
clone
in classDisplayType
-
-