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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSHomeViewBean.java80 private CCActionTableModel tblModelSoapSTSInstances = null; field in class:STSHomeViewBean
101 tblModelSoapSTSInstances.registerChildren(this);
121 view = new CCActionTable(this, tblModelSoapSTSInstances, name);
126 } else if (tblModelSoapSTSInstances.isChildSupported(name)) {
127 view = tblModelSoapSTSInstances.createChild(this, name);
188 tblModelSoapSTSInstances = new CCActionTableModel(
191 tblModelSoapSTSInstances.setTitleLabel("label.items");
192 tblModelSoapSTSInstances.setActionValue(TBL_SOAP_STS_INSTANCES_BUTTON_ADD, "soap.sts.home.instances.table.button.new");
193 tblModelSoapSTSInstances.setActionValue(TBL_SOAP_STS_INSTANCES_BUTTON_DELETE,
195 tblModelSoapSTSInstances
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSHomeViewBean.java80 private CCActionTableModel tblModelSoapSTSInstances = null; field in class:STSHomeViewBean
101 tblModelSoapSTSInstances.registerChildren(this);
121 view = new CCActionTable(this, tblModelSoapSTSInstances, name);
126 } else if (tblModelSoapSTSInstances.isChildSupported(name)) {
127 view = tblModelSoapSTSInstances.createChild(this, name);
188 tblModelSoapSTSInstances = new CCActionTableModel(
191 tblModelSoapSTSInstances.setTitleLabel("label.items");
192 tblModelSoapSTSInstances.setActionValue(TBL_SOAP_STS_INSTANCES_BUTTON_ADD, "soap.sts.home.instances.table.button.new");
193 tblModelSoapSTSInstances.setActionValue(TBL_SOAP_STS_INSTANCES_BUTTON_DELETE,
195 tblModelSoapSTSInstances
[all...]

Completed in 21 milliseconds