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, toString
getLogger, setLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDependencies, getId, getPluginName, getRights, getScripts, getScripts
public 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)
ClientSideWidget
getFormTypes
in interface ClientSideWidget
contextParameters
- Contextuals parameters transmitted by the environment.public boolean supportsEnumerated(Map<String,Object> contextParameters)
ClientSideWidget
supportsEnumerated
in interface ClientSideWidget
contextParameters
- Contextuals parameters transmitted by the environment.public boolean supportsNonEnumerated(Map<String,Object> contextParameters)
ClientSideWidget
supportsNonEnumerated
in interface ClientSideWidget
contextParameters
- Contextuals parameters transmitted by the environment.public boolean supportsMultiple(Map<String,Object> contextParameters)
ClientSideWidget
supportsMultiple
in interface ClientSideWidget
contextParameters
- Contextuals parameters transmitted by the environment.public boolean supportsNonMultiple(Map<String,Object> contextParameters)
ClientSideWidget
supportsNonMultiple
in interface ClientSideWidget
contextParameters
- Contextuals parameters transmitted by the environment.