Class AbstractCamundaFormFieldBuilder<P,B extends AbstractCamundaFormFieldBuilder<P,B>>
- java.lang.Object
- 
- org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder<B,CamundaFormField>
- 
- org.camunda.bpm.model.bpmn.builder.AbstractCamundaFormFieldBuilder<P,B>
 
 
- 
- Direct Known Subclasses:
- CamundaStartEventFormFieldBuilder,- CamundaUserTaskFormFieldBuilder
 
 public class AbstractCamundaFormFieldBuilder<P,B extends AbstractCamundaFormFieldBuilder<P,B>> extends AbstractBpmnModelElementBuilder<B,CamundaFormField> - Author:
- Kristin Polenz
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected BaseElementparent- 
Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilderelement, modelInstance, myself
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractCamundaFormFieldBuilder(BpmnModelInstance modelInstance, BaseElement parent, CamundaFormField element, java.lang.Class<?> selfType)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BcamundaDefaultValue(java.lang.String defaultValue)Sets the form field default value.PcamundaFormFieldDone()Finishes the building of a form field.BcamundaId(java.lang.String id)Sets the form field id.BcamundaLabel(java.lang.String label)Sets form field label.BcamundaType(java.lang.String type)Sets the form field type.- 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilderdone, getElement, subProcessDone, throwEventDefinitionDone, transactionDone
 
- 
 
- 
- 
- 
Field Detail- 
parentprotected BaseElement parent 
 
- 
 - 
Constructor Detail- 
AbstractCamundaFormFieldBuilderprotected AbstractCamundaFormFieldBuilder(BpmnModelInstance modelInstance, BaseElement parent, CamundaFormField element, java.lang.Class<?> selfType) 
 
- 
 - 
Method Detail- 
camundaIdpublic B camundaId(java.lang.String id) Sets the form field id.- Parameters:
- id- the form field id
- Returns:
- the builder object
 
 - 
camundaLabelpublic B camundaLabel(java.lang.String label) Sets form field label.- Parameters:
- label- the form field label
- Returns:
- the builder object
 
 - 
camundaTypepublic B camundaType(java.lang.String type) Sets the form field type.- Parameters:
- type- the form field type
- Returns:
- the builder object
 
 - 
camundaDefaultValuepublic B camundaDefaultValue(java.lang.String defaultValue) Sets the form field default value.- Parameters:
- defaultValue- the form field default value
- Returns:
- the builder object
 
 - 
camundaFormFieldDonepublic P camundaFormFieldDone() Finishes the building of a form field.- Returns:
- the parent activity builder
 
 
- 
 
-