Class DeleteButton

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

    public class DeleteButton
    extends ConfirmButton
    See Also:
    Serialized Form
    • Constructor Detail

      • DeleteButton

        public DeleteButton​(String buttonCaption,
                            com.vaadin.flow.server.Command action)
      • DeleteButton

        public DeleteButton​(com.vaadin.flow.server.Command action)
      • DeleteButton

        public DeleteButton()