Uses of Class
org.jbpm.model.formapi.shared.api.InputData

Packages that use InputData
org.jbpm.model.formapi.client.form   
org.jbpm.model.formapi.shared.api   
org.jbpm.model.formapi.shared.form   
org.jbpm.model.formbuilder.client.form   
 

Uses of InputData in org.jbpm.model.formapi.client.form
 

Methods in org.jbpm.model.formapi.client.form that return InputData
 InputData FBFormItem.getInput()
           
 

Methods in org.jbpm.model.formapi.client.form with parameters of type InputData
 void FBFormItem.setInput(InputData input)
           
 

Uses of InputData in org.jbpm.model.formapi.shared.api
 

Methods in org.jbpm.model.formapi.shared.api that return InputData
 InputData FormItemRepresentation.getInput()
           
 

Methods in org.jbpm.model.formapi.shared.api that return types with arguments of type InputData
 Map<String,InputData> FormRepresentation.getInputs()
           
 

Methods in org.jbpm.model.formapi.shared.api with parameters of type InputData
 void FormItemRepresentation.setInput(InputData input)
           
 

Method parameters in org.jbpm.model.formapi.shared.api with type arguments of type InputData
 void FormRepresentation.setInputs(Map<String,InputData> inputs)
           
 

Uses of InputData in org.jbpm.model.formapi.shared.form
 

Method parameters in org.jbpm.model.formapi.shared.form with type arguments of type InputData
 String AbstractFormRepresentationEncoder.encodeInputs(Map<String,InputData> inputs)
           
 

Uses of InputData in org.jbpm.model.formbuilder.client.form
 

Methods in org.jbpm.model.formbuilder.client.form that return types with arguments of type InputData
 Map<String,InputData> FBForm.getInputs()
           
 

Method parameters in org.jbpm.model.formbuilder.client.form with type arguments of type InputData
 void FBForm.setInputs(Map<String,InputData> inputs)
           
 



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