Uses of Class
org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.CategoryWrapper
-
Packages that use CategoryWrapper Package Description org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata -
-
Uses of CategoryWrapper in org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata that return CategoryWrapper Modifier and Type Method Description CategoryWrapperMetadataFieldWrapper. getOwnerCategory()Gets the owner category.Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata that return types with arguments of type CategoryWrapper Modifier and Type Method Description List<CategoryWrapper>MetaDataProfileBean. getCategories()Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata with parameters of type CategoryWrapper Modifier and Type Method Description voidMetadataFieldWrapper. setOwnerCategory(CategoryWrapper ownerCategory)Sets the owner category.Method parameters in org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata with type arguments of type CategoryWrapper Modifier and Type Method Description voidMetaDataProfileBean. setCategories(List<CategoryWrapper> categories)Constructors in org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata with parameters of type CategoryWrapper Constructor Description MetadataFieldWrapper(String fieldName, Boolean mandatory, DataTypeWrapper type, String defaultValue, String note, List<String> vocabulary, String validator, CategoryWrapper category)Instantiates a new metadata field.
-