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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DServerConfigXMLViewBean.java96 private static final String TBL_USERS = "tblUsers"; field in class:ServerConfigXMLViewBean
165 registerChild(TBL_USERS, CCActionTable.class);
178 } else if (name.equals(TBL_USERS)) {
229 propertySheetModel.setModel(TBL_USERS, tblUserModel);
491 CCActionTable table = (CCActionTable)getChild(TBL_USERS);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DServerConfigXMLViewBean.java96 private static final String TBL_USERS = "tblUsers"; field in class:ServerConfigXMLViewBean
165 registerChild(TBL_USERS, CCActionTable.class);
178 } else if (name.equals(TBL_USERS)) {
229 propertySheetModel.setModel(TBL_USERS, tblUserModel);
491 CCActionTable table = (CCActionTable)getChild(TBL_USERS);

Completed in 50 milliseconds