Class FormDisplayType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.DisplayType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.FormDisplayType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class FormDisplayType extends DisplayType implements Serializable, Cloneable, Containerable
Java class for FormDisplayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormDisplayType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DisplayType"> <sequence> <element name="theme" type="{http://www.w3.org/2001/XMLSchema}string" 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_THEME
-
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 FormDisplayType()
FormDisplayType(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
-
-
-
-
Constructor Detail
-
FormDisplayType
public FormDisplayType()
-
FormDisplayType
public FormDisplayType(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
-
getTheme
public String getTheme()
-
setTheme
public void setTheme(String value)
-
theme
public FormDisplayType theme(String value)
-
label
public FormDisplayType label(PolyStringType value)
- Overrides:
label
in classDisplayType
-
label
public FormDisplayType label(String value)
- Overrides:
label
in classDisplayType
-
beginLabel
public PolyStringType beginLabel()
- Overrides:
beginLabel
in classDisplayType
-
singularLabel
public FormDisplayType singularLabel(PolyStringType value)
- Overrides:
singularLabel
in classDisplayType
-
singularLabel
public FormDisplayType singularLabel(String value)
- Overrides:
singularLabel
in classDisplayType
-
beginSingularLabel
public PolyStringType beginSingularLabel()
- Overrides:
beginSingularLabel
in classDisplayType
-
pluralLabel
public FormDisplayType pluralLabel(PolyStringType value)
- Overrides:
pluralLabel
in classDisplayType
-
pluralLabel
public FormDisplayType pluralLabel(String value)
- Overrides:
pluralLabel
in classDisplayType
-
beginPluralLabel
public PolyStringType beginPluralLabel()
- Overrides:
beginPluralLabel
in classDisplayType
-
tooltip
public FormDisplayType tooltip(PolyStringType value)
- Overrides:
tooltip
in classDisplayType
-
tooltip
public FormDisplayType tooltip(String value)
- Overrides:
tooltip
in classDisplayType
-
beginTooltip
public PolyStringType beginTooltip()
- Overrides:
beginTooltip
in classDisplayType
-
help
public FormDisplayType help(PolyStringType value)
- Overrides:
help
in classDisplayType
-
help
public FormDisplayType help(String value)
- Overrides:
help
in classDisplayType
-
beginHelp
public PolyStringType beginHelp()
- Overrides:
beginHelp
in classDisplayType
-
color
public FormDisplayType color(String value)
- Overrides:
color
in classDisplayType
-
cssStyle
public FormDisplayType cssStyle(String value)
- Overrides:
cssStyle
in classDisplayType
-
cssClass
public FormDisplayType cssClass(String value)
- Overrides:
cssClass
in classDisplayType
-
icon
public FormDisplayType icon(IconType value)
- Overrides:
icon
in classDisplayType
-
beginIcon
public IconType beginIcon()
- Overrides:
beginIcon
in classDisplayType
-
id
public FormDisplayType id(Long value)
- Overrides:
id
in classDisplayType
-
clone
public FormDisplayType clone()
- Overrides:
clone
in classDisplayType
-
-