Field Summary |
public
| schema: Object |
| a schema for this object*
|
|
public
| so: SharedObject |
| Reference to the LSO that his instance wraps.*
|
|
Constructor |
public
| LocalSharedObject (
name: String, path: String, schema: Object)
|
| Construct a new instanceof a LocalShared Object*
|
|
Method Summary |
public
| addSchemaItem (
name: String, persistant: Boolean, defaultValue: Object
) |
| Add an item to the schema*
|
|
public
| clear (
): Void |
|
|
|
public
| flush (
): Void |
|
|
|
public
| getValue (
name: String, defaultValue: Object
): Object |
| Helper function to protect retrieved values
|
|
public
| setValue (
name: String, value: Object, persistant: Boolean
): Void |
| Helper function to set values
|
|
|