Class fvaswing.components.tree.items.FvStringTreeItem

Description

Basic tree node item using string property as content.

Method Index

new FvStringTreeItem()
clone(), getValue(), setValue()

Inherited from FvTreeItem

Constructor Detail

FvStringTreeItem

public function FvStringTreeItem(src:String)

Constructor.

Method Detail

setValue

public function setValue(src:String):Void

Sets new value for current item.

getValue

public function getValue():String

Returns item value.

clone

public function clone():FvStringTreeItem

Returns item clone.