Uses of Class
be.destin.skos.view.SkosViewType

Packages that use SkosViewType
be.destin.skos.html Helpers for displaying SKOS data in HTML 
be.destin.skos.view Classes to model hierarchical views of SKOS data, marshalling in XML or transformation to HTML using XSLT 
 

Uses of SkosViewType in be.destin.skos.html
 

Methods in be.destin.skos.html that return SkosViewType
 SkosViewType SkosHtmlTable.getViewType()
           
 

Methods in be.destin.skos.html with parameters of type SkosViewType
 void SkosHtmlTable.setViewType(SkosViewType viewType)
           
 

Uses of SkosViewType in be.destin.skos.view
 

Methods in be.destin.skos.view that return SkosViewType
 SkosViewType SkosView.getType()
           
 SkosViewType FaceterView.getViewType(java.lang.String aRole)
           
static SkosViewType SkosViewType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SkosViewType[] SkosViewType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in be.destin.skos.view with parameters of type SkosViewType
static java.util.HashSet<SkosView> SkosViewManager.openView(SkosManager skosManager, java.util.Set<java.lang.String> schemes, SkosViewType viewType, java.lang.String userLanguage, java.lang.String filter)
           
static SkosView SkosViewManager.openView(SkosManager skosManager, java.lang.String aScheme, SkosViewType viewType, java.lang.String userLanguage, java.lang.String filter)
           
 void SkosView.setType(SkosViewType viewType)
           
 void FaceterView.setViewType(java.lang.String aRole, SkosViewType viewType)
           
static java.lang.String SkosViewType.toHtmlButtons(SkosHtmlManager skosHtmlManager, java.lang.String script, SkosViewType current, int maxDepth, java.lang.String parameter)
           
 

Constructors in be.destin.skos.view with parameters of type SkosViewType
SkosView(SkosManager skosManager, java.lang.String listCode, SkosViewType viewType, java.lang.String userLanguage)
          Constructor with recommended information