Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractFormItemType
-
Packages that use AbstractFormItemType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of AbstractFormItemType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type AbstractFormItemType Modifier and Type Method Description static List<AbstractFormItemType>
FormTypeUtil. getFormItems(FormItemsType formItemsProperty)
-
Uses of AbstractFormItemType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of AbstractFormItemType in com.evolveum.midpoint.xml.ns._public.common.common_3 Modifier and Type Class 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: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: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.Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type AbstractFormItemType Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends AbstractFormItemType>>
FormItemsType. formItem
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AbstractFormItemType Modifier and Type Method Description AbstractFormItemType
AbstractFormItemType. binding(VariableBindingDefinitionType value)
AbstractFormItemType
AbstractFormItemType. clone()
Creates and returns a deep copy of this object.AbstractFormItemType
AbstractFormItemType. description(String value)
AbstractFormItemType
AbstractFormItemType. display(FormItemDisplayType value)
AbstractFormItemType
AbstractFormItemType. documentation(String value)
AbstractFormItemType
AbstractFormItemType. name(String value)
AbstractFormItemType
AbstractFormItemType. validation(FormItemValidationType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type AbstractFormItemType Modifier and Type Method Description javax.xml.bind.JAXBElement<AbstractFormItemType>
ObjectFactory. createFormItem(AbstractFormItemType value)
List<javax.xml.bind.JAXBElement<? extends AbstractFormItemType>>
FormItemsType. getFormItem()
List of form items.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AbstractFormItemType Modifier and Type Method Description javax.xml.bind.JAXBElement<AbstractFormItemType>
ObjectFactory. createFormItem(AbstractFormItemType value)
Method parameters in com.evolveum.midpoint.xml.ns._public.common.common_3 with type arguments of type AbstractFormItemType Modifier and Type Method Description FormItemsType
FormItemsType. formItem(javax.xml.bind.JAXBElement<? extends AbstractFormItemType> value)
Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AbstractFormItemType Constructor Description AbstractFormItemType(AbstractFormItemType o)
Creates a newAbstractFormItemType
instance by deeply copying a givenAbstractFormItemType
instance.
-