public class VocabularyHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
LABEL_PROPERTY_NAME |
static String |
PARENT_PROPERTY_NAME |
static String |
SUBDIRECTORY_SEPARATOR |
Constructor and Description |
---|
VocabularyHelper() |
Modifier and Type | Method and Description |
---|---|
static List<WidgetSelectOption> |
convertToSelectOptions(DocumentModelList entries,
String schema,
String directoryName,
String lang) |
static List<WidgetSelectOption> |
getChainSelectVocabularySelectOptions(String parentDirName,
String childDirName,
String lang) |
static List<WidgetSelectOption> |
getVocabularySelectOptions(String dirName,
String lang) |
public static final String PARENT_PROPERTY_NAME
public static final String LABEL_PROPERTY_NAME
public static final String SUBDIRECTORY_SEPARATOR
public static List<WidgetSelectOption> getVocabularySelectOptions(String dirName, String lang)
public static List<WidgetSelectOption> getChainSelectVocabularySelectOptions(String parentDirName, String childDirName, String lang)
public static List<WidgetSelectOption> convertToSelectOptions(DocumentModelList entries, String schema, String directoryName, String lang)
Copyright © 2011 Nuxeo SA. All Rights Reserved.