Searched refs:enable (Results 1 - 25 of 262) sorted by relevance

1234567891011

/forgerock/opendj2/ext/ant/lib/
H A Dant-antlr.jar ... void setTrace (boolean) boolean enable public void setTraceParser (boolean) boolean enable public void setTraceLexer (boolean) boolean enable public void setTraceTreeWalker (boolean ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-antlr.jar ... void setTrace (boolean) boolean enable public void setTraceParser (boolean) boolean enable public void setTraceLexer (boolean) boolean enable public void setTraceTreeWalker (boolean ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-antlr.jar ... void setTrace (boolean) boolean enable public void setTraceParser (boolean) boolean enable public void setTraceLexer (boolean) boolean enable public void setTraceTreeWalker (boolean ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-antlr.jar ... void setTrace (boolean) boolean enable public void setTraceParser (boolean) boolean enable public void setTraceLexer (boolean) boolean enable public void setTraceTreeWalker (boolean ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-antlr.jar ... void setTrace (boolean) boolean enable public void setTraceParser (boolean) boolean enable public void setTraceLexer (boolean) boolean enable public void setTraceTreeWalker (boolean ...
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/deployment/sites/
H A DEditSiteView.js35 function toggleSave (el, enable) {
36 el.find("[data-save]").prop("disabled", !enable);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/services/
H A DNewServiceView.jsm28 function toggleCreate (el, enable) {
29 el.find("[data-create]").prop("disabled", !enable);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java353 * @param enable whether to enable the components in the panel or not.
355 public void setEnabled(boolean enable) argument
357 super.setEnabled(enable);
359 selectedLabel.setEnabled(enable);
360 availableLabel.setEnabled(enable);
361 availableList.setEnabled(enable);
362 selectedList.setEnabled(enable);
363 availableScroll.setEnabled(enable);
364 selectedScroll.setEnabled(enable);
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java352 * @param enable whether to enable the components in the panel or not.
354 public void setEnabled(boolean enable) argument
356 super.setEnabled(enable);
358 selectedLabel.setEnabled(enable);
359 availableLabel.setEnabled(enable);
360 availableList.setEnabled(enable);
361 selectedList.setEnabled(enable);
362 availableScroll.setEnabled(enable);
363 selectedScroll.setEnabled(enable);
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java353 * @param enable whether to enable the components in the panel or not.
355 public void setEnabled(boolean enable) argument
357 super.setEnabled(enable);
359 selectedLabel.setEnabled(enable);
360 availableLabel.setEnabled(enable);
361 availableList.setEnabled(enable);
362 selectedList.setEnabled(enable);
363 availableScroll.setEnabled(enable);
364 selectedScroll.setEnabled(enable);
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java352 * @param enable whether to enable the components in the panel or not.
354 public void setEnabled(boolean enable) argument
356 super.setEnabled(enable);
358 selectedLabel.setEnabled(enable);
359 availableLabel.setEnabled(enable);
360 availableList.setEnabled(enable);
361 selectedList.setEnabled(enable);
362 availableScroll.setEnabled(enable);
363 selectedScroll.setEnabled(enable);
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java353 * @param enable whether to enable the components in the panel or not.
355 public void setEnabled(boolean enable) argument
357 super.setEnabled(enable);
359 selectedLabel.setEnabled(enable);
360 availableLabel.setEnabled(enable);
361 availableList.setEnabled(enable);
362 selectedList.setEnabled(enable);
363 availableScroll.setEnabled(enable);
364 selectedScroll.setEnabled(enable);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java337 * @param enable whether to enable the components in the panel or not.
339 public void setEnabled(boolean enable) argument
341 super.setEnabled(enable);
343 selectedLabel.setEnabled(enable);
344 availableLabel.setEnabled(enable);
345 availableList.setEnabled(enable);
346 selectedList.setEnabled(enable);
347 availableScroll.setEnabled(enable);
348 selectedScroll.setEnabled(enable);
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSessionCopy.java187 * @param enable true or false
189 public void setLogoutAll(boolean enable) { argument
190 doLogoutAll = enable;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSessionCopy.java187 * @param enable true or false
189 public void setLogoutAll(boolean enable) { argument
190 doLogoutAll = enable;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java257 * Sets the enable state of the OK button.
258 * @param enable whether the OK button must be enabled or not.
260 public void setEnabledOK(boolean enable) argument
262 okButton.setEnabled(enable);
266 * Sets the enable state of the Cancel button.
267 * @param enable whether the Cancel button must be enabled or not.
269 public void setEnabledCancel(boolean enable) argument
271 cancelButton.setEnabled(enable);
275 * Sets the enable state of the Close button.
276 * @param enable whethe
278 setEnabledClose(boolean enable) argument
[all...]
H A DGenericFrame.java228 * Sets the enable state of the OK button.
229 * @param enable whether the OK button must be enabled or not.
231 public void setEnabledOK(boolean enable) argument
233 okButton.setEnabled(enable);
237 * Sets the enable state of the Cancel button.
238 * @param enable whether the Cancel button must be enabled or not.
240 public void setEnabledCancel(boolean enable) argument
242 cancelButton.setEnabled(enable);
246 * Sets the enable state of the Close button.
247 * @param enable whethe
249 setEnabledClose(boolean enable) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java256 * Sets the enable state of the OK button.
257 * @param enable whether the OK button must be enabled or not.
259 public void setEnabledOK(boolean enable) argument
261 okButton.setEnabled(enable);
265 * Sets the enable state of the Cancel button.
266 * @param enable whether the Cancel button must be enabled or not.
268 public void setEnabledCancel(boolean enable) argument
270 cancelButton.setEnabled(enable);
274 * Sets the enable state of the Close button.
275 * @param enable whethe
277 setEnabledClose(boolean enable) argument
[all...]
H A DGenericFrame.java227 * Sets the enable state of the OK button.
228 * @param enable whether the OK button must be enabled or not.
230 public void setEnabledOK(boolean enable) argument
232 okButton.setEnabled(enable);
236 * Sets the enable state of the Cancel button.
237 * @param enable whether the Cancel button must be enabled or not.
239 public void setEnabledCancel(boolean enable) argument
241 cancelButton.setEnabled(enable);
245 * Sets the enable state of the Close button.
246 * @param enable whethe
248 setEnabledClose(boolean enable) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java257 * Sets the enable state of the OK button.
258 * @param enable whether the OK button must be enabled or not.
260 public void setEnabledOK(boolean enable) argument
262 okButton.setEnabled(enable);
266 * Sets the enable state of the Cancel button.
267 * @param enable whether the Cancel button must be enabled or not.
269 public void setEnabledCancel(boolean enable) argument
271 cancelButton.setEnabled(enable);
275 * Sets the enable state of the Close button.
276 * @param enable whethe
278 setEnabledClose(boolean enable) argument
[all...]
H A DGenericFrame.java228 * Sets the enable state of the OK button.
229 * @param enable whether the OK button must be enabled or not.
231 public void setEnabledOK(boolean enable) argument
233 okButton.setEnabled(enable);
237 * Sets the enable state of the Cancel button.
238 * @param enable whether the Cancel button must be enabled or not.
240 public void setEnabledCancel(boolean enable) argument
242 cancelButton.setEnabled(enable);
246 * Sets the enable state of the Close button.
247 * @param enable whethe
249 setEnabledClose(boolean enable) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java256 * Sets the enable state of the OK button.
257 * @param enable whether the OK button must be enabled or not.
259 public void setEnabledOK(boolean enable) argument
261 okButton.setEnabled(enable);
265 * Sets the enable state of the Cancel button.
266 * @param enable whether the Cancel button must be enabled or not.
268 public void setEnabledCancel(boolean enable) argument
270 cancelButton.setEnabled(enable);
274 * Sets the enable state of the Close button.
275 * @param enable whethe
277 setEnabledClose(boolean enable) argument
[all...]
H A DGenericFrame.java227 * Sets the enable state of the OK button.
228 * @param enable whether the OK button must be enabled or not.
230 public void setEnabledOK(boolean enable) argument
232 okButton.setEnabled(enable);
236 * Sets the enable state of the Cancel button.
237 * @param enable whether the Cancel button must be enabled or not.
239 public void setEnabledCancel(boolean enable) argument
241 cancelButton.setEnabled(enable);
245 * Sets the enable state of the Close button.
246 * @param enable whethe
248 setEnabledClose(boolean enable) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java257 * Sets the enable state of the OK button.
258 * @param enable whether the OK button must be enabled or not.
260 public void setEnabledOK(boolean enable) argument
262 okButton.setEnabled(enable);
266 * Sets the enable state of the Cancel button.
267 * @param enable whether the Cancel button must be enabled or not.
269 public void setEnabledCancel(boolean enable) argument
271 cancelButton.setEnabled(enable);
275 * Sets the enable state of the Close button.
276 * @param enable whethe
278 setEnabledClose(boolean enable) argument
[all...]
H A DGenericFrame.java228 * Sets the enable state of the OK button.
229 * @param enable whether the OK button must be enabled or not.
231 public void setEnabledOK(boolean enable) argument
233 okButton.setEnabled(enable);
237 * Sets the enable state of the Cancel button.
238 * @param enable whether the Cancel button must be enabled or not.
240 public void setEnabledCancel(boolean enable) argument
242 cancelButton.setEnabled(enable);
246 * Sets the enable state of the Close button.
247 * @param enable whethe
249 setEnabledClose(boolean enable) argument
[all...]

Completed in 219 milliseconds

1234567891011