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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DAuthPropertiesViewBean.java119 private static final String ACTION_COLUMN_HREF = "actionColumnHREF"; field in class:AuthPropertiesViewBean
346 tableModel.setValue(ACTION_COLUMN_HREF,
351 tableModel.setValue(ACTION_COLUMN_HREF,
654 (String)getDisplayFieldValue(ACTION_COLUMN_HREF));
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DAuthPropertiesViewBean.java115 private static final String ACTION_COLUMN_HREF = "actionColumnHREF"; field in class:AuthPropertiesViewBean
343 tableModel.setValue(ACTION_COLUMN_HREF,
348 tableModel.setValue(ACTION_COLUMN_HREF,
651 (String)getDisplayFieldValue(ACTION_COLUMN_HREF));

Completed in 30 milliseconds