Searched refs:LabelFieldDescriptor (Results 1 - 25 of 48) sorted by relevance

12

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DGlobalAdministratorPanel.java49 import org.opends.quicksetup.ui.LabelFieldDescriptor;
246 HashMap<FieldName, LabelFieldDescriptor> hm =
247 new HashMap<FieldName, LabelFieldDescriptor>();
249 hm.put(FieldName.GLOBAL_ADMINISTRATOR_UID, new LabelFieldDescriptor(
252 LabelFieldDescriptor.FieldType.TEXTFIELD,
253 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.UID_FIELD_SIZE));
255 hm.put(FieldName.GLOBAL_ADMINISTRATOR_PWD, new LabelFieldDescriptor(
258 LabelFieldDescriptor.FieldType.PASSWORD,
259 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.PASSWORD_FIELD_SIZE));
262 new LabelFieldDescriptor(
[all...]
H A DServerSettingsPanel.java49 import org.opends.quicksetup.ui.LabelFieldDescriptor;
453 HashMap<FieldName, LabelFieldDescriptor> hm =
454 new HashMap<FieldName, LabelFieldDescriptor>();
456 hm.put(FieldName.HOST_NAME, new LabelFieldDescriptor(
459 LabelFieldDescriptor.FieldType.TEXTFIELD,
460 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.HOST_FIELD_SIZE));
462 hm.put(FieldName.SERVER_PORT, new LabelFieldDescriptor(
465 LabelFieldDescriptor.FieldType.TEXTFIELD,
466 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.PORT_FIELD_SIZE));
468 hm.put(FieldName.ADMIN_CONNECTOR_PORT, new LabelFieldDescriptor(
[all...]
H A DInstallReviewPanel.java281 HashMap<FieldName, LabelFieldDescriptor> hm =
282 new HashMap<FieldName, LabelFieldDescriptor>();
286 hm.put(FieldName.SERVER_LOCATION, new LabelFieldDescriptor(
289 LabelFieldDescriptor.FieldType.READ_ONLY,
290 LabelFieldDescriptor.LabelType.PRIMARY, 0));
293 hm.put(FieldName.HOST_NAME, new LabelFieldDescriptor(
296 LabelFieldDescriptor.FieldType.READ_ONLY,
297 LabelFieldDescriptor.LabelType.PRIMARY, 0));
299 hm.put(FieldName.SERVER_PORT, new LabelFieldDescriptor(
302 LabelFieldDescriptor
[all...]
H A DDataReplicationPanel.java59 import org.opends.quicksetup.ui.LabelFieldDescriptor;
397 HashMap<FieldName, LabelFieldDescriptor> hm =
398 new HashMap<FieldName, LabelFieldDescriptor>();
400 hm.put(FieldName.REPLICATION_PORT, new LabelFieldDescriptor(
403 LabelFieldDescriptor.FieldType.TEXTFIELD,
404 LabelFieldDescriptor.LabelType.SECONDARY,
407 hm.put(FieldName.REMOTE_SERVER_DN, new LabelFieldDescriptor(
410 LabelFieldDescriptor.FieldType.TEXTFIELD,
411 LabelFieldDescriptor.LabelType.SECONDARY, UIFactory.DN_FIELD_SIZE));
413 hm.put(FieldName.REMOTE_SERVER_PWD, new LabelFieldDescriptor(
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DGlobalAdministratorPanel.java50 import org.opends.quicksetup.ui.LabelFieldDescriptor;
247 HashMap<FieldName, LabelFieldDescriptor> hm =
248 new HashMap<FieldName, LabelFieldDescriptor>();
250 hm.put(FieldName.GLOBAL_ADMINISTRATOR_UID, new LabelFieldDescriptor(
253 LabelFieldDescriptor.FieldType.TEXTFIELD,
254 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.UID_FIELD_SIZE));
256 hm.put(FieldName.GLOBAL_ADMINISTRATOR_PWD, new LabelFieldDescriptor(
259 LabelFieldDescriptor.FieldType.PASSWORD,
260 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.PASSWORD_FIELD_SIZE));
263 new LabelFieldDescriptor(
[all...]
H A DServerSettingsPanel.java50 import org.opends.quicksetup.ui.LabelFieldDescriptor;
454 HashMap<FieldName, LabelFieldDescriptor> hm =
455 new HashMap<FieldName, LabelFieldDescriptor>();
457 hm.put(FieldName.HOST_NAME, new LabelFieldDescriptor(
460 LabelFieldDescriptor.FieldType.TEXTFIELD,
461 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.HOST_FIELD_SIZE));
463 hm.put(FieldName.SERVER_PORT, new LabelFieldDescriptor(
466 LabelFieldDescriptor.FieldType.TEXTFIELD,
467 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.PORT_FIELD_SIZE));
469 hm.put(FieldName.ADMIN_CONNECTOR_PORT, new LabelFieldDescriptor(
[all...]
H A DInstallReviewPanel.java282 HashMap<FieldName, LabelFieldDescriptor> hm =
283 new HashMap<FieldName, LabelFieldDescriptor>();
287 hm.put(FieldName.SERVER_LOCATION, new LabelFieldDescriptor(
290 LabelFieldDescriptor.FieldType.READ_ONLY,
291 LabelFieldDescriptor.LabelType.PRIMARY, 0));
294 hm.put(FieldName.HOST_NAME, new LabelFieldDescriptor(
297 LabelFieldDescriptor.FieldType.READ_ONLY,
298 LabelFieldDescriptor.LabelType.PRIMARY, 0));
300 hm.put(FieldName.SERVER_PORT, new LabelFieldDescriptor(
303 LabelFieldDescriptor
[all...]
H A DDataReplicationPanel.java60 import org.opends.quicksetup.ui.LabelFieldDescriptor;
398 HashMap<FieldName, LabelFieldDescriptor> hm =
399 new HashMap<FieldName, LabelFieldDescriptor>();
401 hm.put(FieldName.REPLICATION_PORT, new LabelFieldDescriptor(
404 LabelFieldDescriptor.FieldType.TEXTFIELD,
405 LabelFieldDescriptor.LabelType.SECONDARY,
408 hm.put(FieldName.REMOTE_SERVER_DN, new LabelFieldDescriptor(
411 LabelFieldDescriptor.FieldType.TEXTFIELD,
412 LabelFieldDescriptor.LabelType.SECONDARY, UIFactory.DN_FIELD_SIZE));
414 hm.put(FieldName.REMOTE_SERVER_PWD, new LabelFieldDescriptor(
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DGlobalAdministratorPanel.java50 import org.opends.quicksetup.ui.LabelFieldDescriptor;
247 HashMap<FieldName, LabelFieldDescriptor> hm =
248 new HashMap<FieldName, LabelFieldDescriptor>();
250 hm.put(FieldName.GLOBAL_ADMINISTRATOR_UID, new LabelFieldDescriptor(
253 LabelFieldDescriptor.FieldType.TEXTFIELD,
254 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.UID_FIELD_SIZE));
256 hm.put(FieldName.GLOBAL_ADMINISTRATOR_PWD, new LabelFieldDescriptor(
259 LabelFieldDescriptor.FieldType.PASSWORD,
260 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.PASSWORD_FIELD_SIZE));
263 new LabelFieldDescriptor(
[all...]
H A DServerSettingsPanel.java50 import org.opends.quicksetup.ui.LabelFieldDescriptor;
454 HashMap<FieldName, LabelFieldDescriptor> hm =
455 new HashMap<FieldName, LabelFieldDescriptor>();
457 hm.put(FieldName.HOST_NAME, new LabelFieldDescriptor(
460 LabelFieldDescriptor.FieldType.TEXTFIELD,
461 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.HOST_FIELD_SIZE));
463 hm.put(FieldName.SERVER_PORT, new LabelFieldDescriptor(
466 LabelFieldDescriptor.FieldType.TEXTFIELD,
467 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.PORT_FIELD_SIZE));
469 hm.put(FieldName.ADMIN_CONNECTOR_PORT, new LabelFieldDescriptor(
[all...]
H A DInstallReviewPanel.java282 HashMap<FieldName, LabelFieldDescriptor> hm =
283 new HashMap<FieldName, LabelFieldDescriptor>();
287 hm.put(FieldName.SERVER_LOCATION, new LabelFieldDescriptor(
290 LabelFieldDescriptor.FieldType.READ_ONLY,
291 LabelFieldDescriptor.LabelType.PRIMARY, 0));
294 hm.put(FieldName.HOST_NAME, new LabelFieldDescriptor(
297 LabelFieldDescriptor.FieldType.READ_ONLY,
298 LabelFieldDescriptor.LabelType.PRIMARY, 0));
300 hm.put(FieldName.SERVER_PORT, new LabelFieldDescriptor(
303 LabelFieldDescriptor
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DGlobalAdministratorPanel.java49 import org.opends.quicksetup.ui.LabelFieldDescriptor;
246 HashMap<FieldName, LabelFieldDescriptor> hm =
247 new HashMap<FieldName, LabelFieldDescriptor>();
249 hm.put(FieldName.GLOBAL_ADMINISTRATOR_UID, new LabelFieldDescriptor(
252 LabelFieldDescriptor.FieldType.TEXTFIELD,
253 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.UID_FIELD_SIZE));
255 hm.put(FieldName.GLOBAL_ADMINISTRATOR_PWD, new LabelFieldDescriptor(
258 LabelFieldDescriptor.FieldType.PASSWORD,
259 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.PASSWORD_FIELD_SIZE));
262 new LabelFieldDescriptor(
[all...]
H A DServerSettingsPanel.java49 import org.opends.quicksetup.ui.LabelFieldDescriptor;
453 HashMap<FieldName, LabelFieldDescriptor> hm =
454 new HashMap<FieldName, LabelFieldDescriptor>();
456 hm.put(FieldName.HOST_NAME, new LabelFieldDescriptor(
459 LabelFieldDescriptor.FieldType.TEXTFIELD,
460 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.HOST_FIELD_SIZE));
462 hm.put(FieldName.SERVER_PORT, new LabelFieldDescriptor(
465 LabelFieldDescriptor.FieldType.TEXTFIELD,
466 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.PORT_FIELD_SIZE));
468 hm.put(FieldName.ADMIN_CONNECTOR_PORT, new LabelFieldDescriptor(
[all...]
H A DInstallReviewPanel.java281 HashMap<FieldName, LabelFieldDescriptor> hm =
282 new HashMap<FieldName, LabelFieldDescriptor>();
286 hm.put(FieldName.SERVER_LOCATION, new LabelFieldDescriptor(
289 LabelFieldDescriptor.FieldType.READ_ONLY,
290 LabelFieldDescriptor.LabelType.PRIMARY, 0));
293 hm.put(FieldName.HOST_NAME, new LabelFieldDescriptor(
296 LabelFieldDescriptor.FieldType.READ_ONLY,
297 LabelFieldDescriptor.LabelType.PRIMARY, 0));
299 hm.put(FieldName.SERVER_PORT, new LabelFieldDescriptor(
302 LabelFieldDescriptor
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DGlobalAdministratorPanel.java50 import org.opends.quicksetup.ui.LabelFieldDescriptor;
247 HashMap<FieldName, LabelFieldDescriptor> hm =
248 new HashMap<FieldName, LabelFieldDescriptor>();
250 hm.put(FieldName.GLOBAL_ADMINISTRATOR_UID, new LabelFieldDescriptor(
253 LabelFieldDescriptor.FieldType.TEXTFIELD,
254 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.UID_FIELD_SIZE));
256 hm.put(FieldName.GLOBAL_ADMINISTRATOR_PWD, new LabelFieldDescriptor(
259 LabelFieldDescriptor.FieldType.PASSWORD,
260 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.PASSWORD_FIELD_SIZE));
263 new LabelFieldDescriptor(
[all...]
H A DServerSettingsPanel.java51 import org.opends.quicksetup.ui.LabelFieldDescriptor;
476 HashMap<FieldName, LabelFieldDescriptor> hm =
477 new HashMap<FieldName, LabelFieldDescriptor>();
479 hm.put(FieldName.HOST_NAME, new LabelFieldDescriptor(
482 LabelFieldDescriptor.FieldType.TEXTFIELD,
483 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.HOST_FIELD_SIZE));
485 hm.put(FieldName.SERVER_PORT, new LabelFieldDescriptor(
488 LabelFieldDescriptor.FieldType.TEXTFIELD,
489 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.PORT_FIELD_SIZE));
491 hm.put(FieldName.ADMIN_CONNECTOR_PORT, new LabelFieldDescriptor(
[all...]
H A DInstallReviewPanel.java108 import org.opends.quicksetup.ui.LabelFieldDescriptor;
339 HashMap<FieldName, LabelFieldDescriptor> hm =
340 new HashMap<FieldName, LabelFieldDescriptor>();
344 hm.put(FieldName.SERVER_LOCATION, new LabelFieldDescriptor(
347 LabelFieldDescriptor.FieldType.READ_ONLY,
348 LabelFieldDescriptor.LabelType.PRIMARY, 0));
351 hm.put(FieldName.HOST_NAME, new LabelFieldDescriptor(
354 LabelFieldDescriptor.FieldType.READ_ONLY,
355 LabelFieldDescriptor.LabelType.PRIMARY, 0));
357 hm.put(FieldName.SERVER_PORT, new LabelFieldDescriptor(
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DLabelFieldDescriptor.java40 public class LabelFieldDescriptor class
54 * this LabelFieldDescriptor.
71 * this LabelFieldDescriptor.
91 * Constructor of this LabelFieldDescriptor.
98 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, method in class:LabelFieldDescriptor
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DLabelFieldDescriptor.java41 public class LabelFieldDescriptor class
55 * this LabelFieldDescriptor.
72 * this LabelFieldDescriptor.
92 * Constructor of this LabelFieldDescriptor.
99 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, method in class:LabelFieldDescriptor
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DLabelFieldDescriptor.java41 public class LabelFieldDescriptor class
55 * this LabelFieldDescriptor.
72 * this LabelFieldDescriptor.
92 * Constructor of this LabelFieldDescriptor.
99 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, method in class:LabelFieldDescriptor
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DLabelFieldDescriptor.java40 public class LabelFieldDescriptor class
54 * this LabelFieldDescriptor.
71 * this LabelFieldDescriptor.
91 * Constructor of this LabelFieldDescriptor.
98 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, method in class:LabelFieldDescriptor
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DLabelFieldDescriptor.java41 public class LabelFieldDescriptor class
55 * this LabelFieldDescriptor.
72 * this LabelFieldDescriptor.
92 * Constructor of this LabelFieldDescriptor.
99 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, method in class:LabelFieldDescriptor
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DLabelFieldDescriptor.java41 public class LabelFieldDescriptor class
55 * this LabelFieldDescriptor.
72 * this LabelFieldDescriptor.
92 * Constructor of this LabelFieldDescriptor.
99 public LabelFieldDescriptor(LocalizableMessage label, LocalizableMessage tooltip, FieldType type, method in class:LabelFieldDescriptor
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/
H A DServerSettingsPanel.java49 import org.opends.quicksetup.ui.LabelFieldDescriptor;
381 HashMap<FieldName, LabelFieldDescriptor> hm = new HashMap<>();
383 hm.put(FieldName.HOST_NAME, new LabelFieldDescriptor(
386 LabelFieldDescriptor.FieldType.TEXTFIELD,
387 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.HOST_FIELD_SIZE));
389 hm.put(FieldName.SERVER_PORT, new LabelFieldDescriptor(
392 LabelFieldDescriptor.FieldType.TEXTFIELD,
393 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.PORT_FIELD_SIZE));
395 hm.put(FieldName.ADMIN_CONNECTOR_PORT, new LabelFieldDescriptor(
398 LabelFieldDescriptor
[all...]
H A DGlobalAdministratorPanel.java48 import org.opends.quicksetup.ui.LabelFieldDescriptor;
229 HashMap<FieldName, LabelFieldDescriptor> hm = new HashMap<>();
231 hm.put(FieldName.GLOBAL_ADMINISTRATOR_UID, new LabelFieldDescriptor(
234 LabelFieldDescriptor.FieldType.TEXTFIELD,
235 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.UID_FIELD_SIZE));
237 hm.put(FieldName.GLOBAL_ADMINISTRATOR_PWD, new LabelFieldDescriptor(
240 LabelFieldDescriptor.FieldType.PASSWORD,
241 LabelFieldDescriptor.LabelType.PRIMARY, UIFactory.PASSWORD_FIELD_SIZE));
244 new LabelFieldDescriptor(
247 LabelFieldDescriptor
[all...]

Completed in 805 milliseconds

12