Static Public Member Functions | |
| static ObjectRef< DataSourceListItemGenerator3D > | create (Domain domain, String name) |
Static Public Attributes | |
| static final Metaclass | metaclass |
| The Metaclass for the class. | |
Static Public Attributes inherited from ListBoxItemGenerator3D | |
| static final Metaclass | metaclass |
| The Metaclass for the class. | |
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. | |
| void | attach (Node3D node) |
| Attaches the object generator. | |
| void | close () |
| Closes the object, and release the native resources. | |
| void | detach (Node3D node) |
| Detaches the object generator. | |
| int | getCount () |
| Gets the number of objects known to the object generator. | |
| int | getItemIndex (Node3D object) |
| Gets the index of the object returned by getObject. | |
| Vector3 | getItemSize (int index) |
| Gets the size of the object to display at the given index. | |
| void | releaseItem (Node3D object) |
| Frees the object returned by getObject. | |
Public Member Functions inherited from KanziObject | |
| boolean | equals (Object object) |
| Domain | getDomain () |
| Returns the domain the object belongs to. | |
| Metaclass | getDynamicMetaclass () |
| Returns the metaclass of the dynamic type of the object. | |
| long | getNative () |
| Gets a pointer to the backing C++ instance. | |
| 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. | |
| TDataType | getProperty (PropertyType< TDataType > propertyType) |
| Returns the current value of a property type. | |
| int | hashCode () |
| boolean | hasValue (PropertyType< TDataType > propertyType) |
| Evaluates whether there are any inputs into the property value. | |
| boolean | isStale () |
| Test if the object is stale i.e. | |
| void | removeLocalValue (PropertyType< TDataType > propertyType) |
| Removes the local value associated with the property. | |
| void | setFlagKeepDuringPatching (PropertyType< TDataType > propertyType) |
| Sets the flag to indicate that the property was loaded from KZB. | |
| void | setProperty (PropertyType< TDataType > propertyType, TDataType value) |
| Sets the local value of a property type. | |
| ObjectRef< TType > | tryCreateObjectRef (Class< TType > clazz) |
| Tries to create an owning ObjectRef instance to this KanziObject. | |
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. | |
| 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. | |