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 classFormFieldGroupType<?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.classFormFieldTypeA 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. formItemMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AbstractFormItemType Modifier and Type Method Description AbstractFormItemTypeAbstractFormItemType. binding(VariableBindingDefinitionType value)AbstractFormItemTypeAbstractFormItemType. clone()Creates and returns a deep copy of this object.AbstractFormItemTypeAbstractFormItemType. description(String value)AbstractFormItemTypeAbstractFormItemType. display(FormItemDisplayType value)AbstractFormItemTypeAbstractFormItemType. documentation(String value)AbstractFormItemTypeAbstractFormItemType. name(String value)AbstractFormItemTypeAbstractFormItemType. 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 FormItemsTypeFormItemsType. 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 newAbstractFormItemTypeinstance by deeply copying a givenAbstractFormItemTypeinstance.
-