Searched refs:TBL_PROPERTY_NAMES (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DServerConfigInheritViewBean.java65 private static final String TBL_PROPERTY_NAMES = "tblPropertyNames"; field in class:ServerConfigInheritViewBean
106 registerChild(TBL_PROPERTY_NAMES, CCActionTable.class);
113 if (name.equals(TBL_PROPERTY_NAMES)) {
235 CCActionTable table = (CCActionTable)getChild(TBL_PROPERTY_NAMES);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DServerConfigInheritViewBean.java65 private static final String TBL_PROPERTY_NAMES = "tblPropertyNames"; field in class:ServerConfigInheritViewBean
106 registerChild(TBL_PROPERTY_NAMES, CCActionTable.class);
113 if (name.equals(TBL_PROPERTY_NAMES)) {
235 CCActionTable table = (CCActionTable)getChild(TBL_PROPERTY_NAMES);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentConfigInheritViewBean.java75 private static final String TBL_PROPERTY_NAMES = "tblPropertyNames"; field in class:AgentConfigInheritViewBean
117 registerChild(TBL_PROPERTY_NAMES, CCActionTable.class);
124 if (name.equals(TBL_PROPERTY_NAMES)) {
282 CCActionTable table = (CCActionTable)getChild(TBL_PROPERTY_NAMES);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentConfigInheritViewBean.java75 private static final String TBL_PROPERTY_NAMES = "tblPropertyNames"; field in class:AgentConfigInheritViewBean
117 registerChild(TBL_PROPERTY_NAMES, CCActionTable.class);
124 if (name.equals(TBL_PROPERTY_NAMES)) {
282 CCActionTable table = (CCActionTable)getChild(TBL_PROPERTY_NAMES);

Completed in 32 milliseconds