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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/audit/
H A DAbstractEventHandlerSelectViewBean.java48 private static final String RB_EVENT_HANDLER = "rbEventHandler"; field in class:AbstractEventHandlerSelectViewBean
135 CCRadioButton rb = (CCRadioButton) getChild(RB_EVENT_HANDLER);
165 String subSchema = (String) getDisplayFieldValue(RB_EVENT_HANDLER);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/audit/
H A DAbstractEventHandlerSelectViewBean.java49 private static final String RB_EVENT_HANDLER = "rbEventHandler"; field in class:AbstractEventHandlerSelectViewBean
136 CCRadioButton rb = (CCRadioButton) getChild(RB_EVENT_HANDLER);
166 String subSchema = (String) getDisplayFieldValue(RB_EVENT_HANDLER);

Completed in 27 milliseconds