Modifier and Type | Fields and Description |
---|---|
static String |
DEFAULT_FILTER_VALUE |
static boolean |
ESCAPE_AMP_DEFAULT |
static boolean |
HIDE_TRIGGER_DEFAULT |
static boolean |
PAR_BROWSE_DEFAULT |
static String |
ROOT_PATH_DEFAULT |
static String |
ROOT_TITLE_DEFAULT |
static boolean |
SHOW_TITLE_IN_TREE_DEFAULT |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
escapeAmp
Used for Classic UI only
|
String |
filter
Used for Coral 3 Touch UI only.
|
boolean |
forceSelection
Used for Coral 3 Touch UI only.
|
boolean |
hideTrigger
Used for Classic UI only
|
String |
optionLoader
Used for Coral 2 Touch UI only
|
String |
optionTitleReader
Used for Coral 2 Touch UI only
|
String |
optionValueReader
Used for Coral 2 Touch UI only
|
boolean |
parBrowse
Used for Classic UI only
|
String |
rootPath
The root path where completion and browsing starts.
|
String |
rootTitle
Used for Classic UI only
|
boolean |
showTitleInTree
Used for Classic UI only
|
public static final String ROOT_PATH_DEFAULT
public static final String ROOT_TITLE_DEFAULT
public static final String DEFAULT_FILTER_VALUE
public abstract boolean escapeAmp
True to url-encode the ampersand character (&) to %26.
public abstract boolean hideTrigger
True to disable the option to open the browse dialog
public abstract boolean parBrowse
True to allow paragraph browsing and section in a grid next to the tree panel in the browse dialog. If this is enabled, it is recommended to use a predicate like 'hierarchy' to have pages as leaf nodes in the tree.
public abstract String rootPath
public abstract String rootTitle
Custom title for the root path
public abstract boolean showTitleInTree
Whether to show the (jcr:)titles as names of the tree nodes or the plain jcr node name
public abstract String optionLoader
Javascript source code for an option loader callback function. Takes two arguments: (path, callback). See the default option loader implementation for more details on how to use this. If not given, a default option loader will be used that just returns paths from the current repository.
The default option loader can be found in /libs/granite/ui/components/foundation/form/pathbrowser/render.jsp
public abstract String optionValueReader
Javascript source code for callback function that gets an option value object as parameter and should return a stringified value for this option.
public abstract String optionTitleReader
Javascript source code for callback function that gets an option value object as parameter and should return a stringified title for this option.
public abstract boolean forceSelection
Indicates if the user must only select from the list of given options. If it is not forced, the user can enter arbitrary value
public abstract String filter
The filter applied to suggestion and picker.
The default value is hierarchyNotFile.
Copyright © 2019 ICF Olson. All rights reserved.