E L V I S
Extensible Libraried Visual Interface Simplifier


Widget Specifications
Back Home

Widget
   FileChooser
   BarLayout
   DialogBox
   Clock
   MenuSeparator
   Spacer
   RadioButtonGroup
   Container
      Frame
      Window
   Label
   TreeNode
   TextField
   Clickable
         Button
            CheckButton
            RadioButton
      Menu
         MenuItem
      ComboBox
   MenuBar
   Layout
      GridLayout
   Tree
   TextArea
   ScrollingFrame

Tree

Widget
     ->Tree

Description

Widget that holds TreeNodes.

Attributes

label

    
    Default Value: null

text
    sets the text for the root node.
    Default Value:

onSelected
    If onSelected is specified, a TreeSelectionListener is implemented using the onSelected value as the method name.
    Default Value: null