feel free to file an rfe. -igor
On Mon, Dec 13, 2010 at 8:28 PM, Vitaly Tsaplin <[email protected]> wrote: > Hi Igor, > > It seams to be checking the flag.. > > if (!getFlag(FLAG_INITIALIZED)) > { > setFlag(FLAG_INITIALIZED, true); > setFlag(FLAG_INITIALIZE_SUPER_CALL_VERIFIED, false); > onInitialize(); > .... > > My code adds and removes components via ajax dynamically. > So it wouldn't be reasonably safe technique if the component gets > re-attached twice within a single request. > > Vitaly > > 2010/12/13 Igor Vaynberg <[email protected]>: >> oninitialize() >> >> -igor >> >> On Mon, Dec 13, 2010 at 8:08 PM, Vitaly Tsaplin >> <[email protected]> wrote: >>> Hi everyone, >>> >>> I far as I could find out there is onRemove method which gets >>> called once a component has been removed from its parent. But how >>> about the opposite? How to get notified when a component is added to a >>> hierarchy? (setParent is final) >>> >>> Best regards, >>> Vitaly >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
