Uiinfrastructure API Docs  
 

EditorHeaderView Members

EditorHeaderView overview

Public Static Fields

HTMLBUTTON_EDITOR_APPLY Apply button input name
HTMLBUTTON_EDITOR_CANCEL Cancel button input name
HTMLBUTTON_EDITOR_FINISH Finish button input name
STR_MVC_CLASS_NAME Object Name for AS

Public Instance Constructors

EditorHeaderView Constructor Initializes a new instance of the EditorHeaderView class.

Public Instance Methods

AddEmptyCellToRow (inherited from EditorView)Overloaded. Adds an empty Cell to the Row passed in argument.
AddEmptyRowToTable (inherited from EditorView)Overloaded. Adds an empty Row to the Table passed in argument.
Create 
Display Returns HTML for the Editor banner. Also displays the Editor title returned by GetEditorTitle in the associated AS class.
DisplayJavascript (inherited from EditorView) This method returns the HTMLScript that encompasses the Javascript on the page.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (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.
GetHeaderView (inherited from EditorView) 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.
GetName Returns the Class name.
GetType (inherited from Object)Gets the Type of the current instance.
Init (inherited from EditorView) Inits the View with the read-only Model and the Activity Space.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

m_asOwner (inherited from EditorView) JF- Associated Activity Space
m_model (inherited from EditorView) JF- Associated read-only Model

Protected Instance Methods

AddHeaderButtons Helper method to display the header buttons.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetHeaderViewHelper (inherited from EditorView) Returns the header for the View.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

EditorHeaderView Class | com.plumtree.uiinfrastructure.editor Namespace