| /forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/views/history/ |
| H A D | ListHistory.js | 49 grid, 73 grid = new Backgrid.Grid({ 76 label: $.t("uma.history.grid.header.0"), 83 label: $.t("uma.history.grid.header.1"), 93 label: $.t("uma.history.grid.header.2"), 97 return $.t("uma.history.grid.types." + rawValue.toLowerCase()); 104 label: $.t("uma.history.grid.header.3"), 122 self.$el.find(".table-container").append(grid.render().el);
|
| /forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/views/request/ |
| H A D | EditRequest.js | 60 grid, 72 label: $.t("uma.requests.grid.header.0"), 77 label: $.t("uma.requests.grid.header.1"), 82 label: $.t("uma.requests.grid.header.2"), 87 label: $.t("uma.requests.grid.header.3"), 103 grid = new Backgrid.Grid({ 111 self.$el.find(".table-container").append(grid.render().el);
|
| H A D | ListRequest.js | 39 grid, 64 label: $.t("uma.requests.grid.header.0"), 69 label: $.t("uma.requests.grid.header.1"), 74 label: $.t("uma.requests.grid.header.2"), 79 label: $.t("uma.requests.grid.header.3"), 123 grid = new Backgrid.Grid({ 136 self.$el.find(".table-container").append(grid.render().el);
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/views/history/ |
| H A D | ListHistory.js | 41 grid, 63 grid = new Backgrid.Grid({ 66 label: $.t("uma.history.grid.header.0"), 73 label: $.t("uma.history.grid.header.1"), 83 label: $.t("uma.history.grid.header.2"), 87 return $.t(`uma.history.grid.types.${rawValue.toLowerCase()}`); 94 label: $.t("uma.history.grid.header.3"), 112 self.$el.find(".table-container").append(grid.render().el);
|
| /forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/resourceTypes/ |
| H A D | ResourceTypesView.js | 51 grid, 94 label: $.t("console.authorization.resourceTypes.list.grid.0"), 130 grid = new Backgrid.Grid({ 148 this.$el.find(".table-container").append(grid.render().el);
|
| /forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/views/resource/ |
| H A D | BasePage.js | 82 label: $.t("uma.resources.grid.header.0"), 91 label: $.t("uma.resources.grid.header.1"), 97 label: $.t("uma.resources.grid.header.2"), 103 label: $.t("uma.resources.grid.header.3"), 126 var self = this, grid, paginator; 131 grid = new Backgrid.Grid({ 144 self.$el.find(".table-container").append(grid.render().el);
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/views/request/ |
| H A D | EditRequest.js | 60 grid, 73 label: $.t("uma.requests.grid.header.0"), 78 label: $.t("uma.requests.grid.header.1"), 83 label: $.t("uma.requests.grid.header.2"), 88 label: $.t("uma.requests.grid.header.3"), 104 grid = new Backgrid.Grid({ 112 self.$el.find(".table-container").append(grid.render().el);
|
| H A D | ListRequest.js | 39 grid, 64 label: $.t("uma.requests.grid.header.0"), 69 label: $.t("uma.requests.grid.header.1"), 74 label: $.t("uma.requests.grid.header.2"), 79 label: $.t("uma.requests.grid.header.3"), 123 grid = new Backgrid.Grid({ 136 self.$el.find(".table-container").append(grid.render().el);
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/views/resource/ |
| H A D | BasePage.js | 86 label: $.t("uma.resources.grid.header.0"), 95 label: $.t("uma.resources.grid.header.1"), 101 label: $.t("uma.resources.grid.header.2"), 107 label: $.t("uma.resources.grid.header.3"), 136 var self = this, grid, paginator; 141 grid = new Backgrid.Grid({ 154 self.$el.find(".table-container").append(grid.render().el);
|
| H A D | ResourcePage.js | 288 var collection, grid, RevokeCell, self = this; 331 grid = new Backgrid.Grid({ 334 label: $.t("uma.resources.show.grid.0"), 339 label: $.t("uma.resources.show.grid.2"), 370 self.$el.find(".table-container").append(grid.render().el);
|
| /forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/ |
| H A D | PoliciesView.js | 50 grid, 93 label: $.t("console.authorization.policies.list.grid.0"), 107 label: $.t("console.authorization.policies.list.grid.1"), 150 grid = new Backgrid.Grid({ 170 self.$el.find(".table-container").append(grid.render().el);
|
| /forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policySets/ |
| H A D | PolicySetsView.js | 63 grid, 105 label: $.t("console.authorization.policySets.list.grid.0"), 142 grid = new Backgrid.Grid({ 160 this.$el.find(".table-container").append(grid.render().el);
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/ |
| H A D | PoliciesView.js | 50 grid, 93 label: $.t("console.authorization.policies.list.grid.0"), 107 label: $.t("console.authorization.policies.list.grid.1"), 150 grid = new Backgrid.Grid({ 170 self.$el.find(".table-container").append(grid.render().el);
|
| /forgerock/authenticator-android-v2/app/src/androidTest/java/com/forgerock/authenticator/ |
| H A D | FlowTests.java | 89 onData(anything()).inAdapterView(withId(R.id.grid)).atPosition(1).perform(click()); 97 onData(anything()).inAdapterView(withId(R.id.grid)).atPosition(1).perform(click()); 111 onData(anything()).inAdapterView(withId(R.id.grid)).atPosition(1).perform(click()); 114 onData(anything()).inAdapterView(withId(R.id.grid)).atPosition(1).perform(longClick());
|
| H A D | MechanismActivityTest.java | 99 onData(anything()).inAdapterView(withId(R.id.grid)) 130 onData(anything()).inAdapterView(withId(R.id.grid)) 148 onData(anything()).inAdapterView(withId(R.id.grid))
|
| H A D | IdentityActivityTest.java | 137 onView(withId(R.id.grid)).perform(swipeUp()); 198 onData(anything()).inAdapterView(withId(R.id.grid))
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/resourceTypes/ |
| H A D | ResourceTypesView.js | 103 label: $.t("console.authorization.resourceTypes.list.grid.0"), 137 const grid = new Backgrid.Grid({ 153 this.$el.find(".table-container").append(grid.render().el);
|
| /forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/scripts/ |
| H A D | ScriptsView.js | 53 grid, 88 label: $.t("console.scripts.list.grid.0"), 95 label: $.t("console.scripts.list.grid.1"), 105 label: $.t("console.scripts.list.grid.2"), 115 label: $.t("console.scripts.list.grid.3"), 144 grid = new Backgrid.Grid({ 160 this.$el.find(".table-container").append(grid.render().el);
|
| /forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/views/share/ |
| H A D | CommonShare.js | 135 grid; 160 grid = new Backgrid.Grid({ 163 label: $.t("uma.resources.show.grid.0"), 172 label: $.t("uma.resources.show.grid.2"), 197 self.$el.find("#advancedView").append(grid.render().el);
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/scripts/ |
| H A D | ScriptsView.js | 53 grid, 88 label: $.t("console.scripts.list.grid.0"), 95 label: $.t("console.scripts.list.grid.1"), 105 label: $.t("console.scripts.list.grid.2"), 115 label: $.t("console.scripts.list.grid.3"), 145 grid = new Backgrid.Grid({ 161 this.$el.find(".table-container").append(grid.render().el); 225 self.$el.find("[data-grid-toolbar]").html(tpl);
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/views/share/ |
| H A D | CommonShare.js | 130 grid; 154 grid = new Backgrid.Grid({ 157 label: $.t("uma.resources.show.grid.0"), 166 label: $.t("uma.resources.show.grid.2"), 191 self.$el.find("#advancedView").append(grid.render().el);
|
| /forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/ |
| H A D | MechanismActivity.java | 63 ((GridView) findViewById(R.id.grid)).setAdapter(mechanismAdapter);
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policySets/ |
| H A D | PolicySetsView.js | 114 label: $.t("console.authorization.policySets.list.grid.0"), 148 const grid = new Backgrid.Grid({ 164 this.$el.find(".table-container").append(grid.render().el);
|
| /forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/resources/css/config/ |
| H A D | workflowView.less | 53 .grid-icon {
|
| /forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/resources/css/am-admin/ |
| H A D | console.less | 112 .grid-list{
|