public class CmsDataViewParams extends java.lang.Object
| Constructor and Description |
|---|
CmsDataViewParams(java.net.URI uri)
Creates a new instance by parsing the query string of the given URI.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsDataView |
createViewInstance(CmsObject cms,
java.util.Locale locale)
Creates the data view instance.
|
boolean |
isMultiSelect()
Return true if the list should have multi-selection enabled.
|
java.lang.String |
prepareCallbackScript(java.util.List<I_CmsDataViewItem> result)
Creates the script which calls the callback with the result.
|
public CmsDataViewParams(java.net.URI uri)
uri - the URI from which to read the configurationpublic I_CmsDataView createViewInstance(CmsObject cms, java.util.Locale locale)
cms - the CMS contextlocale - the localepublic boolean isMultiSelect()
public java.lang.String prepareCallbackScript(java.util.List<I_CmsDataViewItem> result)
result - the list of result data items