| | |
| | | */ |
| | | protected static boolean displayOnlyWithAttrs = true; |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | public void okClicked() |
| | | { |
| | | // No ok button |
| | |
| | | listeners.remove(listener); |
| | | } |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | public boolean requiresBorder() |
| | | { |
| | | return true; |
| | |
| | | */ |
| | | protected abstract String getDisplayedDN(); |
| | | |
| | | /** |
| | | * Notifies the entry changed listeners that the entry changed. |
| | | * |
| | | */ |
| | | /** Notifies the entry changed listeners that the entry changed. */ |
| | | protected void notifyListeners() |
| | | { |
| | | if (ignoreEntryChangeEvents) |
| | |
| | | } |
| | | } |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | public LocalizableMessage getTitle() |
| | | { |
| | | return INFO_CTRL_PANEL_EDIT_LDAP_ENTRY_TITLE.get(); |
| | | } |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | public void configurationChanged(ConfigurationChangeEvent ev) |
| | | { |
| | | Schema schema = ev.getNewDescriptor().getSchema(); |