public class FieldModelFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COMPOSED_BY_FIELDS |
Constructor and Description |
---|
FieldModelFactory(FieldLayoutManager fieldLayoutManager,
DateFieldModelFactory dateFieldModelFactory) |
Modifier and Type | Method and Description |
---|---|
List<FieldModel> |
getFieldModels(Map<String,Object> context)
Gets the view models for the fields requested in order from the given context.
|
boolean |
hasRequestedFields(Map<String,Object> contextMap)
Determines if the given context map has in it a requested permutation of fields.
|
public static final String COMPOSED_BY_FIELDS
public FieldModelFactory(FieldLayoutManager fieldLayoutManager, DateFieldModelFactory dateFieldModelFactory)
public List<FieldModel> getFieldModels(Map<String,Object> context)
context
- context containing a permutation of fields under the key FieldModelFactory.COMPOSED_BY_FIELDSCopyright © 2002-2021 Atlassian. All Rights Reserved.