Class Mage_Sales_Block_Adminhtml_Recurring_Profile_Edit_Form

Description

Recurring profile editing form

Can work in scope of product edit form

Located in /Sales/Block/Adminhtml/Recurring/Profile/Edit/Form.php (line 31)

Varien_Object
   |
   --Mage_Core_Block_Abstract
      |
      --Mage_Core_Block_Template
         |
         --Mage_Adminhtml_Block_Abstract
            |
            --Mage_Sales_Block_Adminhtml_Recurring_Profile_Edit_Form
Variable Summary
Method Summary
void setParentElement ( $element)
void setProductEntity ( $product)
Varien_Data_Form_Element_Abstract _addField (Varien_Data_Form|Varien_Data_Form_Element_Fieldset $formOrFieldset, string $elementName, [array $options = array()], [string $type = 'text'])
void _construct ()
array _getPeriodUnitOptions ( $emptyLabel)
Varien_Data_Form _prepareForm ()
string _toHtml ()
Variables
Methods
setParentElement (line 65)

Setter for parent element

  • access: public
void setParentElement ( $element)
  • Varien_Data_Form_Element_Abstract $element
setProductEntity (line 76)

Setter for current product

  • access: public
void setProductEntity ( $product)
_addField (line 189)

Add a field to the form or fieldset Form and fieldset have same abstract

  • access: protected
Varien_Data_Form_Element_Abstract _addField (Varien_Data_Form|Varien_Data_Form_Element_Fieldset $formOrFieldset, string $elementName, [array $options = array()], [string $type = 'text'])
  • Varien_Data_Form|Varien_Data_Form_Element_Fieldset $formOrFieldset
  • string $elementName
  • array $options
  • string $type
_construct (line 85)

Instantiate a recurring payment profile to use it as a helper

  • access: protected
void _construct ()

Redefinition of:
Mage_Core_Block_Template::_construct()
Internal constructor, that is called from real constructor
_getPeriodUnitOptions (line 208)

Getter for period unit options with "Please Select" label

  • access: protected
array _getPeriodUnitOptions ( $emptyLabel)
  • $emptyLabel
_prepareForm (line 111)

Instantiate form and fields

  • access: protected
Varien_Data_Form _prepareForm ()
_toHtml (line 96)

Prepare and render the form

  • access: protected
string _toHtml ()

Redefinition of:
Mage_Core_Block_Template::_toHtml()
Render block HTML

Inherited Methods

Inherited From Mage_Adminhtml_Block_Abstract

Mage_Adminhtml_Block_Abstract::_getUrlModelClass()

Inherited From Mage_Core_Block_Template

Mage_Core_Block_Template::assign()
Mage_Core_Block_Template::fetchView()
Mage_Core_Block_Template::getArea()
Mage_Core_Block_Template::getBaseUrl()
Mage_Core_Block_Template::getCacheKeyInfo()
Mage_Core_Block_Template::getDirectOutput()
Mage_Core_Block_Template::getJsUrl()
Mage_Core_Block_Template::getObjectData()
Mage_Core_Block_Template::getShowTemplateHints()
Mage_Core_Block_Template::getTemplate()
Mage_Core_Block_Template::getTemplateFile()
Mage_Core_Block_Template::renderView()
Mage_Core_Block_Template::setScriptPath()
Mage_Core_Block_Template::setTemplate()
Mage_Core_Block_Template::_construct()
Mage_Core_Block_Template::_toHtml()

Inherited From Mage_Core_Block_Abstract

Mage_Core_Block_Abstract::addToChildGroup()
Mage_Core_Block_Abstract::addToParentGroup()
Mage_Core_Block_Abstract::append()
Mage_Core_Block_Abstract::countChildren()
Mage_Core_Block_Abstract::escapeHtml()
Mage_Core_Block_Abstract::escapeUrl()
Mage_Core_Block_Abstract::formatDate()
Mage_Core_Block_Abstract::formatTime()
Mage_Core_Block_Abstract::getAction()
Mage_Core_Block_Abstract::getAnonSuffix()
Mage_Core_Block_Abstract::getBlockAlias()
Mage_Core_Block_Abstract::getBlockHtml()
Mage_Core_Block_Abstract::getCacheKey()
Mage_Core_Block_Abstract::getCacheKeyInfo()
Mage_Core_Block_Abstract::getCacheLifetime()
Mage_Core_Block_Abstract::getCacheTags()
Mage_Core_Block_Abstract::getChild()
Mage_Core_Block_Abstract::getChildChildHtml()
Mage_Core_Block_Abstract::getChildData()
Mage_Core_Block_Abstract::getChildGroup()
Mage_Core_Block_Abstract::getChildHtml()
Mage_Core_Block_Abstract::getHelper()
Mage_Core_Block_Abstract::getIsAnonymous()
Mage_Core_Block_Abstract::getLayout()
Mage_Core_Block_Abstract::getMessagesBlock()
Mage_Core_Block_Abstract::getModuleName()
Mage_Core_Block_Abstract::getNameInLayout()
Mage_Core_Block_Abstract::getParentBlock()
Mage_Core_Block_Abstract::getRequest()
Mage_Core_Block_Abstract::getSkinUrl()
Mage_Core_Block_Abstract::getSortedChildBlocks()
Mage_Core_Block_Abstract::getSortedChildren()
Mage_Core_Block_Abstract::getUrl()
Mage_Core_Block_Abstract::getUrlBase64()
Mage_Core_Block_Abstract::getUrlEncoded()
Mage_Core_Block_Abstract::helper()
Mage_Core_Block_Abstract::htmlEscape()
Mage_Core_Block_Abstract::insert()
Mage_Core_Block_Abstract::jsQuoteEscape()
Mage_Core_Block_Abstract::setAnonSuffix()
Mage_Core_Block_Abstract::setAttribute()
Mage_Core_Block_Abstract::setBlockAlias()
Mage_Core_Block_Abstract::setChild()
Mage_Core_Block_Abstract::setFrameTags()
Mage_Core_Block_Abstract::setIsAnonymous()
Mage_Core_Block_Abstract::setLayout()
Mage_Core_Block_Abstract::setMessagesBlock()
Mage_Core_Block_Abstract::setNameInLayout()
Mage_Core_Block_Abstract::setParentBlock()
Mage_Core_Block_Abstract::stripTags()
Mage_Core_Block_Abstract::toHtml()
Mage_Core_Block_Abstract::unsetCallChild()
Mage_Core_Block_Abstract::unsetChild()
Mage_Core_Block_Abstract::unsetChildren()
Mage_Core_Block_Abstract::urlEscape()
Mage_Core_Block_Abstract::_afterCacheUrl()
Mage_Core_Block_Abstract::_afterToHtml()
Mage_Core_Block_Abstract::_beforeCacheUrl()
Mage_Core_Block_Abstract::_beforeChildToHtml()
Mage_Core_Block_Abstract::_beforeToHtml()
Mage_Core_Block_Abstract::_construct()
Mage_Core_Block_Abstract::_getChildHtml()
Mage_Core_Block_Abstract::_getUrlModel()
Mage_Core_Block_Abstract::_getUrlModelClass()
Mage_Core_Block_Abstract::_loadCache()
Mage_Core_Block_Abstract::_prepareLayout()
Mage_Core_Block_Abstract::_saveCache()
Mage_Core_Block_Abstract::_toHtml()
Mage_Core_Block_Abstract::__()
Class Constants

Documentation generated on Fri, 11 Feb 2011 17:03:25 +0200 by phpDocumentor 1.4.3