Difference between revisions of "Treeitem"

From Lianjapedia
Jump to: navigation, search
Line 5: Line 5:
 
This class supports the [[:Category:Common_Properties|Common Properties]] plus the following:
 
This class supports the [[:Category:Common_Properties|Common Properties]] plus the following:
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
 
!width="20%"|Property
 
!width="20%"|Property
 
!Access (R/RW)
 
!Access (R/RW)
Line 52: Line 52:
 
This class supports the [[:Category:Common_Methods|Common Methods]] plus the following:
 
This class supports the [[:Category:Common_Methods|Common Methods]] plus the following:
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
 
!width="20%"|Method
 
!width="20%"|Method
 
!Args
 
!Args
Line 95: Line 95:
 
This class supports the [[:Category:Common_Events|Common Events]] plus the following:
 
This class supports the [[:Category:Common_Events|Common Events]] plus the following:
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
 
!width="20%"|Event
 
!width="20%"|Event
 
!Args
 
!Args

Revision as of 10:35, 30 January 2013

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Text RW Character Text displayed in the item
Value RW Character Value of the item
Picture RW Character Filename of image displayed
Checkstate RW Boolean Whether the item is checked or not
Tooltiptext RW Character Text displayed when mouse hovers over item
Showchildindicator RW Boolean Whether indicator should be displayed if item has child items
ChildCount R Numeric Number of child items below this item

Methods

This class supports the Common Methods plus the following:

Method Args Description
Additem [icon as Character,] caption as Character Add an item, specifying the item caption and optionally an icon filename
Additems selectstring as Character | items as Array[, icon as Character] Add items based on an SQL SELECT query or from an array, optionally including an icon filename
Addobject existing as Object | newobject as Character, class as Character Add an existing object or a new object, in which case the object's class must also be specified
Removeobject existing as Object Remove the specified object
Clear None Clear the item
Expand None Expand the item to display any child items
Collapse None Collapse the item to hide any child items
Text column as Numeric Text displayed at the specified item column

Events

This class supports the Common Events plus the following:

Event Args Description