Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 ContentModelEvent
com.endeca.tools.pagebuilder.events Indicates that a change has occured in the Editor API content model.
 ContentModelEventKind
com.endeca.tools.pagebuilder.events Contains constants for each valid value of the kind property of the ContentModelEvent class.
 Editor
com.endeca.tools.pagebuilder.editor A basic, generic implementation of IEditor which uses a Box for layout and implements the required properties of the interface.
 EditorEntry
com.endeca.tools.pagebuilder.editor Used to define a mapping from a name to a factory capable of creating the corresponding IEditor.
 EditorEvent
com.endeca.tools.pagebuilder.events Event class for events involving editors.
 EditorModule
com.endeca.tools.pagebuilder.editor EditorModule is a simple implementation of IEditorModule.
 IBooleanProperty
com.endeca.tools.pagebuilder.model.content A property which may contain a Boolean value.
 IBoundedContentModelList
com.endeca.tools.pagebuilder.model.content.collections An IContentModelList whose length may be limited to some specific maximum capacity.
 IContentItem
com.endeca.tools.pagebuilder.model.content A landing page content item.
 IContentItemList
com.endeca.tools.pagebuilder.model.content A list of IContentItem objects.
 IContentItemListProperty
com.endeca.tools.pagebuilder.model.content A property which may contain a list of content items.
 IContentItemProperty
com.endeca.tools.pagebuilder.model.content A property which may contain a content item.
 IContentModelFactory
com.endeca.tools.pagebuilder.model Provides methods for creating various objects for use in the Editor API content model.
 IContentModelList
com.endeca.tools.pagebuilder.model.content.collections A list which may be used in the Editor API content model.
 IContentModelObject
com.endeca.tools.pagebuilder.model.content Interface that all Editor API content model objects implement.
 IContentTemplateInfo
com.endeca.tools.pagebuilder.model.content Contains information describing a content item template.
 IDimensionValue
com.endeca.tools.pagebuilder.model.content A single dimension value.
 IEditor
com.endeca.tools.pagebuilder.editor Interface for configurable content item editors.
 IEditorModule
com.endeca.tools.pagebuilder.editor Interface for modules which are capable of creating IEditor objects.
 IEnvironmentInfo
com.endeca.tools.pagebuilder.model Provides information regarding the environment in which an editor has been created.
 IEquatable
com.endeca.util The IEquatable interface is implemented by classes which are able to test whether their objects are equal to other objects of the same class.
 INavigationRecords
com.endeca.tools.pagebuilder.model.content Contains information for retrieving records using a navigation query.
 INavigationRecordsProperty
com.endeca.tools.pagebuilder.model.content A property which may contain an INavigationRecords object.
 INavigationRefinements
com.endeca.tools.pagebuilder.model.content A summarized view of a navigation state consisting of a list of dimensions.
 INavigationRefinementsProperty
com.endeca.tools.pagebuilder.model.content A property which may contain an INavigationRefinements object.
 INavQuery
com.endeca.tools.pagebuilder.model.content Information describing a navigation query.
 IProperty
com.endeca.tools.pagebuilder.model.content A property of a content item.
 IQuery
com.endeca.tools.pagebuilder.model.content Marker interface for values of IRecordListProperty.
 IReadOnlyContentModelList
com.endeca.tools.pagebuilder.model.content.collections An IContentModelList which does not support the methods of the IList interface which modify the underlying data.
 IReadOnlyList
com.endeca.collections An IReadOnlyList is a list which does not support the methods of the IList interface which modify the underlying data.
 IRecordListProperty
com.endeca.tools.pagebuilder.model.content A property which may contain an IQuery member, which can either be an INavQuery or an IRecordQuery.
 IRecordQuery
com.endeca.tools.pagebuilder.model.content Information describing a record query.
 IRecordSort
com.endeca.tools.pagebuilder.model.content A sorting strategy for records retrieved using a navigation query.
 IStringProperty
com.endeca.tools.pagebuilder.model.content A property which may contain a string value
 IXMLProperty
com.endeca.tools.pagebuilder.model.content A property which may contain an XML value