JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Represents an item in a TreeView control.

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publiccollapsedBooleanfalse

A flag indicating whether the item is expanded or collapsed.

A flag indicating whether the item is expanded or collapsed. Has no effect on leaf items.

false  
publiccontentNode

A node representing the content of the TreeViewItem.

publicitemsByte[]

This child items contained in this TreeViewItem.

public-readparentItemTreeViewItem

The TreeViewItem containing this item as a child, or null, if this is a root item.

publictagObject

User data associated with the item.

Inherited Variables

Inherited Functions