Uses of Class
com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature.SubDialogController

Packages that use AbstractControllerFeature.SubDialogController
com.sdm.quasar.client.core.dialogbase.features   
 

Uses of AbstractControllerFeature.SubDialogController in com.sdm.quasar.client.core.dialogbase.features
 

Methods in com.sdm.quasar.client.core.dialogbase.features that return AbstractControllerFeature.SubDialogController
protected  AbstractControllerFeature.SubDialogController AbstractControllerFeature.getSubDialogController(java.lang.String localName)
          Returns the AbstractControllerFeature.SubDialogController for the embedded subdialog specified via the given local embedding name.
protected  AbstractControllerFeature.SubDialogController AbstractControllerFeature.getSubDialogController(SubDialogControl subDialogControl)
          Returns the AbstractControllerFeature.SubDialogController for the embedded sub dialog specified via the given SubDialogControl.
protected  AbstractControllerFeature.SubDialogController AbstractControllerFeature.getSubDialogController(DialogInstanceId dialogInstanceId)
          Returns the AbstractControllerFeature.SubDialogController for the embedded sub dialog specified via the given SubDialogControl.
protected  AbstractControllerFeature.SubDialogController AbstractControllerFeature.addSubDialogController(java.lang.String localName, SubDialogControl subDialogControl)
          Adds the given SubDialogControl to this embedding feature using the given local name.