Packagecom.endeca.tools.pagebuilder.editor
Classpublic class Editor
InheritanceEditor Inheritance mx.containers.Box
ImplementsIEditor

A basic, generic implementation of IEditor which uses a Box for layout and implements the required properties of the interface. This class may be extended to easily create editors.



Public Properties
 PropertyDefined by
  contentItem : IContentItem
The content item for this editor to use.
Editor
  factory : IContentModelFactory
A factory which can be used to create objects for the content model.
Editor
  info : IEnvironmentInfo
Environmental and configuration information.
Editor
Events
 EventSummaryDefined by
   Dispatched after each of the properties of the IEditor interface has been set on this editor.Editor
Property detail
contentItemproperty
contentItem:IContentItem  [read-write]

The content item for this editor to use.

This property can be used as the source for data binding.

Implementation
    public function get contentItem():IContentItem
    public function set contentItem(value:IContentItem):void
factoryproperty 
factory:IContentModelFactory  [read-write]

A factory which can be used to create objects for the content model.

This property can be used as the source for data binding.

Implementation
    public function get factory():IContentModelFactory
    public function set factory(value:IContentModelFactory):void
infoproperty 
info:IEnvironmentInfo  [read-write]

Environmental and configuration information.

This property can be used as the source for data binding.

Implementation
    public function get info():IEnvironmentInfo
    public function set info(value:IEnvironmentInfo):void
Event detail
editorReadyevent 
Event object type: com.endeca.tools.pagebuilder.events.EditorEvent

Dispatched after each of the properties of the IEditor interface has been set on this editor.

See also