API Reference 0.3.24dart_web_toolkit_uiIsTreeItem

IsTreeItem abstract class

Extended by objects which have underlying {@link TreeItem}. Provides access to that item, if it exists, without compromising the ability to provide a mock object instance in JRE unit tests.

abstract class IsTreeItem {

 /**
  * Returns the {@link TreeItem} aspect of the receiver.
  */
 TreeItem asTreeItem();
}

Subclasses

TreeItem

Methods

abstract TreeItem asTreeItem() #

Returns the {@link TreeItem} aspect of the receiver.