Searched refs:PW_QUESTION_TITLE (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/
H A DPWResetQuestionViewBean.java55 public static final String PW_QUESTION_TITLE = "pwQuestionTitle"; field in class:PWResetQuestionViewBean
104 registerChild(PW_QUESTION_TITLE, StaticTextField.class);
122 } else if (name.equals(PW_QUESTION_TITLE)) {
123 child = new StaticTextField(this, PW_QUESTION_TITLE, "");
153 setDisplayFieldValue(PW_QUESTION_TITLE,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/
H A DPWResetQuestionViewBean.java55 public static final String PW_QUESTION_TITLE = "pwQuestionTitle"; field in class:PWResetQuestionViewBean
104 registerChild(PW_QUESTION_TITLE, StaticTextField.class);
122 } else if (name.equals(PW_QUESTION_TITLE)) {
123 child = new StaticTextField(this, PW_QUESTION_TITLE, "");
153 setDisplayFieldValue(PW_QUESTION_TITLE,

Completed in 28 milliseconds