Uses of Interface
com.sdm.quasar.client.core.dialog.lifecycle.LifeCycle

Packages that use LifeCycle
com.sdm.quasar.client.core.dialog.impl   
com.sdm.quasar.client.core.dialog.lifecycle   
 

Uses of LifeCycle in com.sdm.quasar.client.core.dialog.impl
 

Methods in com.sdm.quasar.client.core.dialog.impl with parameters of type LifeCycle
 void DefaultDialogInstance.attachToLifeCycle(LifeCycle lifeCycle)
           
 void DefaultDialogInstance.detachFromLifeCycle(LifeCycle lifeCycle)
           
 void DefaultDialogControl.attachToLifeCycle(LifeCycle lifeCycle)
           
 void DefaultDialogControl.detachFromLifeCycle(LifeCycle lifeCycle)
           
 

Uses of LifeCycle in com.sdm.quasar.client.core.dialog.lifecycle
 

Methods in com.sdm.quasar.client.core.dialog.lifecycle with parameters of type LifeCycle
 void LifeCycleControl.attachToLifeCycle(LifeCycle lifeCycle)
          Attaches a component that is interested in the life cycle of this dialog to the notification chain.
 void LifeCycleControl.detachFromLifeCycle(LifeCycle lifeCycle)
          Detaches a component from the life cycle notification.