| Interface | Description |
|---|---|
| ChoiceListInitializer |
Defines the choice list value initializer.
|
| I15dValueInitializer |
Defines a default value initializer for node properties, which support internationalization.
|
| ModuleChoiceListInitializer |
User: david
Date: Feb 9, 2010
Time: 3:21:32 PM
ChoiceListInitializer specific interface for modules.
|
| ValueInitializer |
Defines a property value initializer.
|
| Class | Description |
|---|---|
| BackgroundActionChoiceListInitializerImpl | |
| ChoiceListInitializerService |
Service implementation for managing all possible choice list value initializers.
|
| ChoiceListValue |
Represents a single item in the choice list.
|
| ComponentLinkerChoiceListInitializer | |
| ComponentTypesChoiceListInitializerImpl |
Choice list initializer that retrieves a list of allowed UI component types.
|
| CountryChoiceListInitializerAndRendererImpl |
An implementation for choice list initializer and renderer that displays a list of available countries.
|
| CountryFlagChoiceListInitializerAndRendererImpl |
An implementation for choice list initializer and renderer that displays a list of available flags for countries.
|
| CurrentUser |
Value initializer that returns current user's name.
|
| FixedListChoiceListInitializer |
Choice list initializer that uses predefined list of choice options.
|
| MenusChoiceListInitializerImpl |
User: david
Date: Dec 7, 2010
Time: 9:49:38 AM
|
| ModuleImageChoiceListInitializerImpl | |
| NamespaceChoiceListInitializer |
Choice list initializer listing all the namespaces declared for node types.
|
| NodesChoiceListInitializerImpl |
Choice list initializer that looks up child nodes of the specified one
filtering them out by the specified type, if any is provided.
|
| NodeTypesChoiceListInitializerImpl |
Choice list initializer that looks up direct sub types from the specified type
If no param is specified, get the list of nodeTypes
|
| Now |
Initial value provider for the current date.
|
| PermissionsChoiceListInitializer | |
| PropertyValuesChoiceListInitializer |
Choice list initializer that uses values of the specified node property (multiple).
|
| RenderModesChoiceListInitializer | |
| ResourceBundle |
Default value initializer for a node property that looks up the value from a resource bundle.
|
| ResourceBundleChoiceListInitializerImpl |
Choice list initializer, based on the resource bundle values lookup.
|
| ScriptChoiceListInitializerImpl |
Script-based choice list initializer implementation.
|
| SortableFieldnamesChoiceListInitializerImpl |
Initializer to fill combobox with field names, which can be chosen to sort a
list.
|
| SortableFieldnamesChoiceListInitializerImpl.CommonDefinitions | |
| SortChoiceListInitializerImpl |
User: toto
|
| SubNodeTypesChoiceListInitializerImpl |
Choice list initializer that looks up direct sub types from the specified type
If no param is specified, get the list of nodeTypes
|
| TemplatesChoiceListInitializerImpl |
Choice list initializer to provide a selection of available templates.
|
| TemplatesNodeChoiceListInitializer |
This initializer get templates depending of the type asked, if no parameter, type returns content templates (contentTemplate), in
page context it returns page templates (pageTemplate)
The query is :
"select * from [jnt:" + type + "] as n where isdescendantnode(n,['" +site.getPath()+"'])"
usage :
- j:templateNode (weakreference,choicelist[templatesNode]) mandatory < jnt:template
- j:templateNode (weakreference,choicelist[templatesNode=pageTemplate]) mandatory < jnt:template
|
| UsersChoiceListInitializerImpl |
Choice list initializer to provide a selection of all users
|
| WorkflowChoiceListInitializer |
Initializer that returns the list of all workflow definitions
|
| WorkflowTypesChoiceListInitializer |
Initializer that returns the list of all workflow definitions
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.