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  
validate() — method, class org.spicefactory.lib.xml.mapper.ChoiceRegistry
Validates all registered choices and throws an error if any one of them does not contain any mappings.
validate() — method, class org.spicefactory.parsley.inject.tag.PropertyTag
Validates the properties of this tag instance.
validateValueCount(count:int) — method, class org.spicefactory.lib.xml.mapper.handler.AbstractPropertyHandler
Validates the specified number of mapped XML elements, attributes or text nodes.
ValidationError — class, package org.spicefactory.lib.reflect.mapping
Error thrown when a metadata tag or XML tag that has been mapped to a custom class contains invalid arguments.
ValidationError(message:String, cause:Error, id:int) — Constructor, class org.spicefactory.lib.reflect.mapping.ValidationError
Create a new instance.
value — Property, interface org.spicefactory.lib.command.CommandResult
The actual result value.
value — Property, class org.spicefactory.lib.command.base.DefaultCommandResult
The actual result value.
value — Property, class org.spicefactory.lib.command.events.CommandResultEvent
The actual result value.
value — Property, interface org.spicefactory.lib.expr.Expression
The fully resolved value of this expression.
value — Property, class org.spicefactory.lib.expr.impl.CompositeExpression
The fully resolved value of this expression.
value — Property, class org.spicefactory.lib.expr.impl.LiteralExpression
The fully resolved value of this expression.
value — Property, class org.spicefactory.lib.expr.impl.ValueExpression
The fully resolved value of this expression.
value — Property, class org.spicefactory.lib.util.Flag
The value of this flag.
value — Property, class org.spicefactory.lib.util.WeakReference
The wrapped instance.
value — Property, class org.spicefactory.parsley.command.tag.link.LinkResultPropertyTag
The value of the property.
value — Property, class org.spicefactory.parsley.command.tag.link.LinkResultValueTag
The expected result value.
value(value:any) — method, interface org.spicefactory.parsley.core.builder.PropertyBuilder
Sets the value of this property.
value(value:any) — method, class org.spicefactory.parsley.core.builder.impl.DefaultPropertyBuilder
Sets the value of this property.
value — Property, class org.spicefactory.parsley.core.view.metadata.Autoremove
Indicates whether the component should be removed from the Context when it is removed from stage.
value — Property, class org.spicefactory.parsley.inject.tag.PropertyTag
The value of the property mapped as an attribute.
value — Property, class org.spicefactory.parsley.xml.tag.Variable
The value of the variable.
ValueExpression — class, package org.spicefactory.lib.expr.impl
Represents a value expression without literal parts.
ValueExpression(expressionString:String, variableResolver:org.spicefactory.lib.expr:VariableResolver, propertyResolver:org.spicefactory.lib.expr:PropertyResolver) — Constructor, class org.spicefactory.lib.expr.impl.ValueExpression
Creates a new expression instance.
valueResolver — Constant Static Property, class org.spicefactory.parsley.inject.tag.PropertyTag
The resolver for value declarations.
values — Property, class org.spicefactory.lib.collection.Map
All values of this map in no particular order.
values — Property, class org.spicefactory.parsley.object.ArrayTag
The elements of the Array.
Variable — class, package org.spicefactory.parsley.xml.tag
Represents the variable XML tag, defining a single variable value.
VariableResolver — Interface, package org.spicefactory.lib.expr
A VariableResolver is responsible for resolving the first (or sole) part of a value expression.
view — Property, interface org.spicefactory.parsley.core.view.ViewConfiguration
The view that demarcates the lifecycle of the target instance.
view — Property, class org.spicefactory.parsley.core.view.impl.DefaultViewConfiguration
The view that demarcates the lifecycle of the target instance.
view(view:flash.display:DisplayObject) — Static Method , class org.spicefactory.parsley.view.Configure
The view that demarcates the lifecycle of the target instance to be configured.
view(view:flash.display:DisplayObject) — Static Method , class org.spicefactory.parsley.view.FastInject
The view that demarcates the lifecycle of the target instance to inject into.
view(view:flash.display:DisplayObject) — Static Method , class org.spicefactory.parsley.view.FirstChildContext
The view to use for waiting for the first child Context in the hierarchy below.
view(view:flash.display:DisplayObject) — Static Method , class org.spicefactory.parsley.view.ParentContext
The view to use for looking up the nearest Context in the hierarchy above.
ViewAutowireFilter — Interface, package org.spicefactory.parsley.core.view
Filter that can be used to select views that should be wired to the Context.
ViewAutowireMode — class, package org.spicefactory.parsley.core.view
Enumeration for the selection mode of autowired views.
ViewConfiguration — Interface, package org.spicefactory.parsley.core.view
Represents the configuration for a single target in a view to get processed by the nearest Context in the view hierarchy above.
ViewConfigurationEvent — class, package org.spicefactory.parsley.core.events
Event that fires when one or more view components wish to get processed by the nearest Context.
ViewConfigurationEvent(type:String, configurations:Array, callback:Function) — Constructor, class org.spicefactory.parsley.core.events.ViewConfigurationEvent
Creates a new event instance.
ViewConfigurationHandler — class, package org.spicefactory.parsley.core.view.handler
ViewRootHandler implementation that deals with bubbling events from components that explicitly signal that they wish to get wired to the Context or that are getting autowired.
ViewDefinitionLookup — class, package org.spicefactory.parsley.core.view.util
Utility for fetching matching ObjectDefinitions from the Context for a particular target instance.
ViewLifecycle — Interface, package org.spicefactory.parsley.core.view
Represents an object that controls the lifecycle of one particular view instance.
ViewLifecycleEvent — class, package org.spicefactory.parsley.core.events
Event that fires to demarcate the lifecycle of a managed view.
ViewLifecycleEvent(type:String, configuration:org.spicefactory.parsley.core.view:ViewConfiguration) — Constructor, class org.spicefactory.parsley.core.events.ViewLifecycleEvent
Creates a new event instance.
ViewLifecycleTag — class, package org.spicefactory.parsley.flex.tag.builder
MXML tag for declaring a custom view lifecycle to be used by the corresponding Context for all matching view types.
viewManager() — method, class org.spicefactory.parsley.context.ServiceRegistryBuilder
Returns the builder for specifying the implementation or decorators for the service that manages all aspects of view wiring.
viewManager — Property, interface org.spicefactory.parsley.core.bootstrap.BootstrapInfo
The service that manages all aspects of view wiring.
viewManager — Property, interface org.spicefactory.parsley.core.bootstrap.ServiceRegistry
The configuration for the service that manages all aspects of view wiring.
viewManager — Property, class org.spicefactory.parsley.core.bootstrap.impl.DefaultBootstrapInfo
The service that manages all aspects of view wiring.
viewManager — Property, class org.spicefactory.parsley.core.bootstrap.impl.DefaultServiceRegistry
The configuration for the service that manages all aspects of view wiring.
viewManager — Property, interface org.spicefactory.parsley.core.context.Context
The view manager used to dynamically wire view instances to this Context.
viewManager — Property, class org.spicefactory.parsley.core.context.impl.DefaultContext
The view manager used to dynamically wire view instances to this Context.
ViewManager — Interface, package org.spicefactory.parsley.core.view
A ViewManager is responsible for dynamically wiring views to a Context and other view related tasks.
viewParent — Property, class org.spicefactory.parsley.core.events.ContextConfigurationEvent
The parent Context found in the view hierarchy.
viewProcessor() — method, class org.spicefactory.parsley.context.ViewSettingsBuilder
The view processor service registration for these settings.
viewProcessor — Property, interface org.spicefactory.parsley.core.view.ViewSettings
The view processor service registration for these settings.
viewProcessor — Property, class org.spicefactory.parsley.core.view.impl.DefaultViewSettings
The view processor service registration for these settings.
ViewProcessor — Interface, package org.spicefactory.parsley.core.view
Responsible for processing a single view instance.
ViewProcessorTag — class, package org.spicefactory.parsley.flex.tag.builder
MXML tag for declaring a custom view processor to be used by the corresponding Context and all its children unless overwritten.
viewRoot(viewRoot:flash.display:DisplayObject) — method, class org.spicefactory.parsley.context.ContextBuilderSetup
Sets the view root the target Context should use to listen for bubbling events from components below that wish to get wired to the Context.
viewRoot — Property, interface org.spicefactory.parsley.core.bootstrap.BootstrapConfig
The initial view root to be used for view wiring.
viewRoot — Property, interface org.spicefactory.parsley.core.bootstrap.BootstrapInfo
viewRoot — Property, class org.spicefactory.parsley.core.bootstrap.impl.DefaultBootstrapConfig
The initial view root to be used for view wiring.
viewRoot — Property, class org.spicefactory.parsley.core.bootstrap.impl.DefaultBootstrapInfo
viewRoot — Property, class org.spicefactory.parsley.flex.tag.builder.ContextBuilderTag
The initial view root for dynamically wiring view objects.
viewRootHandler — Property, class org.spicefactory.parsley.flex.tag.builder.ViewSettingsTag
The type of a view root handler to add to this Context.
ViewRootHandler — Interface, package org.spicefactory.parsley.core.view
A ViewRootHandler is responsible for dealing with one particular aspect of a ViewManager.
viewSettings() — method, class org.spicefactory.parsley.context.ContextBuilderSetup
Allows to specify settings for view wiring.
viewSettings — Property, interface org.spicefactory.parsley.core.bootstrap.BootstrapConfig
The settings for the ViewManager of the new Context.
viewSettings — Property, interface org.spicefactory.parsley.core.bootstrap.BootstrapInfo
viewSettings — Property, class org.spicefactory.parsley.core.bootstrap.impl.DefaultBootstrapConfig
The settings for the ViewManager of the new Context.
viewSettings — Property, class org.spicefactory.parsley.core.bootstrap.impl.DefaultBootstrapInfo
ViewSettings — Interface, package org.spicefactory.parsley.core.view
Factory responsible for creating ViewManager instances.
ViewSettingsBuilder — class, package org.spicefactory.parsley.context
Builder for settings related to view wiring.
ViewSettingsTag — class, package org.spicefactory.parsley.flex.tag.builder
MXML tag for providing the settings to apply for dynamic view wiring.
ViewTag — class, package org.spicefactory.parsley.object
Represents the root view tag for an object definition in MXML or XML configuration.
viewType — Property, class org.spicefactory.parsley.flex.tag.builder.ViewLifecycleTag
The type for which this lifecycle should be applied.
Void — class, package org.spicefactory.lib.reflect.types
Represents the void return type.
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