org.jbpm.formModeler.core.processing
public interface FormStatusData
Modifier and Type | Field and Description |
---|---|
static String |
CALCULATED_RANGE_FORMULAS |
static String |
CALCULATED_RANGE_FORMULAS_LANG |
static String |
DO_THE_ITEM_ADD |
static String |
EDIT_FIELD_POSITIONS |
static String |
EDIT_FIELD_PREVIOUS_VALUES |
static String |
EXPANDED_FIELDS |
static String |
PREVIEW_FIELD_POSITIONS |
static String |
REMOVED_ELEMENTS |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Map |
getAttributes() |
String |
getCurrentInputValue(String inputName) |
Map |
getCurrentInputValues() |
Object |
getCurrentValue(String fieldName) |
Map |
getCurrentValues() |
List |
getErrorMessages(String fieldName) |
Object |
getLoadedObject(String id) |
List |
getWrongFields() |
Map |
getWrongFieldsMessages() |
boolean |
hasErrorMessage(String fieldName) |
boolean |
isEmpty() |
boolean |
isNew() |
boolean |
isValid() |
static final String EXPANDED_FIELDS
static final String PREVIEW_FIELD_POSITIONS
static final String EDIT_FIELD_POSITIONS
static final String EDIT_FIELD_PREVIOUS_VALUES
static final String DO_THE_ITEM_ADD
static final String CALCULATED_RANGE_FORMULAS
static final String CALCULATED_RANGE_FORMULAS_LANG
static final String REMOVED_ELEMENTS
List getWrongFields()
boolean isValid()
boolean isEmpty()
void clear()
boolean isNew()
Map getCurrentValues()
Map getCurrentInputValues()
Map getAttributes()
boolean hasErrorMessage(String fieldName)
Map getWrongFieldsMessages()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.