Classes
WrappedValue
WrappedValue
Helper class that is used to fire property change even when real object is the same.
By default property change will not be fired for a same object.
By wrapping object into a WrappedValue instance
`same object restriction`
will be passed.Summary
Constructors
constructor
new WrappedValue(wrapped: any): WrappedValue
Properties
wrapped
Property which holds the real value.
Methods
unwrap
Static
Gets the real value of previously wrappedValue.
Returns any
wrap
Static
Returns an instance of WrappedValue. The actual instance is get from a WrappedValues pool.
Returns any
- Previous
- WrapLayout
- Next
- XmlParser