org.mmbase.applications.editwizard
Class Config.ListConfig
java.lang.Object
org.mmbase.applications.editwizard.Config.SubConfig
org.mmbase.applications.editwizard.Config.ListConfig
- Enclosing class:
- Config
- public static class Config.ListConfig
- extends Config.SubConfig
|
Method Summary |
void |
configure(Config.Configurator configurator)
Configure a list page. |
java.util.Map |
getAttributes()
Returns available attributes in a map, so they can be passed to the list stylesheet |
protected static java.lang.String |
removeDigits(java.lang.String complete)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEARCH_NO
public static final int SEARCH_NO
- See Also:
- Constant Field Values
SEARCH_AUTO
public static final int SEARCH_AUTO
- See Also:
- Constant Field Values
SEARCH_YES
public static final int SEARCH_YES
- See Also:
- Constant Field Values
SEARCH_FORCE
public static final int SEARCH_FORCE
- See Also:
- Constant Field Values
title
public java.lang.String title
template
public java.io.File template
fields
public java.lang.String fields
startNodes
public java.lang.String startNodes
nodePath
public java.lang.String nodePath
constraints
public java.lang.String constraints
orderBy
public java.lang.String orderBy
directions
public java.lang.String directions
searchDir
public java.lang.String searchDir
searchFields
public java.lang.String searchFields
realSearchField
public java.lang.String realSearchField
searchValue
public java.lang.String searchValue
searchType
public java.lang.String searchType
baseConstraints
public java.lang.String baseConstraints
search
public int search
age
public int age
start
public int start
distinct
public boolean distinct
pagelength
public int pagelength
maxpagecount
public int maxpagecount
multilevel
public boolean multilevel
mainObjectName
public java.lang.String mainObjectName
fieldList
public java.util.List fieldList
cloud
protected Cloud cloud
removeDigits
protected static java.lang.String removeDigits(java.lang.String complete)
configure
public void configure(Config.Configurator configurator)
throws WizardException
- Configure a list page. The configuration object passed is updated with information retrieved
from the request object with which the configurator was created. The following parameters are accepted:
- title
- pagelength
- maxpagecount
- startnodes
- fields
- age
- start
- searchtype
- searchfields
- searchvalue
- searchdir
- constraints
- forcesearch
- realsearchfield
- directions
- orderby
- distinct
- Overrides:
configure in class Config.SubConfig
- Parameters:
configurator - the configurator containing request information
- Throws:
WizardException - if expected parameters were not given or ad bad content- Since:
- MMBase-1.6.4
getAttributes
public java.util.Map getAttributes()
- Returns available attributes in a map, so they can be passed to the list stylesheet
- Overrides:
getAttributes in class Config.SubConfig
MMBase build 1.7.1.20041002