mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
06.52.2007 2018a17d52e02359a5ee60e397831ffcde356139
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/ui/DataReplicationPanel.java
@@ -299,6 +299,33 @@
  }
  /**
   * {@inheritDoc}
   */
  protected String getTextForIcon(UIFactory.IconType iconType)
  {
    String text;
    if ((iconType == UIFactory.IconType.WAIT) &&
        rbReplicated.isSelected() && cbTopologyExists.isSelected())
    {
      text = getMsg("contacting-server-label");
    }
    else
    {
      text = super.getTextForIcon(iconType);
    }
    return text;
  }
  /**
   * {@inheritDoc}
   */
  protected boolean hasCheckingLabel()
  {
    return true;
  }
  /**
   * Returns the default value for the provided field Name.
   * @param fieldName the field name for which we want to get the default
   * value.