java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<T>
io.jmix.flowui.view.View<ViewLayout>
io.jmix.flowui.view.StandardView
io.jmix.bpmflowui.view.modeler.properties.sendemailtask.EmailAddressEdit
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, com.vaadin.flow.router.AfterNavigationObserver, com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.BeforeLeaveObserver, com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.internal.AfterNavigationHandler, com.vaadin.flow.router.internal.BeforeEnterHandler, com.vaadin.flow.router.internal.BeforeLeaveHandler, FragmentOwner, Serializable

@ViewController("bpm_EmailAddressEdit") @ViewDescriptor("email-address-edit.xml") public class EmailAddressEdit extends StandardView
See Also:
  • Field Details

  • Constructor Details

    • EmailAddressEdit

      public EmailAddressEdit()
  • Method Details

    • onInit

      @Subscribe protected void onInit(View.InitEvent event)
    • initAddressHelper

      protected void initAddressHelper()
    • setAddresses

      public void setAddresses(List<EmailAddressModel> items)
    • getCurrentAddresses

      public String getCurrentAddresses()
    • onAddressFieldComponentValueChange

      @Subscribe("addressField") public void onAddressFieldComponentValueChange(com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<com.vaadin.flow.component.textfield.TextField,String> event)
    • onAddressAddBtnIdClick

      @Subscribe("addressAddBtnId") public void onAddressAddBtnIdClick(com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.button.Button> event)
    • addAddress

      protected void addAddress(String addressCandidate)
    • validateAddress

      protected boolean validateAddress(String addressCandidate)
    • saveActionPerformed

      @Subscribe("saveAction") protected void saveActionPerformed(ActionPerformedEvent event)