public class CategoryTreeSettings extends AbstractCategorySettings<CategoryTreeSettings>
SelectorSettings.SelectorType| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CHECKED_CATEGORIES |
static java.lang.String |
CTXMENU |
static java.lang.String |
DECORATOR |
static java.lang.String |
DRAGDROP |
static java.lang.String |
EXACT_ROOT |
static java.lang.String |
HIGHLIGHTED_CATEGORIES |
static java.lang.String |
LEVEL |
static java.lang.String |
OPENED_CATEGORIES |
static java.lang.String |
PORTAL_ICON |
static java.lang.String |
REMOVED_CATEGORIES |
static java.lang.String |
RETAINED_CATEGORIES |
static java.lang.String |
RIGHTS_ICON |
static java.lang.String |
WORKSPACE_ICON |
CATEGORY_FILTER, DISPLAY_ROOTS, LIVE_CREATION, ORIGINAL_ROOT_CATEGORY, ROOT_CATEGORIES, SEARCH, SELECTABLE, TREEDATA_CLASSENUM_LABEL_APPENDS, ENUM_LABEL_PREPENDS, ENUM_LABELS, ENUM_VALUES, INLINE, MULTIPLE, REQUIRED, SELECT_ITEM_EMPTY_VALUE, SELECTOR_TYPEAPPEND, AUTOFOCUS, CLEAR_BUTTON, CSS, DATA_ATTR_PREFIX, DATA_ATTRIBUTES, DISABLED, HIDE_CLEAR_BUTTON, HTML_ATTRIBUTES, ID, LANGUAGE_CHOOSER, MAX_LENGTH, NAME, PLACEHOLDER, PREPEND, READONLY, TRIGGER_ACTION, TRIGGER_EVENT, VALUE| Constructor and Description |
|---|
CategoryTreeSettings() |
| Modifier and Type | Method and Description |
|---|---|
CategoryTreeSettings |
checked(Category[] categories) |
CategoryTreeSettings |
checked(Category category,
Category... otherCategories) |
CategoryTreeSettings |
checked(java.util.Collection<Category> categories) |
CategoryTreeSettings |
checked(java.lang.String[] categoryIds) |
CategoryTreeSettings |
checked(java.lang.String categoryId,
java.lang.String... otherCategoryIds) |
CategoryTreeSettings |
decorator(TreeViewDecorator decorator)
Add a
TreeViewDecorator implementation to override the list item renderer. |
CategoryTreeSettings |
disableDragdrop() |
CategoryTreeSettings |
disableSearch() |
CategoryTreeSettings |
exactRootCategories()
Do not resolve Parent categories when there are multiple defined root categories that can potentially be in different branches.
|
protected CategoryTreeSettings |
getThis() |
CategoryTreeSettings |
hideCtxMenu() |
CategoryTreeSettings |
highlighted(Category[] categories) |
CategoryTreeSettings |
highlighted(Category category,
Category... otherCategories) |
CategoryTreeSettings |
highlighted(java.util.Collection<Category> categories) |
CategoryTreeSettings |
highlighted(java.lang.String[] categoryIds) |
CategoryTreeSettings |
highlighted(java.lang.String categoryId,
java.lang.String... otherCategoryIds) |
CategoryTreeSettings |
level(int level) |
CategoryTreeSettings |
opened(Category[] categories) |
CategoryTreeSettings |
opened(Category category,
Category... otherCategories) |
CategoryTreeSettings |
opened(java.util.Collection<Category> categories) |
CategoryTreeSettings |
opened(java.lang.String[] categoryIds) |
CategoryTreeSettings |
opened(java.lang.String categoryId,
java.lang.String... otherCategoryIds) |
CategoryTreeSettings |
removed(Category[] categories) |
CategoryTreeSettings |
removed(Category category,
Category... otherCategories) |
CategoryTreeSettings |
removed(java.util.Collection<Category> categories) |
CategoryTreeSettings |
removed(java.lang.String[] categoryIds) |
CategoryTreeSettings |
removed(java.lang.String categoryId,
java.lang.String... otherCategoryIds) |
void |
resolveOptions(TypeFieldEntry tfe)
Set options from the specified
TypeFieldEntry. |
CategoryTreeSettings |
retained(Category[] categories) |
CategoryTreeSettings |
retained(Category category,
Category... otherCategories) |
CategoryTreeSettings |
retained(java.util.Collection<Category> categories) |
CategoryTreeSettings |
retained(java.lang.String[] categoryIds) |
CategoryTreeSettings |
retained(java.lang.String categoryId,
java.lang.String... otherCategoryIds) |
CategoryTreeSettings |
showPortalIcon() |
CategoryTreeSettings |
showRightsIcon() |
CategoryTreeSettings |
showWorkspaceIcon() |
clone, disableLiveCreation, displayRoots, filter, filter, getChooserName, getChooserOption, getDataClass, getOption, getType, resolveRootCategories, root, root, root, root, root, uncheckSelectableaddAcChooserOption, addChooserOption, getAcChooserName, getAcChooserOption, getChooserIcon, getChooserTitle, popupHeight, popupWidth, superGetOption, useCurrentWorkspace, workspace, workspacecheckbox, chooser, disableInline, enumLabelAppends, enumLabelAppends, enumLabelAppends, enumLabelPreprends, enumLabelPreprends, enumLabelPreprends, enumLabels, enumLabels, enumLabels, enumValues, enumValues, enumValues, inline, multiple, radio, required, select, selectorType, singleaddOption, append, autofocus, clearOption, css, dataAttribute, dataAttributes, disable, getOptionNames, htmlAttributes, htmlAttributes, id, isChannelReady, maxLength, merge, name, onChange, onFocusOut, placeholder, prepend, readonly, removeOption, require, showLanguageChooser, sortSet, toStringArray, toStringArray, toStringArray, toStringArray, toStringArray, trigger, valuepublic static final java.lang.String OPENED_CATEGORIES
public static final java.lang.String CHECKED_CATEGORIES
public static final java.lang.String HIGHLIGHTED_CATEGORIES
public static final java.lang.String REMOVED_CATEGORIES
public static final java.lang.String RETAINED_CATEGORIES
public static final java.lang.String LEVEL
public static final java.lang.String DRAGDROP
public static final java.lang.String CTXMENU
public static final java.lang.String RIGHTS_ICON
public static final java.lang.String WORKSPACE_ICON
public static final java.lang.String PORTAL_ICON
public static final java.lang.String EXACT_ROOT
public static final java.lang.String DECORATOR
protected CategoryTreeSettings getThis()
getThis in class BasicSettings<CategoryTreeSettings>public void resolveOptions(TypeFieldEntry tfe)
ControlSettingsTypeFieldEntry.resolveOptions in interface ControlSettingsresolveOptions in class AbstractCategorySettings<CategoryTreeSettings>tfe - TypeFieldEntrypublic CategoryTreeSettings opened(java.lang.String[] categoryIds)
public CategoryTreeSettings opened(Category[] categories)
public CategoryTreeSettings opened(java.util.Collection<Category> categories)
public CategoryTreeSettings opened(Category category, Category... otherCategories)
public CategoryTreeSettings opened(java.lang.String categoryId, java.lang.String... otherCategoryIds)
public CategoryTreeSettings checked(java.lang.String[] categoryIds)
public CategoryTreeSettings checked(Category[] categories)
public CategoryTreeSettings checked(java.util.Collection<Category> categories)
public CategoryTreeSettings checked(Category category, Category... otherCategories)
public CategoryTreeSettings checked(java.lang.String categoryId, java.lang.String... otherCategoryIds)
public CategoryTreeSettings highlighted(java.lang.String[] categoryIds)
public CategoryTreeSettings highlighted(Category[] categories)
public CategoryTreeSettings highlighted(java.util.Collection<Category> categories)
public CategoryTreeSettings highlighted(Category category, Category... otherCategories)
public CategoryTreeSettings highlighted(java.lang.String categoryId, java.lang.String... otherCategoryIds)
public CategoryTreeSettings removed(java.lang.String[] categoryIds)
public CategoryTreeSettings removed(Category[] categories)
public CategoryTreeSettings removed(java.util.Collection<Category> categories)
public CategoryTreeSettings removed(Category category, Category... otherCategories)
public CategoryTreeSettings removed(java.lang.String categoryId, java.lang.String... otherCategoryIds)
public CategoryTreeSettings retained(java.lang.String[] categoryIds)
public CategoryTreeSettings retained(Category[] categories)
public CategoryTreeSettings retained(java.util.Collection<Category> categories)
public CategoryTreeSettings retained(Category category, Category... otherCategories)
public CategoryTreeSettings retained(java.lang.String categoryId, java.lang.String... otherCategoryIds)
public CategoryTreeSettings level(int level)
public CategoryTreeSettings disableDragdrop()
public CategoryTreeSettings hideCtxMenu()
public CategoryTreeSettings disableSearch()
public CategoryTreeSettings showRightsIcon()
public CategoryTreeSettings showWorkspaceIcon()
public CategoryTreeSettings showPortalIcon()
public CategoryTreeSettings exactRootCategories()
public CategoryTreeSettings decorator(TreeViewDecorator decorator)
TreeViewDecorator implementation to override the list item renderer.decorator - TreeViewDecoratorCopyright © 2001-2018 Jalios SA. All Rights Reserved.