Public Member Functions | |
| default boolean | addContentItem (Node abstractItem) |
| default Node | getContentItem (int index) |
| default long | getContentItemCount () |
| default String | getItemContainerGeneratorTypeName () |
| Gets the value of the ItemContainerGeneratorTypeNameProperty. More... | |
| default PrefabTemplate | getItemContainerTemplate () |
| Gets the value of the ItemContainerTemplateProperty. More... | |
| default int | getItemCount () |
| Returns the value of the ItemCountProperty. More... | |
| default String | getItemGeneratorTypeName () |
| Gets the value of the ItemGeneratorTypeNameProperty. More... | |
| default PrefabTemplate | getItemTemplate () |
| Gets the value of the ItemTemplateProperty. More... | |
| default int | getKeepAliveItemCount () |
| Gets the value of the KeepAliveItemCountProperty. More... | |
| default int | getSelectedItemIndex () |
| Gets the value of the SelectedItemIndexProperty. More... | |
| default SelectionBehavior | getSelectionBehavior () |
| Gets the value of the SelectionBehavior property. More... | |
| default boolean | isEmpty () |
| Returns whether a list box is empty. More... | |
| default void | notifyItemAdded (int index) |
| Notifies a list box that an item was added. More... | |
| default void | notifyItemCountChanged () |
| Notifies a list box that the item count changed. | |
| default void | notifyItemRemoved (int index) |
| Notifies a list box that an item was removed. More... | |
| default void | notifyItemReplaced (int index) |
| Notifies a list box that an item was replaced. More... | |
| default void | removeAllContentItems () |
| default boolean | removeContentItem (Node abstractItem) |
| default void | setItemContainerGeneratorTypeName (String value) |
| Sets the value of the ItemContainerGeneratorTypeNameProperty. More... | |
| default void | setItemContainerTemplate (PrefabTemplate value) |
| Sets the value of the ItemContainerTemplateProperty. More... | |
| default void | setItemGeneratorTypeName (String value) |
| Sets the value of the ItemGeneratorTypeNameProperty. More... | |
| default void | setItemTemplate (PrefabTemplate value) |
| Sets the value of the ItemTemplateProperty. More... | |
| default void | setKeepAliveItemCount (int value) |
| Sets the value of the KeepAliveItemCountProperty. More... | |
| default void | setSelectedItemIndex (int value) |
| Sets the value of the SelectedItemIndexProperty. More... | |
| default void | setSelectionBehavior (SelectionBehavior value) |
| Sets the value of the SelectionBehavior property. More... | |
| default String getItemContainerGeneratorTypeName | ( | ) |
Gets the value of the ItemContainerGeneratorTypeNameProperty.
| default PrefabTemplate getItemContainerTemplate | ( | ) |
Gets the value of the ItemContainerTemplateProperty.
| default int getItemCount | ( | ) |
Returns the value of the ItemCountProperty.
| default String getItemGeneratorTypeName | ( | ) |
Gets the value of the ItemGeneratorTypeNameProperty.
| default PrefabTemplate getItemTemplate | ( | ) |
Gets the value of the ItemTemplateProperty.
| default int getKeepAliveItemCount | ( | ) |
Gets the value of the KeepAliveItemCountProperty.
| default int getSelectedItemIndex | ( | ) |
Gets the value of the SelectedItemIndexProperty.
| default SelectionBehavior getSelectionBehavior | ( | ) |
Gets the value of the SelectionBehavior property.
| default boolean isEmpty | ( | ) |
Returns whether a list box is empty.
| default void notifyItemAdded | ( | int | index | ) |
Notifies a list box that an item was added.
| index | The index of the added item. |
| default void notifyItemRemoved | ( | int | index | ) |
Notifies a list box that an item was removed.
| index | The index of the removed item. |
| default void notifyItemReplaced | ( | int | index | ) |
Notifies a list box that an item was replaced.
| index | The index of the replaced item. |
| default void setItemContainerGeneratorTypeName | ( | String | value | ) |
Sets the value of the ItemContainerGeneratorTypeNameProperty.
| value | The name of the item container generator type that the list box uses to provide item containers dynamically. |
| default void setItemContainerTemplate | ( | PrefabTemplate | value | ) |
Sets the value of the ItemContainerTemplateProperty.
| value | The container template that the item container generator uses to instantiate item containers. |
| default void setItemGeneratorTypeName | ( | String | value | ) |
Sets the value of the ItemGeneratorTypeNameProperty.
| value | The name of the item generator type that provides items dynamically to the list box. |
| default void setItemTemplate | ( | PrefabTemplate | value | ) |
Sets the value of the ItemTemplateProperty.
| value | The template that the list item generator uses to instantiate items. |
| default void setKeepAliveItemCount | ( | int | value | ) |
Sets the value of the KeepAliveItemCountProperty.
| value | The number of invisible list box items to keep in buffer. |
| default void setSelectedItemIndex | ( | int | value | ) |
Sets the value of the SelectedItemIndexProperty.
| value | The index of the selected item. |
| default void setSelectionBehavior | ( | SelectionBehavior | value | ) |
Sets the value of the SelectionBehavior property.
| value | The behavior for the list box scroll when the user clicks an item. |