Class AdvancedEditorDialog

  • All Implemented Interfaces:
    com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasSize, Serializable

    public class AdvancedEditorDialog
    extends com.vaadin.flow.component.dialog.Dialog
    Dialog that allows editing for properties that support the advanced editor
    Author:
    Orlando Paz <orlando.paz@kuwaiba.org>
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.vaadin.flow.component.dialog.Dialog

        com.vaadin.flow.component.dialog.Dialog.DialogCloseActionEvent, com.vaadin.flow.component.dialog.Dialog.DialogResizeEvent
      • Nested classes/interfaces inherited from class com.vaadin.flow.component.dialog.GeneratedVaadinDialog

        com.vaadin.flow.component.dialog.GeneratedVaadinDialog.OpenedChangeEvent<R extends com.vaadin.flow.component.dialog.GeneratedVaadinDialog<R>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.vaadin.flow.component.button.Button getAccept()  
      com.vaadin.flow.component.button.Button getCancel()  
      com.vaadin.flow.component.Component getMainComponentEditor()  
      AbstractProperty getProperty()  
      void setAccept​(com.vaadin.flow.component.button.Button accept)  
      void setCancel​(com.vaadin.flow.component.button.Button cancel)  
      void setMainComponentEditor​(com.vaadin.flow.component.AbstractField mainComponentEditor)  
      void setProperty​(AbstractProperty property)  
      • Methods inherited from class com.vaadin.flow.component.dialog.Dialog

        add, addAttachListener, addComponentAtIndex, addDetachListener, addDialogCloseActionListener, addOpenedChangeListener, addResizeListener, close, getChildren, getHeight, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, isCloseOnEsc, isCloseOnOutsideClick, isDraggable, isModal, isOpened, isResizable, open, remove, removeAll, setCloseOnEsc, setCloseOnOutsideClick, setDraggable, setHeight, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setModal, setOpened, setResizable, setWidth
      • Methods inherited from class com.vaadin.flow.component.dialog.GeneratedVaadinDialog

        getAriaLabelString, isOpenedBoolean, setAriaLabel
      • Methods inherited from class com.vaadin.flow.component.Component

        addListener, fireEvent, from, get, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
      • Methods inherited from interface com.vaadin.flow.component.HasComponents

        add, addComponentAsFirst
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
      • Methods inherited from interface com.vaadin.flow.component.HasEnabled

        isEnabled, setEnabled
      • Methods inherited from interface com.vaadin.flow.component.HasSize

        setHeightFull, setSizeFull, setSizeUndefined, setWidthFull
    • Method Detail

      • getMainComponentEditor

        public com.vaadin.flow.component.Component getMainComponentEditor()
      • getAccept

        public com.vaadin.flow.component.button.Button getAccept()
      • setAccept

        public void setAccept​(com.vaadin.flow.component.button.Button accept)
      • getCancel

        public com.vaadin.flow.component.button.Button getCancel()
      • setCancel

        public void setCancel​(com.vaadin.flow.component.button.Button cancel)
      • setMainComponentEditor

        public void setMainComponentEditor​(com.vaadin.flow.component.AbstractField mainComponentEditor)