Uses of Class
org.gcube.application.framework.search.library.model.PresentableFieldInfo

Packages that use PresentableFieldInfo
org.gcube.application.framework.search.library.model   
 

Uses of PresentableFieldInfo in org.gcube.application.framework.search.library.model
 

Methods in org.gcube.application.framework.search.library.model that return PresentableFieldInfo
 PresentableFieldInfo PresentableFieldInfo.clone()
           
 

Methods in org.gcube.application.framework.search.library.model that return types with arguments of type PresentableFieldInfo
 java.util.ArrayList<PresentableFieldInfo> Field.getPresentableFields()
           
 

Methods in org.gcube.application.framework.search.library.model with parameters of type PresentableFieldInfo
 void Field.addPresentable(PresentableFieldInfo pfi)
           
 

Method parameters in org.gcube.application.framework.search.library.model with type arguments of type PresentableFieldInfo
 void Field.setPresentableFields(java.util.ArrayList<PresentableFieldInfo> presentableFields)