Uses of Enum
com.adobe.acs.commons.mcp.form.FieldComponent.ClientLibraryType
Packages that use FieldComponent.ClientLibraryType
-
Uses of FieldComponent.ClientLibraryType in com.adobe.acs.commons.mcp.form
Methods in com.adobe.acs.commons.mcp.form that return FieldComponent.ClientLibraryTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static FieldComponent.ClientLibraryType[]FieldComponent.ClientLibraryType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.acs.commons.mcp.form that return types with arguments of type FieldComponent.ClientLibraryTypeModifier and TypeMethodDescriptionfinal Map<FieldComponent.ClientLibraryType,Set<String>> FieldComponent.getClientLibraryCategories()Methods in com.adobe.acs.commons.mcp.form with parameters of type FieldComponent.ClientLibraryTypeModifier and TypeMethodDescriptionfinal voidFieldComponent.addClientLibraries(FieldComponent.ClientLibraryType type, String... categories) final voidFieldComponent.addClientLibraries(FieldComponent.ClientLibraryType type, Collection<String> categories)