Searched defs:typeTitle (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DLDAPStoreWizardPage.java46 private String typeTitle = "Configuration"; field in class:LDAPStoreWizardPage
62 return typeTitle;
65 public void setTypeTitle( String typeTitle ) {
66 this.typeTitle = typeTitle;
87 addModel("typeTitle", getTypeTitle());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DLDAPStoreWizardPage.java46 private String typeTitle = "Configuration"; field in class:LDAPStoreWizardPage
62 return typeTitle;
65 public void setTypeTitle( String typeTitle ) {
66 this.typeTitle = typeTitle;
87 addModel("typeTitle", getTypeTitle());

Completed in 64 milliseconds