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 QNameCOMPLEX_TYPEstatic ItemNameF_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:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classDisplayType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup 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:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classDisplayType
-
toString
public String toString()
- Overrides:
toStringin classDisplayType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classDisplayType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDisplayType
-
end
public <X> X end()
- Overrides:
endin classDisplayType
-
getTheme
public String getTheme()
-
setTheme
public void setTheme(String value)
-
theme
public FormDisplayType theme(String value)
-
label
public FormDisplayType label(PolyStringType value)
- Overrides:
labelin classDisplayType
-
label
public FormDisplayType label(String value)
- Overrides:
labelin classDisplayType
-
beginLabel
public PolyStringType beginLabel()
- Overrides:
beginLabelin classDisplayType
-
singularLabel
public FormDisplayType singularLabel(PolyStringType value)
- Overrides:
singularLabelin classDisplayType
-
singularLabel
public FormDisplayType singularLabel(String value)
- Overrides:
singularLabelin classDisplayType
-
beginSingularLabel
public PolyStringType beginSingularLabel()
- Overrides:
beginSingularLabelin classDisplayType
-
pluralLabel
public FormDisplayType pluralLabel(PolyStringType value)
- Overrides:
pluralLabelin classDisplayType
-
pluralLabel
public FormDisplayType pluralLabel(String value)
- Overrides:
pluralLabelin classDisplayType
-
beginPluralLabel
public PolyStringType beginPluralLabel()
- Overrides:
beginPluralLabelin classDisplayType
-
tooltip
public FormDisplayType tooltip(PolyStringType value)
- Overrides:
tooltipin classDisplayType
-
tooltip
public FormDisplayType tooltip(String value)
- Overrides:
tooltipin classDisplayType
-
beginTooltip
public PolyStringType beginTooltip()
- Overrides:
beginTooltipin classDisplayType
-
help
public FormDisplayType help(PolyStringType value)
- Overrides:
helpin classDisplayType
-
help
public FormDisplayType help(String value)
- Overrides:
helpin classDisplayType
-
beginHelp
public PolyStringType beginHelp()
- Overrides:
beginHelpin classDisplayType
-
color
public FormDisplayType color(String value)
- Overrides:
colorin classDisplayType
-
cssStyle
public FormDisplayType cssStyle(String value)
- Overrides:
cssStylein classDisplayType
-
cssClass
public FormDisplayType cssClass(String value)
- Overrides:
cssClassin classDisplayType
-
icon
public FormDisplayType icon(IconType value)
- Overrides:
iconin classDisplayType
-
beginIcon
public IconType beginIcon()
- Overrides:
beginIconin classDisplayType
-
id
public FormDisplayType id(Long value)
- Overrides:
idin classDisplayType
-
clone
public FormDisplayType clone()
- Overrides:
clonein classDisplayType
-
-