Searched defs:isReadOnly (Results 1 - 25 of 57) sorted by relevance

123

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java159 public void update(CustomSearchResult sr, boolean isReadOnly, TreePath path) argument
179 if (isReadOnly)
H A DLDAPEntryPanel.java291 boolean isReadOnly = isReadOnly(searchResult.getDN());
295 saveChanges.setVisible(!isReadOnly);
311 displayedEntryPanel.update(searchResult, isReadOnly, treePath);
440 boolean isReadOnly = true;
444 isReadOnly = isReadOnly(searchResult.getDN());
449 saveChanges.setVisible(!isReadOnly);
498 public boolean isReadOnly(String sDn) method in class:LDAPEntryPanel
500 boolean isReadOnly
[all...]
H A DTableViewEntryPanel.java83 private boolean isReadOnly; field in class:TableViewEntryPanel
174 public void update(CustomSearchResult sr, boolean isReadOnly, TreePath path) argument
191 requiredLabel.setVisible(!isReadOnly);
192 this.isReadOnly = isReadOnly;
664 if (!isReadOnly)
898 update(newResult, isReadOnly, treePath);
H A DViewEntryPanel.java128 * @param isReadOnly whether the entry is read-only or not.
131 public abstract void update(CustomSearchResult sr, boolean isReadOnly, argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java158 public void update(CustomSearchResult sr, boolean isReadOnly, TreePath path) argument
174 if (isReadOnly)
H A DLDAPEntryPanel.java289 boolean isReadOnly = isReadOnly(searchResult.getDN());
293 saveChanges.setVisible(!isReadOnly);
309 displayedEntryPanel.update(searchResult, isReadOnly, treePath);
438 boolean isReadOnly = true;
442 isReadOnly = isReadOnly(searchResult.getDN());
447 saveChanges.setVisible(!isReadOnly);
495 public boolean isReadOnly(String sDn) method in class:LDAPEntryPanel
497 boolean isReadOnly
[all...]
H A DTableViewEntryPanel.java83 private boolean isReadOnly; field in class:TableViewEntryPanel
174 public void update(CustomSearchResult sr, boolean isReadOnly, TreePath path) argument
187 requiredLabel.setVisible(!isReadOnly);
188 this.isReadOnly = isReadOnly;
660 if (!isReadOnly)
894 update(newResult, isReadOnly, treePath);
H A DViewEntryPanel.java126 * @param isReadOnly whether the entry is read-only or not.
129 public abstract void update(CustomSearchResult sr, boolean isReadOnly, argument
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java159 public void update(CustomSearchResult sr, boolean isReadOnly, TreePath path) argument
175 if (isReadOnly)
H A DLDAPEntryPanel.java291 boolean isReadOnly = isReadOnly(searchResult.getDN());
295 saveChanges.setVisible(!isReadOnly);
311 displayedEntryPanel.update(searchResult, isReadOnly, treePath);
440 boolean isReadOnly = true;
444 isReadOnly = isReadOnly(searchResult.getDN());
449 saveChanges.setVisible(!isReadOnly);
498 public boolean isReadOnly(String sDn) method in class:LDAPEntryPanel
500 boolean isReadOnly
[all...]
H A DTableViewEntryPanel.java84 private boolean isReadOnly; field in class:TableViewEntryPanel
175 public void update(CustomSearchResult sr, boolean isReadOnly, TreePath path) argument
188 requiredLabel.setVisible(!isReadOnly);
189 this.isReadOnly = isReadOnly;
661 if (!isReadOnly)
895 update(newResult, isReadOnly, treePath);
H A DViewEntryPanel.java127 * @param isReadOnly whether the entry is read-only or not.
130 public abstract void update(CustomSearchResult sr, boolean isReadOnly, argument
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java158 public void update(CustomSearchResult sr, boolean isReadOnly, TreePath path) argument
174 if (isReadOnly)
H A DLDAPEntryPanel.java289 boolean isReadOnly = isReadOnly(searchResult.getDN());
293 saveChanges.setVisible(!isReadOnly);
309 displayedEntryPanel.update(searchResult, isReadOnly, treePath);
438 boolean isReadOnly = true;
442 isReadOnly = isReadOnly(searchResult.getDN());
447 saveChanges.setVisible(!isReadOnly);
495 public boolean isReadOnly(String sDn) method in class:LDAPEntryPanel
497 boolean isReadOnly
[all...]
H A DTableViewEntryPanel.java83 private boolean isReadOnly; field in class:TableViewEntryPanel
174 public void update(CustomSearchResult sr, boolean isReadOnly, TreePath path) argument
187 requiredLabel.setVisible(!isReadOnly);
188 this.isReadOnly = isReadOnly;
660 if (!isReadOnly)
894 update(newResult, isReadOnly, treePath);
H A DViewEntryPanel.java126 * @param isReadOnly whether the entry is read-only or not.
129 public abstract void update(CustomSearchResult sr, boolean isReadOnly, argument
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java159 public void update(CustomSearchResult sr, boolean isReadOnly, TreePath path) argument
179 if (isReadOnly)
H A DLDAPEntryPanel.java291 boolean isReadOnly = isReadOnly(searchResult.getDN());
295 saveChanges.setVisible(!isReadOnly);
311 displayedEntryPanel.update(searchResult, isReadOnly, treePath);
440 boolean isReadOnly = true;
444 isReadOnly = isReadOnly(searchResult.getDN());
449 saveChanges.setVisible(!isReadOnly);
498 public boolean isReadOnly(String sDn) method in class:LDAPEntryPanel
500 boolean isReadOnly
[all...]
H A DTableViewEntryPanel.java83 private boolean isReadOnly; field in class:TableViewEntryPanel
174 public void update(CustomSearchResult sr, boolean isReadOnly, TreePath path) argument
191 requiredLabel.setVisible(!isReadOnly);
192 this.isReadOnly = isReadOnly;
664 if (!isReadOnly)
898 update(newResult, isReadOnly, treePath);
H A DViewEntryPanel.java128 * @param isReadOnly whether the entry is read-only or not.
131 public abstract void update(CustomSearchResult sr, boolean isReadOnly, argument
/forgerock/openidm-v4/openidm-workflow-activiti/src/main/java/org/forgerock/openidm/workflow/activiti/impl/
H A DOpenIDMELResolver.java98 public boolean isReadOnly(ELContext context, Object base, Object property) { method in class:OpenIDMELResolver
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java169 public void update(CustomSearchResult sr, boolean isReadOnly, TreePath path) argument
183 if (isReadOnly)
H A DLDAPEntryPanel.java265 boolean isReadOnly = isReadOnly(searchResult.getDN());
269 saveChanges.setVisible(!isReadOnly);
285 displayedEntryPanel.update(searchResult, isReadOnly, treePath);
398 boolean isReadOnly = true;
402 isReadOnly = isReadOnly(searchResult.getDN());
407 saveChanges.setVisible(!isReadOnly);
452 public boolean isReadOnly(String sDn) method in class:LDAPEntryPanel
454 boolean isReadOnly
[all...]
H A DViewEntryPanel.java122 * @param isReadOnly whether the entry is read-only or not.
125 public abstract void update(CustomSearchResult sr, boolean isReadOnly, argument
H A DTableViewEntryPanel.java81 private boolean isReadOnly; field in class:TableViewEntryPanel
166 public void update(CustomSearchResult sr, boolean isReadOnly, TreePath path) argument
179 requiredLabel.setVisible(!isReadOnly);
180 this.isReadOnly = isReadOnly;
621 && !isReadOnly
840 update(newResult, isReadOnly, treePath);

Completed in 429 milliseconds

123