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()FormItemsTypeObjectFactory. createFormItemsType()FormItemsTypeFormItemsType. formItem(javax.xml.bind.JAXBElement<? extends AbstractFormItemType> value)FormItemsTypeFormDefinitionType. getFormItems()FormItemsTypeFormFieldGroupType. getFormItems()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)voidFormFieldGroupType. setFormItems(FormItemsType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type FormItemsType Constructor Description FormItemsType(FormItemsType other)
-