Searched defs:TBL_SERVERS (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DServerSiteViewBean.java73 private static final String TBL_SERVERS = "tblServer"; field in class:ServerSiteViewBean
127 registerChild(TBL_SERVERS, CCActionTable.class);
137 if (name.equals(TBL_SERVERS)) {
354 CCActionTable table = (CCActionTable)getChild(TBL_SERVERS);
392 CCActionTable table = (CCActionTable)getChild(TBL_SERVERS);
H A DServerConfigXMLViewBean.java74 private static final String TBL_SERVERS = "tblServers"; field in class:ServerConfigXMLViewBean
164 registerChild(TBL_SERVERS, CCActionTable.class);
173 if (name.equals(TBL_SERVERS)) {
215 propertySheetModel.setModel(TBL_SERVERS, tblServerModel);
568 CCActionTable table = (CCActionTable)getChild(TBL_SERVERS);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DServerSiteViewBean.java77 private static final String TBL_SERVERS = "tblServer"; field in class:ServerSiteViewBean
131 registerChild(TBL_SERVERS, CCActionTable.class);
141 if (name.equals(TBL_SERVERS)) {
363 CCActionTable table = (CCActionTable)getChild(TBL_SERVERS);
401 CCActionTable table = (CCActionTable)getChild(TBL_SERVERS);
H A DServerConfigXMLViewBean.java74 private static final String TBL_SERVERS = "tblServers"; field in class:ServerConfigXMLViewBean
164 registerChild(TBL_SERVERS, CCActionTable.class);
173 if (name.equals(TBL_SERVERS)) {
215 propertySheetModel.setModel(TBL_SERVERS, tblServerModel);
568 CCActionTable table = (CCActionTable)getChild(TBL_SERVERS);

Completed in 32 milliseconds