public class StaticClientSideWidget extends StaticClientSideElement implements ClientSideWidget
ClientSideElement.Script, ClientSideElement.ScriptFile| Modifier and Type | Field and Description |
|---|---|
static String |
PARAMETER_FTYPES
The parameter in the configuration for ftype.
|
static String |
PARAMETER_SUPPORTS_ENUMERATED
The parameter in the configuration for supporting enumarated.
|
static String |
PARAMETER_SUPPORTS_MULTIPLE
The parameter in the configuration for supporting multiple.
|
static String |
PARAMETER_SUPPORTS_NONENUMERATED
The parameter in the configuration for supporting non-enumarated.
|
static String |
PARAMETER_SUPPORTS_NONMULTIPLE
The parameter in the configuration for supporting non-multiple.
|
_currentUserProvider, _dependencies, _featureName, _id, _pluginName, _rightManager, _rights, _rightsMode, _script| Constructor and Description |
|---|
StaticClientSideWidget() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getFormTypes(Map<String,Object> contextParameters)
Returns the supported types
|
boolean |
supportsEnumerated(Map<String,Object> contextParameters)
Determine if the widget can handle enumerated values
|
boolean |
supportsMultiple(Map<String,Object> contextParameters)
Determine if the widget can handle multiple values
|
boolean |
supportsNonEnumerated(Map<String,Object> contextParameters)
Determine if the widget can handle non-enumerated values
|
boolean |
supportsNonMultiple(Map<String,Object> contextParameters)
Determine if the widget can handle non-multiple values
|
_configureClass, _configureParameters, _configureScript, configureInitialParameters_configureDependencies, _configureImports, _configureRights, _configureRightsMode, configure, getDependencies, getId, getPluginName, getRights, getScripts, getScripts, hasRight, service, setPluginInfo, toStringgetLogger, setLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDependencies, getId, getPluginName, getRights, getScripts, getScriptspublic static final String PARAMETER_FTYPES
public static final String PARAMETER_SUPPORTS_ENUMERATED
public static final String PARAMETER_SUPPORTS_NONENUMERATED
public static final String PARAMETER_SUPPORTS_MULTIPLE
public static final String PARAMETER_SUPPORTS_NONMULTIPLE
public StaticClientSideWidget()
public String[] getFormTypes(Map<String,Object> contextParameters)
ClientSideWidgetgetFormTypes in interface ClientSideWidgetcontextParameters - Contextuals parameters transmitted by the environment.public boolean supportsEnumerated(Map<String,Object> contextParameters)
ClientSideWidgetsupportsEnumerated in interface ClientSideWidgetcontextParameters - Contextuals parameters transmitted by the environment.public boolean supportsNonEnumerated(Map<String,Object> contextParameters)
ClientSideWidgetsupportsNonEnumerated in interface ClientSideWidgetcontextParameters - Contextuals parameters transmitted by the environment.public boolean supportsMultiple(Map<String,Object> contextParameters)
ClientSideWidgetsupportsMultiple in interface ClientSideWidgetcontextParameters - Contextuals parameters transmitted by the environment.public boolean supportsNonMultiple(Map<String,Object> contextParameters)
ClientSideWidgetsupportsNonMultiple in interface ClientSideWidgetcontextParameters - Contextuals parameters transmitted by the environment.