Legato.Beans.Field

Summary
Legato.Beans.Field
Properties
targetTarget bean.
nameName of the field of the target bean.
Functions
initialize
getInstanceValue of the field of the target bean.

Properties

target

Target bean.

name

Name of the field of the target bean.

Functions

initialize

initialize : function(target,
name)

Parameters

targettarget bean.
field{String} name of the field.

getInstance

getInstance : function(beanFactory)

Returns

Value of the field of the target bean.

Parameters

beanFactory{Legato.Beans.BeanFactory} bean factory.
initialize : function(target,
name)
getInstance : function(beanFactory)
Value of the field of the target bean.