How do you call a base classes method during override?


trying override method , looking through hierarchy of classes see documentation (see below).

 

/**

     *  event handler called when uicomponent object gets focus.

     *  if override method, make sure call base class version.

     *

     *  @param event event object.

     */

 

so how override , still call base class version of method?  since class 4 levels base class can't use super.overridenmethodname go 1 level hierarchy. example list.overridenmethodname work?  isn't static method not sure work.  can't super.super.super.overridenmethodname. 

 

any suggestions?

i believe can call super.overridenmethodname(). is, if method accessible decendant class super refers

 

t.k.



More discussions in Flex (Read Only)


adobe

Comments

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい