public class FormFieldGroupType extends AbstractFormItemType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A group of fields. The group is rendered in a such a way that it will be obvious
that the fields belong together and form a a logical group (e.g. by using box
with a border). This can be used to display value of complex containers.
But it may also be used to visualy group together a set of
related properties that are not in the same container.
</p>
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The group is NOT meant to automatically generate fields for every container item.
Individual fields must be defined as sub-items of this group.
</p>
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
If ref element is used it MUST point to PrismContainer. In that case subitems of this
group must point to the container value items.
</p>
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The group may not have any ref element. In that case the subfields may
refer to any property.
</p>
Java class for FormFieldGroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormFieldGroupType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractFormItemType">
<sequence>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}formItem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_FORM_ITEM |
protected List<JAXBElement<? extends AbstractFormItemType>> |
formItem |
availableValues, description, display, F_AVAILABLE_VALUES, F_DESCRIPTION, F_DISPLAY, F_NAME, F_REF, F_TYPE, F_VALIDATION, F_WIDGET, name, ref, type, validation, widget| Constructor and Description |
|---|
FormFieldGroupType()
Creates a new
FormFieldGroupType instance. |
FormFieldGroupType(FormFieldGroupType o)
Creates a new
FormFieldGroupType instance by deeply copying a given FormFieldGroupType instance. |
| Modifier and Type | Method and Description |
|---|---|
FormFieldGroupType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
List<JAXBElement<? extends AbstractFormItemType>> |
getFormItem()
List of group subitems.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
String |
toString()
Generates a String representation of the contents of this type.
|
getAvailableValues, getDescription, getDisplay, getName, getRef, getType, getValidation, getWidget, setAvailableValues, setDescription, setDisplay, setName, setRef, setType, setValidation, setWidgetprotected List<JAXBElement<? extends AbstractFormItemType>> formItem
public static final QName COMPLEX_TYPE
public static final QName F_FORM_ITEM
public FormFieldGroupType()
FormFieldGroupType instance.public FormFieldGroupType(FormFieldGroupType o)
FormFieldGroupType instance by deeply copying a given FormFieldGroupType instance.o - The instance to copy.NullPointerException - if o is null.public List<JAXBElement<? extends AbstractFormItemType>> getFormItem()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the formItem property.
For example, to add a new item, do as follows:
getFormItem().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<FormFieldType>
JAXBElement<AbstractFormItemType>
public String toString()
toString in class AbstractFormItemTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractFormItemTypepublic int hashCode()
hashCode in class AbstractFormItemTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractFormItemTypepublic boolean equals(Object object)
equals in class AbstractFormItemTypepublic FormFieldGroupType clone()
clone in class AbstractFormItemTypeCopyright © 2016 Evolveum. All rights reserved.