Uses of Class
edu.cornell.mannlib.vitro.webapp.web.ViewFinder.ClassView
-
Packages that use ViewFinder.ClassView Package Description edu.cornell.mannlib.vitro.webapp.web edu.cornell.mannlib.vitro.webapp.web.templatemodels.searchresult -
-
Uses of ViewFinder.ClassView in edu.cornell.mannlib.vitro.webapp.web
Methods in edu.cornell.mannlib.vitro.webapp.web that return ViewFinder.ClassView Modifier and Type Method Description static ViewFinder.ClassViewViewFinder.ClassView. valueOf(String name)Returns the enum constant of this type with the specified name.static ViewFinder.ClassView[]ViewFinder.ClassView. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.cornell.mannlib.vitro.webapp.web with parameters of type ViewFinder.ClassView Constructor Description ViewFinder(ViewFinder.ClassView view) -
Uses of ViewFinder.ClassView in edu.cornell.mannlib.vitro.webapp.web.templatemodels.searchresult
Methods in edu.cornell.mannlib.vitro.webapp.web.templatemodels.searchresult with parameters of type ViewFinder.ClassView Modifier and Type Method Description protected StringIndividualSearchResult. getView(ViewFinder.ClassView view)
-