Uiinfrastructure API Docs  
 

EditorView Members

EditorView overview

Public Static Fields

iconiconSPACE 

Public Static Methods

iconiconGetShortSpacerTable Returns a short empty table. This is the one you should use in your View, just below the View header (the one returned by GetHeaderView).
iconiconGetSpacerTable Returns an empty table. This is the one used to separate each section in any Editor page. Note that this is a static method so you can also call it from any DP.

Public Instance Methods

iconAddEmptyCellToRowOverloaded. Adds an empty Cell to the Row passed in argument.
iconAddEmptyRowToTableOverloaded. Adds an empty Row to the Table passed in argument.
iconCreate This method is used by the ASManager to return new instances of managed objects.
iconDisplay This method returns the HTMLElement that encompasses the output of the View.
iconDisplayJavascript This method returns the HTMLScript that encompasses the Javascript on the page.
iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
iconGetHeaderView Returns the header for the view. In the case that your Activity Space is not extended from EditorAS, but your view is, you will need to overwrite GetHeaderView with this same code, with the exception that you will be passing your m_asOwner. In here, the m_asOwner is expected to be of type EditorAS.
iconGetName Returns the Class name.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconInit Inits the View with the read-only Model and the Activity Space.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Constructors

icon EditorView Constructor Initializes a new instance of the EditorView class.

Protected Instance Fields

iconm_asOwner JF- Associated Activity Space
iconm_model JF- Associated read-only Model

Protected Instance Methods

iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconGetHeaderViewHelper Returns the header for the View.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

EditorView Class | com.plumtree.uiinfrastructure.editor Namespace