Uses of Class
org.xmlet.htmlapifaster.EnumAutocompleteType
-
Packages that use EnumAutocompleteType Package Description org.xmlet.htmlapifaster -
-
Uses of EnumAutocompleteType in org.xmlet.htmlapifaster
Methods in org.xmlet.htmlapifaster that return EnumAutocompleteType Modifier and Type Method Description static EnumAutocompleteTypeEnumAutocompleteType. valueOf(String name)Returns the enum constant of this type with the specified name.static EnumAutocompleteType[]EnumAutocompleteType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xmlet.htmlapifaster with parameters of type EnumAutocompleteType Modifier and Type Method Description Form<Z>Form. attrAutocomplete(EnumAutocompleteType attrAutocomplete)Input<Z>Input. attrAutocomplete(EnumAutocompleteType attrAutocomplete)
-