Package | Description |
---|---|
com.evolveum.midpoint.xml.ns._public.common.common_3 |
Modifier and Type | Class and Description |
---|---|
class |
FormFieldGroupType
<?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.
|
class |
FormFieldType
A single form field.
|
Modifier and Type | Field and Description |
---|---|
protected List<JAXBElement<? extends AbstractFormItemType>> |
FormFieldGroupType.formItem |
protected List<JAXBElement<? extends AbstractFormItemType>> |
FormDefinitionType.formItem |
Modifier and Type | Method and Description |
---|---|
AbstractFormItemType |
AbstractFormItemType.clone()
Creates and returns a deep copy of this object.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AbstractFormItemType> |
ObjectFactory.createFormItem(AbstractFormItemType value)
|
List<JAXBElement<? extends AbstractFormItemType>> |
FormFieldGroupType.getFormItem()
List of group subitems.
|
List<JAXBElement<? extends AbstractFormItemType>> |
FormDefinitionType.getFormItem()
List of form items.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AbstractFormItemType> |
ObjectFactory.createFormItem(AbstractFormItemType value)
|
Constructor and Description |
---|
AbstractFormItemType(AbstractFormItemType o)
Creates a new
AbstractFormItemType instance by deeply copying a given AbstractFormItemType instance. |
Copyright © 2015 Evolveum. All rights reserved.