- name() - Method in class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
-
Provides the textual name of this form element.
- name() - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomFormElement
-
Get the name of this form element.
- name() - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.lists.GomIndexSource
-
Provides the name of the plug-in containing indexed entries.
- name() - Method in class de.espirit.firstspirit.client.gui.applications.ApplicationType
-
Returns the full qualified name of the application interface.
- nameFor(IDProvider) - Method in enum de.espirit.firstspirit.access.editor.value.BinaryMedium.Type
-
Returns the name for the given element combined with the prefix.
- needsPrivilegedAccessToMediafiles() - Method in interface de.espirit.firstspirit.generate.ContentProcessor
-
If during preview processing a content processor needs to access referenced media files the implementation
must return true
.
- NEVER_RELEASED - Static variable in interface de.espirit.firstspirit.access.store.IDProvider
-
Indicates that this node does not exist in the release store.
- NEW - Variable in class de.espirit.firstspirit.common.FsResource.FsIcon
-
Resource key for a "new" icon.
- NEW_COPY - Variable in class de.espirit.firstspirit.common.FsResource.FsIcon
-
Resource key for a "new from copy" icon.
- NEW_LINE - Static variable in class de.espirit.common.util.CsvReader.CsvToken
-
Token type representing a new line in the CSV file.
- NEW_SECTION - Variable in class de.espirit.firstspirit.common.FsResource.FsIcon
-
Resource key for a "new section" icon.
- newInstance() - Static method in class de.espirit.firstspirit.access.editor.value.TargetReference.TargetReferences
-
Create a new empty TargetReference.
- newInstance(Language) - Static method in class de.espirit.firstspirit.access.editor.value.TargetReference.TargetReferences
-
Create a new empty TargetReference.
- newInstance(Language, String, IDProvider.UidType, String) - Static method in class de.espirit.firstspirit.access.editor.value.TargetReference.TargetReferences
-
Create a new TargetReference.
- newInstance(Language, IDProvider, String) - Static method in class de.espirit.firstspirit.access.editor.value.TargetReference.TargetReferences
-
Create a new TargetReference.
- NewSectionOperation - Interface in de.espirit.firstspirit.webedit.server
-
Operation for creating new sections.
- nextCell() - Method in interface de.espirit.firstspirit.access.editor.value.TableCell
-
Get the next cell (of the current table row) or null
it this cell is the last cell in this row.
- Node - Class in de.espirit.firstspirit.client.access.editor
-
- NODESET_KEY - Static variable in interface de.espirit.firstspirit.service.treedata.editor.TNodesEditorValue
-
Internal attribute key.
- NoSuchComponentException - Exception in de.espirit.firstspirit.module
-
Exception thrown when trying to access a component not being available.
- NoSuchComponentException() - Constructor for exception de.espirit.firstspirit.module.NoSuchComponentException
-
- NoSuchFormFieldException - Exception in de.espirit.firstspirit.forms
-
Exception signaling that a
field name
is not defined.
- NoSuchFormFieldException() - Constructor for exception de.espirit.firstspirit.forms.NoSuchFormFieldException
-
- NoSuchPropertyException() - Constructor for exception de.espirit.firstspirit.ui.gadgets.aspects.PropertyProcessing.NoSuchPropertyException
-
- NoSuchSettingException() - Constructor for exception de.espirit.firstspirit.scheduling.agency.SettingsAgent.NoSuchSettingException
-
- not(Filter<T>) - Static method in class de.espirit.common.util.Filter.Util
-
Factory to create a negation of the given filter.
- notEmpty(String) - Static method in class de.espirit.common.tools.Strings
-
Checks whether or not the specified string is not empty.
- NotEqual - Class in de.espirit.or.query
-
Constraint to compare if belonging attribute is not equal
to a specific value.
- NotEqual(String, Parameter) - Constructor for class de.espirit.or.query.NotEqual
-
Creates a new NotEqual constraint for the attribute specified by given attributeName and parameter.
- NotEqual(String, Object) - Constructor for class de.espirit.or.query.NotEqual
-
Creates a new NotEqual constraint for the attribute specified by given attributeName and with the given value.
- NotificationHost - Interface in de.espirit.firstspirit.ui.gadgets.swing
-
Host definition providing means for notification about various events emitted by a
Gadget
.
- notifyStateChange(GadgetIdentifier) - Method in class de.espirit.firstspirit.ui.gadgets.swing.AbstractValueHoldingSwingGadget
-
Notify about the value state having changed.
- notifyValueChange(GadgetIdentifier) - Method in class de.espirit.firstspirit.ui.gadgets.swing.AbstractValueHoldingSwingGadget
-
Notify about the value having changed.
- notNull(String) - Static method in class de.espirit.common.tools.Strings
-
Returns the specified string, or an empty string if the specified string is null
.
- notNull() - Static method in class de.espirit.common.util.Filter.Util
-
A primitive filter accepting all non-null elements.
- NotNull - Annotation Type in org.jetbrains.annotations
-
- NULL - Static variable in interface de.espirit.firstspirit.json.values.JsonNullValue
-
Static instance representing a "null"-Value.
- Nullable - Annotation Type in org.jetbrains.annotations
-
- NUMBER_KEY - Static variable in interface de.espirit.firstspirit.access.editor.NumberEditorValue
-
Key for storing the number.
- NumberEditorValue - Interface in de.espirit.firstspirit.access.editor
-
Tagging interface for an EditorValue working on
Number
objects.
- nvl(T, D) - Static method in class de.espirit.common.tools.Objects
-
Returns the first parameter if it's not null
, else the second.