Class ecm.widget.admin._AdminTabBase

Provides a tab content view for an administration object.
Defined in: <ecm\widget\admin\_AdminTabBase.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
 
To be overwritten to initialize this widget.
 
Perform the close operation.
 
Perform the save operation.
 
onSaveWithCallback(closingAfterSave, callback)
Perform the save operation.
 
To be overwritten to perform whatever is necessary to update the tab when it is selected.
 
setIconClass(iconClass)
 
setTitle(title)

Constructor Detail

ecm.widget.admin._AdminTabBase()

Method Detail

getTitle()


initialize()

To be overwritten to initialize this widget.

onClose()

Perform the close operation.

onSave()

Perform the save operation.

onSaveWithCallback(closingAfterSave, callback)

Perform the save operation.
Parameters:
closingAfterSave
callback

onSelect()

To be overwritten to perform whatever is necessary to update the tab when it is selected.

setIconClass(iconClass)

Parameters:
iconClass

setTitle(title)

Parameters:
title