public static class Config.ListConfig extends Config.SubConfig
| Modifier and Type | Field and Description |
|---|---|
int |
age |
String |
baseConstraints |
protected Cloud |
cloud |
String |
constraints |
String |
directions |
boolean |
distinct |
List<String> |
fieldList |
String |
fields |
String |
mainObjectName |
int |
maxpagecount |
boolean |
multilevel |
String |
nodePath |
String |
orderBy |
int |
pagelength |
String |
realSearchField |
int |
search |
static int |
SEARCH_AUTO |
static int |
SEARCH_FORCE |
static int |
SEARCH_NO |
static int |
SEARCH_YES |
String |
searchDir |
String |
searchFields |
String |
searchType |
String |
searchValue |
int |
start |
String |
startNodes |
URL |
template |
String |
title |
attributes, debug, page, popups, wizard| Constructor and Description |
|---|
ListConfig()
Deprecated.
|
ListConfig(Cloud cloud) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Config.Configurator configurator)
Configure a list page.
|
Map<String,Object> |
getAttributes()
Returns available attributes in a map, so they can be passed to the list stylesheet
|
protected static String |
removeDigits(String complete) |
public static final int SEARCH_NO
public static final int SEARCH_AUTO
public static final int SEARCH_YES
public static final int SEARCH_FORCE
public String title
public transient URL template
public String fields
public String startNodes
public String nodePath
public String constraints
public String orderBy
public String directions
public String searchDir
public String searchFields
public String realSearchField
public String searchValue
public String searchType
public String baseConstraints
public int search
public int age
public int start
public boolean distinct
public int pagelength
public int maxpagecount
public boolean multilevel
public String mainObjectName
protected Cloud cloud
ListConfig(Cloud cloud)
ListConfig()
public void configure(Config.Configurator configurator) throws WizardException
configure in class Config.SubConfigconfigurator - the configurator containing request informationWizardException - if expected parameters were not given or ad bad contentpublic Map<String,Object> getAttributes()
getAttributes in class Config.SubConfigMMBase 1.9-SNAPSHOT - ${javadoctimestamp}