jbpm-form-modeler-ui 6.0.0-SNAPSHOT

org.jbpm.formModeler.core.processing.formProcessing
Class SetListValuesInstruction

java.lang.Object
  extended by org.jbpm.formModeler.core.processing.formProcessing.FormChangeInstruction
      extended by org.jbpm.formModeler.core.processing.formProcessing.SetListValuesInstruction

public class SetListValuesInstruction
extends FormChangeInstruction


Constructor Summary
SetListValuesInstruction(String fieldName, List newValues)
           
 
Method Summary
 String getFieldName()
           
 String getXML()
           
 void updateListValues(List newValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetListValuesInstruction

public SetListValuesInstruction(String fieldName,
                                List newValues)
Method Detail

getFieldName

public String getFieldName()

updateListValues

public void updateListValues(List newValues)

getXML

public String getXML()
Specified by:
getXML in class FormChangeInstruction

jbpm-form-modeler-ui 6.0.0-SNAPSHOT

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