| Package | Description |
|---|---|
| org.alfresco.web.scripts.forms |
| Modifier and Type | Method and Description |
|---|---|
protected FormUIGet.Set |
FormUIGet.generateDefaultSetModelUsingServerFields(FormUIGet.ModelContext context)
Generates the model for the default set, this will contain all the fields
returned from the server.
|
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.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.