Package nl.gx.forms.wmpformapi
Class WCBConstants
- java.lang.Object
-
- nl.gx.forms.wmpformapi.WCBConstants
-
public final class WCBConstants extends Object
This class contains the identifiers, namespaces, names and descriptions of the WCB itself and of the components it contains. If you need to use IDs defined by this WCB, use these constants rather then hard coded values.
-
-
Field Summary
Fields Modifier and Type Field Description static String
BUNDLE_DESCRIPTION
The description of this WCB, equals the description of the component bundle definition.static String
BUNDLE_ID
The ID of the component bundle definition.static String
BUNDLE_NAME
The name of this WCB, equals the name of the component bundle definition.static String
DOMAIN
The (WCB)domain of the wmpformapi WCB.static String
FORM_FORMVERSION_KEY
The key to the form version id in the request.static String
FORM_STEPID_KEY
The key to the form step identifier in the request.static String
FRAGMENT_TYPE_GROUP
Used to set the fragment type in form fragment components.static String
FRAGMENT_TYPE_INPUT
Used to set the fragment type in form fragment components.static String
FRAGMENT_TYPE_STATIC
Used to set the fragment type in form fragment components.static String
LANGUAGE_IDENTIFIER_FORMVERSION_TITLE
Name of the languge label that holds the title of the form version.static String
LANGUAGE_IDENTIFIER_FRAGMENT_EXTRATEXT
Name of the language label that holds the extra text for a form fragment.static String
LANGUAGE_IDENTIFIER_FRAGMENT_HELPTEXT
Name of the language label that holds the fragment help text.static String
LANGUAGE_IDENTIFIER_FRAGMENT_NAME
Name of the language label that holds the fragment name.static String
LANGUAGE_IDENTIFIER_FRAGMENTCONTAINER_TITLE
Name of the language label that holds the title of a form fragment container.static String
LANGUAGE_IDENTIFIER_PARAMETER_NAME
Name of the language label that holds the parameter name.static String
LOCALE_KEY
The key to the locale in the request.static String
NAMESPACE_PREFIX
The namespace prefix used by JCR node types contained by this WCB.static String
NAMESPACE_URI
The full namespace URI used by JCR node types contained by this WCB.static String
REQUEST_LOCALE
Name of the request property that holds the locale String.static String
REQUEST_NESTEDPATH_KEY
The key in which the nested path is stored in the request while rendering the form element.static String
SELECTED_FORMFRAGMENT_ID_KEY
The key to the selected form fragment in the request in the context of the forms panel.static String
VALIDATOR_FRAGMENT_PARAMETER
Name of the formfragment-identifier-parameter for validators.static String
WCB_ID
The WCB ID for the wmpformapi WCB.
-
-
-
Field Detail
-
DOMAIN
public static final String DOMAIN
The (WCB)domain of the wmpformapi WCB.- See Also:
- Constant Field Values
-
WCB_ID
public static final String WCB_ID
The WCB ID for the wmpformapi WCB.- See Also:
- Constant Field Values
-
NAMESPACE_URI
public static final String NAMESPACE_URI
The full namespace URI used by JCR node types contained by this WCB.- See Also:
- Constant Field Values
-
NAMESPACE_PREFIX
public static final String NAMESPACE_PREFIX
The namespace prefix used by JCR node types contained by this WCB.- See Also:
- Constant Field Values
-
BUNDLE_ID
public static final String BUNDLE_ID
The ID of the component bundle definition. Each WCB has exactly one component bundle definition but may have one or more component definitions.- See Also:
- Constant Field Values
-
BUNDLE_NAME
public static final String BUNDLE_NAME
The name of this WCB, equals the name of the component bundle definition.- See Also:
- Constant Field Values
-
BUNDLE_DESCRIPTION
public static final String BUNDLE_DESCRIPTION
The description of this WCB, equals the description of the component bundle definition.- See Also:
- Constant Field Values
-
REQUEST_NESTEDPATH_KEY
public static final String REQUEST_NESTEDPATH_KEY
The key in which the nested path is stored in the request while rendering the form element.- See Also:
- Constant Field Values
-
FORM_FORMVERSION_KEY
public static final String FORM_FORMVERSION_KEY
The key to the form version id in the request.- See Also:
- Constant Field Values
-
FORM_STEPID_KEY
public static final String FORM_STEPID_KEY
The key to the form step identifier in the request.- See Also:
- Constant Field Values
-
LOCALE_KEY
public static final String LOCALE_KEY
The key to the locale in the request.- See Also:
- Constant Field Values
-
SELECTED_FORMFRAGMENT_ID_KEY
public static final String SELECTED_FORMFRAGMENT_ID_KEY
The key to the selected form fragment in the request in the context of the forms panel.- Since:
- 10.33.0
- See Also:
- Constant Field Values
-
FRAGMENT_TYPE_INPUT
public static final String FRAGMENT_TYPE_INPUT
Used to set the fragment type in form fragment components.- See Also:
- Constant Field Values
-
FRAGMENT_TYPE_STATIC
public static final String FRAGMENT_TYPE_STATIC
Used to set the fragment type in form fragment components.- See Also:
- Constant Field Values
-
FRAGMENT_TYPE_GROUP
public static final String FRAGMENT_TYPE_GROUP
Used to set the fragment type in form fragment components.- See Also:
- Constant Field Values
-
VALIDATOR_FRAGMENT_PARAMETER
public static final String VALIDATOR_FRAGMENT_PARAMETER
Name of the formfragment-identifier-parameter for validators.- See Also:
- Constant Field Values
-
LANGUAGE_IDENTIFIER_FRAGMENT_NAME
public static final String LANGUAGE_IDENTIFIER_FRAGMENT_NAME
Name of the language label that holds the fragment name.- See Also:
- Constant Field Values
-
LANGUAGE_IDENTIFIER_PARAMETER_NAME
public static final String LANGUAGE_IDENTIFIER_PARAMETER_NAME
Name of the language label that holds the parameter name.- See Also:
- Constant Field Values
-
LANGUAGE_IDENTIFIER_FRAGMENT_HELPTEXT
public static final String LANGUAGE_IDENTIFIER_FRAGMENT_HELPTEXT
Name of the language label that holds the fragment help text.- See Also:
- Constant Field Values
-
LANGUAGE_IDENTIFIER_FRAGMENT_EXTRATEXT
public static final String LANGUAGE_IDENTIFIER_FRAGMENT_EXTRATEXT
Name of the language label that holds the extra text for a form fragment.- See Also:
- Constant Field Values
-
LANGUAGE_IDENTIFIER_FRAGMENTCONTAINER_TITLE
public static final String LANGUAGE_IDENTIFIER_FRAGMENTCONTAINER_TITLE
Name of the language label that holds the title of a form fragment container.- See Also:
- Constant Field Values
-
LANGUAGE_IDENTIFIER_FORMVERSION_TITLE
public static final String LANGUAGE_IDENTIFIER_FORMVERSION_TITLE
Name of the languge label that holds the title of the form version.- See Also:
- Constant Field Values
-
REQUEST_LOCALE
public static final String REQUEST_LOCALE
Name of the request property that holds the locale String.- See Also:
- Constant Field Values
-
-