de.espirit.firstspirit.service.treedata.editor
Interface TNodesEditorValue

All Superinterfaces:
EditorValue<TNodes>

public interface TNodesEditorValue
extends EditorValue<TNodes>

This interface defines access to CMS_INPUT_TREESELECT data.

Since:
4.0.63

Field Summary
static String NODESET_KEY
          Internal attribute key.
 
Fields inherited from interface de.espirit.firstspirit.access.editor.EditorValue
COPY_PRESET, DEFAULT, DELETE, FALLBACK_LANGUAGE, LANG_KEY, SOLE_LANGUAGE, UNSUPPORTED
 
Method Summary
 int getMaxEntries()
          Returns the maximum number of selectable entries (which is defined in GOM form).
 TNode getNode(String id)
          Returns the node with the given id or null.
 TNodeProvider getProvider()
          Returns internal node provider.
 Object getProviderRequest()
          Returns provider request object, necessary to perform provider calls.
 TNode getRoot()
          Root node.
 
Methods inherited from interface de.espirit.firstspirit.access.editor.EditorValue
addEditorValueListener, assimilate, beSet, clear, clear, findReferences, get, getContentType, getDataValue, getEditorLanguages, getForm, getGuiClassName, getGuiXml, getMatches, getReferences, getSearchableString, getTagName, getValue, getValue, getValueType, init, initialize, isDefault, isEmpty, isLanguageDependant, isLanguageDependent, isSet, isSet, isValid, removeEditorValueListener, set, setTagName, setValue, setValue, setValueNode, toXml, toXml, validate
 

Field Detail

NODESET_KEY

static final String NODESET_KEY
Internal attribute key.

Since:
4.0.63
See Also:
Constant Field Values
Method Detail

getNode

@Nullable
TNode getNode(String id)
Returns the node with the given id or null.

Returns:
the appropriate node or null if it couldn't be found.
Since:
4.0.63

getRoot

@NotNull
TNode getRoot()
Root node.

Returns:
Root node.
Since:
4.0.63

getProvider

TNodeProvider getProvider()
Returns internal node provider.

Returns:
internal node provider.
Since:
4.0.63

getProviderRequest

Object getProviderRequest()
Returns provider request object, necessary to perform provider calls.

Returns:
provider request object.
Since:
4.0.63

getMaxEntries

int getMaxEntries()
Returns the maximum number of selectable entries (which is defined in GOM form).

Returns:
maximum number of selectable entries.
Since:
4.0.63


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480