Class GeoMapI18n.DeleteDialog

java.lang.Object
io.jmix.mapsflowui.component.GeoMapI18n.DeleteDialog
All Implemented Interfaces:
Serializable
Enclosing class:
GeoMapI18n

public static class GeoMapI18n.DeleteDialog extends Object implements Serializable
See Also:
  • Field Details

    • headerText

      protected String headerText
    • bodyText

      protected String bodyText
    • okButtonText

      protected String okButtonText
    • cancelButtonText

      protected String cancelButtonText
  • Constructor Details

    • DeleteDialog

      public DeleteDialog()
  • Method Details

    • getHeaderText

      @Nullable public String getHeaderText()
    • setHeaderText

      public void setHeaderText(@Nullable String text)
    • withHeaderText

      public GeoMapI18n.DeleteDialog withHeaderText(@Nullable String text)
    • getBodyText

      @Nullable public String getBodyText()
    • setBodyText

      public void setBodyText(@Nullable String text)
    • withBodyText

      public GeoMapI18n.DeleteDialog withBodyText(@Nullable String text)
    • getOkButtonText

      @Nullable public String getOkButtonText()
    • setOkButtonText

      public void setOkButtonText(@Nullable String text)
    • withOkButtonText

      public GeoMapI18n.DeleteDialog withOkButtonText(@Nullable String text)
    • getCancelButtonText

      @Nullable public String getCancelButtonText()
    • setCancelButtonText

      public void setCancelButtonText(@Nullable String text)
    • withCancelButtonText

      public GeoMapI18n.DeleteDialog withCancelButtonText(@Nullable String text)