jbpm-form-modeler-api 6.1.0-SNAPSHOT

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...


Field Summary
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
           
 
Method Summary
 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()
           
 

Field Detail

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

REMOVED_ELEMENTS

static final String REMOVED_ELEMENTS
See Also:
Constant Field Values
Method Detail

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()

getLoadedObject

Object getLoadedObject(String id)

jbpm-form-modeler-api 6.1.0-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.