| Package | Description |
|---|---|
| org.alfresco.web.config.forms |
Contains the classes that implement the configuration of the forms service including
ConfigElement and ElementReader classes as well as various
other data classes. |
| org.alfresco.web.scripts.forms |
| Modifier and Type | Method and Description |
|---|---|
FormSet[] |
FormSet.getChildren() |
FormSet |
FormSet.getParent() |
FormSet[] |
FormConfigElement.getRootSets() |
| Modifier and Type | Method and Description |
|---|---|
List<FormSet> |
FormSet.getChildrenAsList() |
List<FormSet> |
FormConfigElement.getRootSetsAsList()
This method returns a Map of those <set>s which have no declared parentID
i.e. those that are 'roots' in the tree of sets.
|
Map<String,FormSet> |
FormConfigElement.getSets() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
FormUIGet.discoverSetLabel(FormSet setConfig)
Determines the label to use for the given set configuration.
|
protected FormUIGet.Set |
FormUIGet.generateSetModel(FormUIGet.ModelContext context,
FormSet setConfig,
List<String> fields)
Generates the model for the given set and it's fields.
|
protected FormUIGet.Set |
FormUIGet.generateSetModelUsingServerFields(FormUIGet.ModelContext context,
FormSet setConfig,
Map<String,List<String>> setMembership)
Generates the model for the given set, this method also recursively generates any
child sets the given set has.
|
protected FormUIGet.Set |
FormUIGet.generateSetModelUsingVisibleFields(FormUIGet.ModelContext context,
FormSet setConfig)
Generates the model for the given set, this method also recursively generates any
child sets the given set has.
|
protected List<String> |
FormUIGet.getVisibleFieldsInSet(FormUIGet.ModelContext context,
FormSet setConfig)
Returns the list of visible field names for the given set.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.