Class AbstractCamundaFormFieldBuilder<P,​B extends AbstractCamundaFormFieldBuilder<P,​B>>

    • Method Detail

      • camundaId

        public B camundaId​(java.lang.String id)
        Sets the form field id.
        Parameters:
        id - the form field id
        Returns:
        the builder object
      • camundaLabel

        public B camundaLabel​(java.lang.String label)
        Sets form field label.
        Parameters:
        label - the form field label
        Returns:
        the builder object
      • camundaType

        public B camundaType​(java.lang.String type)
        Sets the form field type.
        Parameters:
        type - the form field type
        Returns:
        the builder object
      • camundaDefaultValue

        public B camundaDefaultValue​(java.lang.String defaultValue)
        Sets the form field default value.
        Parameters:
        defaultValue - the form field default value
        Returns:
        the builder object
      • camundaFormFieldDone

        public P camundaFormFieldDone()
        Finishes the building of a form field.
        Returns:
        the parent activity builder