Searched refs:table (Results 276 - 300 of 582) sorted by relevance

<<11121314151617181920>>

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DRuleOpViewBeanBase.java56 import com.sun.web.ui.view.table.CCActionTable;
161 "policy.rules.actions.table.column.name");
163 "policy.rules.actions.table.column.value");
188 CCActionTable table = new CCActionTable(
190 table.setTiledView((ActionTiledView)getChild(ACTIONS_TILED_VIEW));
191 view = table;
224 CCActionTable table = (CCActionTable)getChild(TBL_ACTIONS);
225 table.resetStateData();
342 CCActionTable table = (CCActionTable)getChild(TBL_ACTIONS);
343 table
[all...]
/forgerock/openidm-v4/openidm-repo-jdbc/src/test/java/org/forgerock/openidm/repo/jdbc/internal/
H A DDBUnitUtils.java120 public IDataSet createQueryDatasetFromMaster(String table, String select) throws Exception { argument
126 qs.addTable(table, select);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DRuleOpViewBeanBase.java56 import com.sun.web.ui.view.table.CCActionTable;
161 "policy.rules.actions.table.column.name");
163 "policy.rules.actions.table.column.value");
188 CCActionTable table = new CCActionTable(
190 table.setTiledView((ActionTiledView)getChild(ACTIONS_TILED_VIEW));
191 view = table;
224 CCActionTable table = (CCActionTable)getChild(TBL_ACTIONS);
225 table.resetStateData();
342 CCActionTable table = (CCActionTable)getChild(TBL_ACTIONS);
343 table
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/util/table/
H A DCSVTablePrinter.java27 package org.opends.server.util.table;
40 * An interface for creating a CSV formatted table.
200 * Creates a new CSV table printer for the specified output stream.
213 * Creates a new CSV table printer for the specified writer.
226 * Specify whether or not table headings should be displayed.
229 * <code>true</code> if table headings should be
/forgerock/opendj2/src/server/org/opends/server/util/table/
H A DCSVTablePrinter.java26 package org.opends.server.util.table;
39 * An interface for creating a CSV formatted table.
199 * Creates a new CSV table printer for the specified output stream.
212 * Creates a new CSV table printer for the specified writer.
225 * Specify whether or not table headings should be displayed.
228 * <code>true</code> if table headings should be
/forgerock/opendj2.6.2/src/server/org/opends/server/util/table/
H A DCSVTablePrinter.java27 package org.opends.server.util.table;
40 * An interface for creating a CSV formatted table.
200 * Creates a new CSV table printer for the specified output stream.
213 * Creates a new CSV table printer for the specified writer.
226 * Specify whether or not table headings should be displayed.
229 * <code>true</code> if table headings should be
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/table/
H A DCSVTablePrinter.java27 package org.opends.server.util.table;
40 * An interface for creating a CSV formatted table.
200 * Creates a new CSV table printer for the specified output stream.
213 * Creates a new CSV table printer for the specified writer.
226 * Specify whether or not table headings should be displayed.
229 * <code>true</code> if table headings should be
/forgerock/opendj2-hg/src/server/org/opends/server/util/table/
H A DCSVTablePrinter.java26 package org.opends.server.util.table;
39 * An interface for creating a CSV formatted table.
199 * Creates a new CSV table printer for the specified output stream.
212 * Creates a new CSV table printer for the specified writer.
225 * Specify whether or not table headings should be displayed.
228 * <code>true</code> if table headings should be
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/ui/gui/panels/
H A DCenterMainJPanel.java35 import javax.swing.table.TableModel;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/webservices/
H A DWSAuthNServicesViewBean.java46 import com.sun.web.ui.view.table.CCActionTable;
105 "webservices.authentication.service.table.handlers.key");
107 "webservices.authentication.service.table.handlers.class");
109 "webservices.authentication.service.table.handlers.add.button");
111 "webservices.authentication.service.table.handlers.delete.button");
245 CCActionTable table = (CCActionTable)getChild(
247 table.restoreStateData();
H A DWSPersonalProfileServiceViewBean.java45 import com.sun.web.ui.view.table.CCActionTable;
120 "webservices.personal.profile.table.supportedContainers.name");
122 "webservices.personal.profile.table.supportedContainers.add.button");
124 "webservices.personal.profile.table.supportedContainers.delete.button");
136 "webservices.personal.profile.table.dsAttributeMapList.name");
138 "webservices.personal.profile.table.dsAttributeMapList.map");
140 "webservices.personal.profile.table.dsAttributeMapList.add.button");
142 "webservices.personal.profile.table.dsAttributeMapList.delete.button");
314 "webservices.personal.profile.table.dsAttributeMapList.action.edit.label");
362 CCActionTable table
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/
H A DEntityResourceOfferingViewBean.java49 import com.sun.web.ui.view.table.CCActionTable;
107 "table.idm.resource.offerings.button.new");
109 "table.idm.resource.offerings.button.delete");
111 "table.idm.resource.offerings.column.service.name");
113 "table.idm.resource.offerings.column.abstract");
221 CCActionTable table = (CCActionTable)getChild(TBL_ENTRIES);
222 table.restoreStateData();
241 "discovery.service.table.entry.deleted");
244 "discovery.service.table.entry.deleted.pural");
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/
H A DRealmResourceOfferingViewBean.java48 import com.sun.web.ui.view.table.CCActionTable;
115 "table.realm.resource.offerings.button.new");
117 "table.realm.resource.offerings.button.delete");
119 "table.realm.resource.offerings.column.service.name");
121 "table.realm.resource.offerings.column.abstract");
229 CCActionTable table = (CCActionTable)getChild(TBL_ENTRIES);
230 table.restoreStateData();
249 "discovery.service.table.entry.deleted");
252 "discovery.service.table.entry.deleted.pural");
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/
H A DEntityResourceOfferingViewBean.java49 import com.sun.web.ui.view.table.CCActionTable;
107 "table.idm.resource.offerings.button.new");
109 "table.idm.resource.offerings.button.delete");
111 "table.idm.resource.offerings.column.service.name");
113 "table.idm.resource.offerings.column.abstract");
221 CCActionTable table = (CCActionTable)getChild(TBL_ENTRIES);
222 table.restoreStateData();
241 "discovery.service.table.entry.deleted");
244 "discovery.service.table.entry.deleted.pural");
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/
H A DRealmResourceOfferingViewBean.java48 import com.sun.web.ui.view.table.CCActionTable;
115 "table.realm.resource.offerings.button.new");
117 "table.realm.resource.offerings.button.delete");
119 "table.realm.resource.offerings.column.service.name");
121 "table.realm.resource.offerings.column.abstract");
229 CCActionTable table = (CCActionTable)getChild(TBL_ENTRIES);
230 table.restoreStateData();
249 "discovery.service.table.entry.deleted");
252 "discovery.service.table.entry.deleted.pural");
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/webservices/
H A DWSAuthNServicesViewBean.java46 import com.sun.web.ui.view.table.CCActionTable;
105 "webservices.authentication.service.table.handlers.key");
107 "webservices.authentication.service.table.handlers.class");
109 "webservices.authentication.service.table.handlers.add.button");
111 "webservices.authentication.service.table.handlers.delete.button");
245 CCActionTable table = (CCActionTable)getChild(
247 table.restoreStateData();
H A DWSPersonalProfileServiceViewBean.java45 import com.sun.web.ui.view.table.CCActionTable;
120 "webservices.personal.profile.table.supportedContainers.name");
122 "webservices.personal.profile.table.supportedContainers.add.button");
124 "webservices.personal.profile.table.supportedContainers.delete.button");
136 "webservices.personal.profile.table.dsAttributeMapList.name");
138 "webservices.personal.profile.table.dsAttributeMapList.map");
140 "webservices.personal.profile.table.dsAttributeMapList.add.button");
142 "webservices.personal.profile.table.dsAttributeMapList.delete.button");
314 "webservices.personal.profile.table.dsAttributeMapList.action.edit.label");
362 CCActionTable table
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSHomeViewBean.java36 import com.sun.web.ui.view.table.CCActionTable;
59 names below. The first block corresponds to the table displaying the rest-sts instances, and the second to the
60 table displaying the soap-sts instances.
180 tblModelRestSTSInstances.setActionValue(TBL_REST_STS_INSTANCES_BUTTON_ADD, "rest.sts.home.instances.table.button.new");
182 "rest.sts.home.instances.table.button.delete");
184 "rest.sts.home.instances.table.column.name");
186 "rest.sts.home.instances.table.action.column.name");
192 tblModelSoapSTSInstances.setActionValue(TBL_SOAP_STS_INSTANCES_BUTTON_ADD, "soap.sts.home.instances.table.button.new");
194 "soap.sts.home.instances.table.button.delete");
196 "soap.sts.home.instances.table
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSHomeViewBean.java36 import com.sun.web.ui.view.table.CCActionTable;
59 names below. The first block corresponds to the table displaying the rest-sts instances, and the second to the
60 table displaying the soap-sts instances.
180 tblModelRestSTSInstances.setActionValue(TBL_REST_STS_INSTANCES_BUTTON_ADD, "rest.sts.home.instances.table.button.new");
182 "rest.sts.home.instances.table.button.delete");
184 "rest.sts.home.instances.table.column.name");
186 "rest.sts.home.instances.table.action.column.name");
192 tblModelSoapSTSInstances.setActionValue(TBL_SOAP_STS_INSTANCES_BUTTON_ADD, "soap.sts.home.instances.table.button.new");
194 "soap.sts.home.instances.table.button.delete");
196 "soap.sts.home.instances.table
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DServerSiteViewBean.java49 import com.sun.web.ui.view.table.CCActionTable;
186 "table.site.button.new");
188 "table.site.button.delete");
190 "table.site.name.column.name");
192 "table.site.url.column.name");
194 "table.site.servers.column.name");
201 "table.server.button.new");
203 "table.server.button.delete");
205 "table.server.button.clone");
207 "table
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DServerSiteViewBean.java53 import com.sun.web.ui.view.table.CCActionTable;
195 "table.site.button.new");
197 "table.site.button.delete");
199 "table.site.name.column.name");
201 "table.site.url.column.name");
203 "table.site.servers.column.name");
210 "table.server.button.new");
212 "table.server.button.delete");
214 "table.server.button.clone");
216 "table
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/css/
H A Dstyle2.css380 table.form {
385 table.fields {
392 table.errors {
398 table.buttons {
408 form table {
/forgerock/openam/openam-server-only/src/main/webapp/assets/css/
H A Dstyle2.css380 table.form {
385 table.fields {
392 table.errors {
398 table.buttons {
408 form table {
/forgerock/openam-v13/openam-server-only/src/main/webapp/WEB-INF/template/sql/oracle/
H A Daudit.sql56 PROMPT Creating Primary Key Constraint PRIMARY_ACCESS on table am_auditaccess ...
135 PROMPT Creating Primary Key Constraint PRIMARY_ACTIVITY on table am_auditactivity ...
176 PROMPT Creating Primary Key Constraint PRIMARY_CONFIG on table am_auditconfig ...
/forgerock/openam/openam-server-only/src/main/webapp/WEB-INF/template/sql/oracle/
H A Daudit.sql58 PROMPT Creating Primary Key Constraint PRIMARY_ACCESS on table am_auditaccess ...
137 PROMPT Creating Primary Key Constraint PRIMARY_ACTIVITY on table am_auditactivity ...
178 PROMPT Creating Primary Key Constraint PRIMARY_CONFIG on table am_auditconfig ...

Completed in 166 milliseconds

<<11121314151617181920>>