Static Public Member Functions | |
static ObjectRef< T > | create (Domain domain, String name) |
Constructs a new DataSourceListItemGenerator3D. More... | |
Static Public Attributes | |
static final Metaclass | metaclass |
The Metaclass for the class. More... | |
Static Public Attributes inherited from ListBoxItemGenerator3D | |
static final Metaclass | metaclass |
The Metaclass for the class. More... | |
Static Public Attributes inherited from KanziObject | |
static final Metaclass | metaclass = new AbstractMetaclass("Kanzi.Object") |
The Metaclass for the class. | |
Additional Inherited Members | |
Public Member Functions inherited from ListBoxItemGenerator3D | |
Node3D | acquireItem (int index) |
Gets the object to display at the given index. More... | |
void | attach (Node3D node) |
Attaches the object generator. More... | |
void | close () |
Closes the object, and release the native resources. | |
void | detach (Node3D node) |
Detaches the object generator. More... | |
int | getCount () |
Gets the number of objects known to the object generator. More... | |
int | getItemIndex (Node3D object) |
Gets the index of the object returned by getObject. More... | |
Vector3 | getItemSize (int index) |
Gets the size of the object to display at the given index. More... | |
void | releaseItem (Node3D object) |
Frees the object returned by getObject. More... | |
Public Member Functions inherited from KanziObject | |
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... | |
long | getNative () |
Gets a pointer to the backing C++ instance. More... | |
TDataType | getOptionalProperty (PropertyType< TDataType > propertyType) |
Returns the current value of a property type, but does not use the default value if there are no inputs to the property value. More... | |
TDataType | getProperty (PropertyType< TDataType > propertyType) |
Returns the current value of a property type. More... | |
EnumType | getProperty (PropertyType< Integer > propertyType, Class< EnumType > enumClass) |
Returns the current value of an integer property type converted to a matching constant from specified enumeration. More... | |
int | hashCode () |
boolean | hasValue (PropertyType< TDataType > propertyType) |
Evaluates whether there are any inputs into the property value. More... | |
boolean | isStale () |
Test if the object is stale i.e. More... | |
void | removeLocalValue (PropertyType< TDataType > propertyType) |
Removes the local value associated with the property. More... | |
void | setProperty (PropertyType< TDataType > propertyType, TDataType value) |
Sets the local value of a property type. More... | |
void | setProperty (PropertyType< Integer > propertyType, EnumType value) |
Sets the local value of an integer property type using a constant from an enumeration. More... | |
Public Attributes inherited from ListBoxItemGenerator3DMetadata | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.ListBoxItemGenerator3D") |
Metaclass for ListBoxItemGenerator3D. | |
Public Attributes inherited from DataSourceListItemGenerator3DMetadata | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.DataSourceListItemGenerator3D") |
Metaclass for DataSourceListItemGenerator3D. | |
Protected Member Functions inherited from ListBoxItemGenerator3D | |
ListBoxItemGenerator3D (Domain domain, long handle, Metaclass metaclass) | |
Wraps a given native ListBoxItemGenerator3D. More... | |
void | initialize () |
Initializes the ListBoxItemGenerator3D. | |
Static Protected Member Functions inherited from ListBoxItemGenerator3D | |
static< Derived extends ListBoxItemGenerator3D > ObjectRef< Derived > | createDerived (Domain domain, Metaclass metaclass) |
Creates a derived class instance. More... | |
Constructs a new DataSourceListItemGenerator3D.
domain | UI Domain where this object belongs. |
name | Name of the object. |