Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.FormItemsType
-
Packages that use FormItemsType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of FormItemsType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type FormItemsType Modifier and Type Method Description static List<AbstractFormItemType>FormTypeUtil. getFormItems(FormItemsType formItemsProperty) -
Uses of FormItemsType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as FormItemsType Modifier and Type Field Description protected FormItemsTypeFormDefinitionType. formItemsprotected FormItemsTypeFormFieldGroupType. formItemsMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return FormItemsType Modifier and Type Method Description FormItemsTypeFormDefinitionType. beginFormItems()FormItemsTypeFormFieldGroupType. beginFormItems()FormItemsTypeFormItemsType. clone()Creates and returns a deep copy of this object.FormItemsTypeObjectFactory. createFormItemsType()Create an instance ofFormItemsTypeFormItemsTypeFormItemsType. formItem(javax.xml.bind.JAXBElement<? extends AbstractFormItemType> value)FormItemsTypeFormDefinitionType. getFormItems()Gets the value of the formItems property.FormItemsTypeFormFieldGroupType. getFormItems()Gets the value of the formItems property.FormItemsTypeFormItemsType. list(Boolean value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type FormItemsType Modifier and Type Method Description javax.xml.bind.JAXBElement<FormItemsType>ObjectFactory. createFormItems(FormItemsType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type FormItemsType Modifier and Type Method Description javax.xml.bind.JAXBElement<FormItemsType>ObjectFactory. createFormItems(FormItemsType value)FormDefinitionTypeFormDefinitionType. formItems(FormItemsType value)FormFieldGroupTypeFormFieldGroupType. formItems(FormItemsType value)voidFormDefinitionType. setFormItems(FormItemsType value)Sets the value of the formItems property.voidFormFieldGroupType. setFormItems(FormItemsType value)Sets the value of the formItems property.Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type FormItemsType Constructor Description FormItemsType(FormItemsType o)Creates a newFormItemsTypeinstance by deeply copying a givenFormItemsTypeinstance.
-