A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
IConfigDelegate — Interface in package org.puremvc.as3.multicore.utilities.flex.config.interfaces
Configuration Delegate Interface.
IConfigProxy — Interface in package org.puremvc.as3.multicore.utilities.flex.config.interfaces
Configuration Proxy Interface.
IConfigVO — Interface in package org.puremvc.as3.multicore.utilities.flex.config.interfaces
Configuration Value Object Interface.
isValid() — Method in interface org.puremvc.as3.multicore.utilities.flex.config.interfaces.IConfigVO
Is the Configuration VO valid?
isValid() — Method in class org.puremvc.as3.multicore.utilities.flex.config.model.ConfigVO
Is the configuration valid?

Checks to see that the deployment namespace has been successfully extracted from the configuration.

To do customized validation, override isValidin your subclass, and if (super.isValid() == true), then conduct your own validation and return an appropriate value.

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z