A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
canCreateEditor(name) — Method in class com.endeca.tools.pagebuilder.editor.EditorModule
Indicates whether this module is capable of instantiating an editor with the given name.
canCreateEditor(name) — Method in interface com.endeca.tools.pagebuilder.editor.IEditorModule
Indicates whether this module is capable of instantiating an editor with the given name.
capacity — Property in interface com.endeca.tools.pagebuilder.model.content.collections.IBoundedContentModelList
The maximum capacity of this list.
CHANGE — Constant static property in class com.endeca.tools.pagebuilder.events.ContentModelEvent
The ContentModelEvent.CHANGE constant defines the value of the type property of the event object for an event that is dispatched when the content model has changed.
clone() — Method in class com.endeca.tools.pagebuilder.events.ContentModelEvent
Creates and returns a copy of this event.
com.endeca.collections — Package
General purpose collections.
com.endeca.tools.pagebuilder.editor — Package
Provides classes and interfaces for creating editors.
com.endeca.tools.pagebuilder.events — Package
Events for editors and the content model.
com.endeca.tools.pagebuilder.model — Package
Provides interfaces for working with the content model.
com.endeca.tools.pagebuilder.model.content — Package
Interfaces which comprise the content model.
com.endeca.tools.pagebuilder.model.content.collections — Package
Collections used in the content model.
com.endeca.util — Package
Utility classes and interfaces.
contentItem — Property in class com.endeca.tools.pagebuilder.editor.Editor
The content item for this editor to use.
contentItem — Property in interface com.endeca.tools.pagebuilder.editor.IEditor
The content item for this editor to use.
contentItem — Property in interface com.endeca.tools.pagebuilder.model.content.IContentItemProperty
The value of this property.
contentItemList — Property in interface com.endeca.tools.pagebuilder.model.content.IContentItemListProperty
The value of this property
contentModelChange — Event in interface com.endeca.tools.pagebuilder.model.content.IContentModelObject
Dispatched when the content model has been updated in some way.
ContentModelEvent — Class in package com.endeca.tools.pagebuilder.events
Indicates that a change has occured in the Editor API content model.
ContentModelEvent(type, kind, collectionEvent, property, oldValue, newValue, source) — Constructor in class com.endeca.tools.pagebuilder.events.ContentModelEvent
Constructor.
ContentModelEventKind — Final class in package com.endeca.tools.pagebuilder.events
Contains constants for each valid value of the kind property of the ContentModelEvent class.
createContentItem(templateId, resultHandler, errorHandler) — Method in interface com.endeca.tools.pagebuilder.model.IContentModelFactory
Creates a content item using the template corresponding to the given template ID and then calls the specified result handler function, passing in the newly created content item.
createContentItemList(templateType, capacity) — Method in interface com.endeca.tools.pagebuilder.model.IContentModelFactory
Creates an empty IContentItemList of the given type and capacity.
createContentModelList(list) — Method in interface com.endeca.tools.pagebuilder.model.IContentModelFactory
Creates an IContentModelList object.
createContentModelUpgradeEvent(source) — Static method in class com.endeca.tools.pagebuilder.events.ContentModelEvent
Returns a ContentModelEvent of type ContentModelEvent.UPGRADE.
createDimensionValue(id, dimensionId) — Method in interface com.endeca.tools.pagebuilder.model.IContentModelFactory
Creates an IDimensionValue object.
createEditor(name) — Method in class com.endeca.tools.pagebuilder.editor.EditorModule
Attempts to create an editor with the given name.
createEditor(name) — Method in interface com.endeca.tools.pagebuilder.editor.IEditorModule
Attempts to create an editor with the given name.
createErrorEvent(message) — Static method in class com.endeca.tools.pagebuilder.events.EditorEvent
Creates a new event with type EditorEvent.ERROR and the given message.
createNavigationRecords() — Method in interface com.endeca.tools.pagebuilder.model.IContentModelFactory
Creates an INavigationRecords object.
createNavigationRefinements() — Method in interface com.endeca.tools.pagebuilder.model.IContentModelFactory
Creates an INavigationRefinements object.
createNavQuery() — Method in interface com.endeca.tools.pagebuilder.model.IContentModelFactory
Creates an INavQuery object.
createRecordQuery() — Method in interface com.endeca.tools.pagebuilder.model.IContentModelFactory
Creates an IRecordQuery object.
createRecordSort(key, ascending) — Method in interface com.endeca.tools.pagebuilder.model.IContentModelFactory
Creates an IRecordSort object.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z