Class GeoMapI18n.ControlPanel

java.lang.Object
io.jmix.mapsflowui.component.GeoMapI18n.ControlPanel
Enclosing class:
GeoMapI18n

public static class GeoMapI18n.ControlPanel extends Object
  • Field Details

    • dragButtonTitle

      protected String dragButtonTitle
    • modifyButtonTitle

      protected String modifyButtonTitle
    • deleteButtonTitle

      protected String deleteButtonTitle
  • Constructor Details

    • ControlPanel

      public ControlPanel()
  • Method Details

    • getDragButtonTitle

      public String getDragButtonTitle()
    • setDragButtonTitle

      public void setDragButtonTitle(@Nullable String title)
    • withDragButtonTitle

      public GeoMapI18n.ControlPanel withDragButtonTitle(@Nullable String title)
    • getModifyButtonTitle

      @Nullable public String getModifyButtonTitle()
    • setModifyButtonTitle

      public void setModifyButtonTitle(@Nullable String title)
    • withModifyButtonTitle

      public GeoMapI18n.ControlPanel withModifyButtonTitle(@Nullable String title)
    • getDeleteButtonTitle

      @Nullable public String getDeleteButtonTitle()
    • setDeleteButtonTitle

      public void setDeleteButtonTitle(@Nullable String title)
    • withDeleteButtonTitle

      public GeoMapI18n.ControlPanel withDeleteButtonTitle(@Nullable String title)