﻿<?xml version="1.0" encoding="utf-8"?>
<CallableObject guid="6db1ca74-ff41-4791-a098-2c8d7528ba25" name="Tree" description="Tree" namespace="GeneXus.Programs">
  <Signature name="Par">
    <Parameter name="Menu">
      <Field>
        <Properties>
          <Property>
            <Name>Type</Name>
            <Value>Character</Value>
          </Property>
          <Property>
            <Name>Length</Name>
            <Value>20</Value>
          </Property>
        </Properties>
      </Field>
    </Parameter>
    <Parameter name="ReturnValue" accessor="out" collection="true">
      <Field name="gxuiTreeviewNode" description="gxuiTreeviewNode">
        <Fields>
          <Field name="id" description="id">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>200</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="text" description="text">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>200</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="icon" description="icon">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>200</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="cls" description="An optional extra CSS class that will be added to this control's element. This can be useful for adding customized styles to the component or any of its children using standard CSS rules.">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>200</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="iconCls" description="A CSS class that will provide a background image to be used as the panel header icon.">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>200</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="qtip" description="qtip">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>500</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="leaf" description="leaf">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Boolean</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="checked" description="checked">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Boolean</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="href" description="Link Target when user clicks on Node">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>200</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="Opcion" description="Opcion" collection="true">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>250</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="children" description="children" collection="true">
            <Fields />
          </Field>
        </Fields>
      </Field>
    </Parameter>
  </Signature>
</CallableObject>