Package org.jivesoftware.smackx.xdata
Interface FormFieldChildElement
- All Superinterfaces:
Element,NamedElement,XmlElement,XmlLangElement
- All Known Implementing Classes:
DataFormsXmlElement,FormField.Description,FormField.Required,GeoLocation,MediaElement,ValidateElement,ValidateElement.BasicValidateElement,ValidateElement.OpenValidateElement,ValidateElement.RangeValidateElement,ValidateElement.RegexValidateElement
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidcheckConsistency(FormField.Builder<?, ?> formFieldBuilder) default booleandefault booleandefault booleandefault voidMethods inherited from interface org.jivesoftware.smack.packet.NamedElement
getElementNameMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getNamespace, getQName
-
Method Details
-
isExclusiveElement
-
requiresNoTypeSet
-
mustBeOnlyOfHisKind
-
checkConsistency
default void checkConsistency(FormField.Builder<?, ?> formFieldBuilder) throws IllegalArgumentException- Throws:
IllegalArgumentException
-
validate
- Throws:
IllegalArgumentException
-