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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/
H A DPWResetQuestionViewBean.java60 public static final String BUTTON_OK = "btnOK"; field in class:PWResetQuestionViewBean
105 registerChild(BUTTON_OK, Button.class);
118 if (name.equals(BUTTON_OK)) {
119 child = new Button(this, BUTTON_OK, "");
156 setDisplayFieldValue(BUTTON_OK, model.getOKBtnLabel());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/
H A DPWResetQuestionViewBean.java60 public static final String BUTTON_OK = "btnOK"; field in class:PWResetQuestionViewBean
105 registerChild(BUTTON_OK, Button.class);
118 if (name.equals(BUTTON_OK)) {
119 child = new Button(this, BUTTON_OK, "");
156 setDisplayFieldValue(BUTTON_OK, model.getOKBtnLabel());

Completed in 42 milliseconds