Object is the base class for Kanzi UI classes that implement association with a Domain. More...
Classes | |
class | Iterator |
Public Member Functions | |
boolean | equals (Object object) |
Domain | getDomain () |
Returns the domain the object belongs to. More... | |
Metaclass | getDynamicMetaclass () |
Returns the metaclass of the dynamic type of the object. More... | |
boolean | isStale () |
Test if the object is stale i.e. More... | |
void | removeLocalValue (PropertyType propertyType) |
Removes the local value associated with the property. More... | |
Static Public Attributes | |
static final Metaclass | metaclass = new AbstractMetaclass("Kanzi.Object") |
The Metaclass for the class. | |
Object is the base class for Kanzi UI classes that implement association with a Domain.
Domain getDomain | ( | ) |
Returns the domain the object belongs to.
Metaclass getDynamicMetaclass | ( | ) |
Returns the metaclass of the dynamic type of the object.
boolean isStale | ( | ) |
Test if the object is stale i.e.
the backing native object has been deleted. Most usage of a stale object will throw a StaleObjectException.
void removeLocalValue | ( | PropertyType | propertyType | ) |
Removes the local value associated with the property.
propertyType | The property type identifying the property to evaluate. |