org.jbpm.formModeler.core.processing
Interface FormStatusData
public interface FormStatusData
A FormStatusData is used to check the status of a form and it's fields values, errors...
EXPANDED_FIELDS
static final String EXPANDED_FIELDS
- See Also:
- Constant Field Values
PREVIEW_FIELD_POSITIONS
static final String PREVIEW_FIELD_POSITIONS
- See Also:
- Constant Field Values
EDIT_FIELD_POSITIONS
static final String EDIT_FIELD_POSITIONS
- See Also:
- Constant Field Values
EDIT_FIELD_PREVIOUS_VALUES
static final String EDIT_FIELD_PREVIOUS_VALUES
- See Also:
- Constant Field Values
DO_THE_ITEM_ADD
static final String DO_THE_ITEM_ADD
- See Also:
- Constant Field Values
CALCULATED_RANGE_FORMULAS
static final String CALCULATED_RANGE_FORMULAS
- See Also:
- Constant Field Values
CALCULATED_RANGE_FORMULAS_LANG
static final String CALCULATED_RANGE_FORMULAS_LANG
- See Also:
- Constant Field Values
getWrongFields
List getWrongFields()
isValid
boolean isValid()
isEmpty
boolean isEmpty()
getCurrentValue
Object getCurrentValue(String fieldName)
getCurrentInputValue
String getCurrentInputValue(String inputName)
clear
void clear()
isNew
boolean isNew()
getCurrentValues
Map getCurrentValues()
getCurrentInputValues
Map getCurrentInputValues()
getAttributes
Map getAttributes()
hasErrorMessage
boolean hasErrorMessage(String fieldName)
getErrorMessages
List getErrorMessages(String fieldName)
getWrongFieldsMessages
Map getWrongFieldsMessages()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.