Packageorg.springextensions.actionscript.stage
SVN browsingIObjectSelector.as
FisheyeIObjectSelector.as
Interfacepublic interface IObjectSelector
ImplementorsAbstractStageProcessor, ClassBasedObjectSelector, ComposedObjectSelector, FlexStageDefaultObjectSelector, NameBasedObjectSelector, PropertyValueBasedObjectSelector, StageProcessorRegistration, TypeBasedObjectSelector

Objects implementing this interface are used to approve (or deny) the selection of an object for some action/purpose.

Author: Martino Piccinato
Version: $Revision:$, $Date:$, $Author:$
Since: 0.8

See also

org.springextensions.actionscript.context.support.FlexXMLApplicationContext


Documentation reference: how to determine which stage components are eligeble for configuration


Public Methods
 MethodDefined by
  
approve(object:Object):Boolean
IObjectSelector
Method detail
approve()method
public function approve(object:Object):Boolean

Parameters
object:Object — The object to be approved (or not) for selection.

Returns
Booleantrue if the object is selected, false otherwise.