jbpm-form-modeler-ui 6.2.0.Final

org.jbpm.formModeler.core.processing.fieldHandlers.subform.utils
Class SubFormHelper

java.lang.Object
  extended by org.jbpm.formModeler.core.processing.fieldHandlers.subform.utils.SubFormHelper

@Dependent
public class SubFormHelper
extends Object


Field Summary
static String FIELD_ROOT_VALUE
           
protected  FormProcessor formProcessor
           
protected  NamespaceManager namespaceManager
           
 
Constructor Summary
SubFormHelper()
           
 
Method Summary
 void clearEditFieldPositions(String inputName)
           
 void clearEditFieldPreviousValues(String inputName)
           
 void clearExpandedField(String inputName)
           
 void clearPreviewFieldPositions(String inputName)
           
 void clearRemovedFieldPositions(String inputName)
           
protected  void clearValues(String inputName, String attribute)
           
 Integer getEditFieldPosition(String inputName)
           
 Object getEditFieldPreviousValues(String inputName)
           
 String getExpandedField(String inputName)
           
 Object getFieldRootValue(String inputName)
           
 Integer getPreviewFieldPosition(String inputName)
           
 List<Integer> getRemovedFieldPositions(String inputName)
           
protected  FormNamespaceData getRootNamespaceData(String inputName)
           
 Object getValue(String inputName, String attribute)
           
 void setEditFieldPosition(String inputName, Integer position)
           
 void setEditFieldPreviousValues(String inputName, Object values)
           
 void setExpandedField(String inputName, String expandedField)
           
 void setFieldRootValue(String inputName, Object rootValue)
           
 void setPreviewFieldPosition(String inputName, Integer position)
           
 void setRemovedFieldPositions(String inputName, List<Integer> positions)
           
protected  void setValue(String inputName, Object value, String attribute)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_ROOT_VALUE

public static final String FIELD_ROOT_VALUE
See Also:
Constant Field Values

namespaceManager

@Inject
protected NamespaceManager namespaceManager

formProcessor

@Inject
protected FormProcessor formProcessor
Constructor Detail

SubFormHelper

public SubFormHelper()
Method Detail

getFieldRootValue

public Object getFieldRootValue(String inputName)

setFieldRootValue

public void setFieldRootValue(String inputName,
                              Object rootValue)

getExpandedField

public String getExpandedField(String inputName)

setExpandedField

public void setExpandedField(String inputName,
                             String expandedField)

clearExpandedField

public void clearExpandedField(String inputName)

getRemovedFieldPositions

public List<Integer> getRemovedFieldPositions(String inputName)

setRemovedFieldPositions

public void setRemovedFieldPositions(String inputName,
                                     List<Integer> positions)

clearRemovedFieldPositions

public void clearRemovedFieldPositions(String inputName)

getPreviewFieldPosition

public Integer getPreviewFieldPosition(String inputName)

setPreviewFieldPosition

public void setPreviewFieldPosition(String inputName,
                                    Integer position)

clearPreviewFieldPositions

public void clearPreviewFieldPositions(String inputName)

getEditFieldPosition

public Integer getEditFieldPosition(String inputName)

setEditFieldPosition

public void setEditFieldPosition(String inputName,
                                 Integer position)

clearEditFieldPositions

public void clearEditFieldPositions(String inputName)

getEditFieldPreviousValues

public Object getEditFieldPreviousValues(String inputName)

setEditFieldPreviousValues

public void setEditFieldPreviousValues(String inputName,
                                       Object values)

clearEditFieldPreviousValues

public void clearEditFieldPreviousValues(String inputName)

getValue

public Object getValue(String inputName,
                       String attribute)

setValue

protected void setValue(String inputName,
                        Object value,
                        String attribute)

clearValues

protected void clearValues(String inputName,
                           String attribute)

getRootNamespaceData

protected FormNamespaceData getRootNamespaceData(String inputName)

jbpm-form-modeler-ui 6.2.0.Final

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