^1711959079628
@
sname
TreeModelActions
slabel
TreeModelActions
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
Sdescription
#$@text#$@
<p>这里是旧的树模型的相关动作，已过期，不建议使用了。</p>
#$@text#$@
snotXmlAttribute
false
sjson_isArray
false
sjson_array_type
children
sjson_attribute
false
sth_createIndex
false
  @/@TreeModel
  sname
  TreeModel
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.lang.actions.SelfAction
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.app.treeModel
  smodifier
  public
  sinheritDescription
  false
  sdescription
  <p>TreeModel的插入、更新和删除等动作。</p>
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  true
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_deprecated
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  TreeModel
    @/@TreeModel/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sth_createIndex
    false
    sid
    actions
      @/@TreeModel/@actions/@create
      sname
      run
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      souterClassName
      xworker.dataObject.app.model.tree.actions.TreeModelActionsTreeModelCreator
      smethodName
      run
      sdisableGlobalContext
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sth_createIndex
      false
      sid
      create
    @/@TreeModel/@name
    sname
    name
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    name
    @/@TreeModel/@label
    sname
    label
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    label
    @/@TreeModel/@treeModelName
    sname
    treeModelName
    ssize
    60
    scolspan
    2
    sinheritDescription
    false
    sdescription
    <p>从actionContext获取TreeModel的路径，使用Ognl表达式。</p>
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    treeModelName
    @/@TreeModel/@method
    sname
    method
    sinputtype
    select
    sdefault
    insert
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    method
      @/@TreeModel/@method/@insert
      sname
      insert
      slabel
      insert
      svalue
      insert
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      insert
      @/@TreeModel/@method/@update
      sname
      update
      slabel
      update
      svalue
      update
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      update
      @/@TreeModel/@method/@delete
      sname
      delete
      slabel
      delete
      svalue
      delete
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      delete
    @/@TreeModel/@nodeDataType
    sname
    nodeDataType
    sinputtype
    select
    sdefault
    Node
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    nodeDataType
      @/@TreeModel/@nodeDataType/@Node
      sname
      Node
      slabel
      Node
      svalue
      Node
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      Node
      @/@TreeModel/@nodeDataType/@Nodes
      sname
      Nodes
      slabel
      Nodes
      svalue
      Nodes
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      Nodes
    @/@TreeModel/@dataName
    sname
    nodeDataName
    ssize
    60
    scolspan
    2
    sinheritDescription
    false
    Sdescription
#$@text#$@
<p>数据名，通常是树模型的节点数据。</p>
<p>使用Ognl的表达式。</p>
#$@text#$@
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    dataName
    @/@TreeModel/@parentId
    sname
    parentId
    ssize
    60
    scolspan
    2
    sinheritDescription
    false
    sdescription
    <p>如果是插入子节点，那么需要提供父节点的标识。</p>
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    parentId
    @/@TreeModel/@updateChilds
    sname
    updateChilds
    sinputtype
    truefalse
    sdefault
    false
    sinheritDescription
    false
    sdescription
    <p>如果是更新节点，是否同时更新子节点。</p>
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    updateChilds
  @/@Insert
  sname
  Insert
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.lang.actions.SelfAction
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.app.treeModel
  smodifier
  public
  sinheritDescription
  false
  sdescription
  <p>向树模型插入节点，如果树模型绑定到了SWT的Tree控件且父节点已在控件上显示，那么会自动添加到Tree上。</p>
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  true
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_deprecated
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  Insert
    @/@Insert/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sth_createIndex
    false
    sid
    actions
      @/@Insert/@actions/@create
      sname
      run
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      souterClassName
      xworker.dataObject.app.model.tree.actions.TreeModelActionsInsertCreator
      smethodName
      run
      sdisableGlobalContext
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sth_createIndex
      false
      sid
      create
    @/@Insert/@name
    sname
    name
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    name
    @/@Insert/@label
    sname
    label
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    label
    @/@Insert/@treeModelName
    sname
    treeModelName
    ssize
    60
    scolspan
    2
    sinheritDescription
    false
    sdescription
    <p>从actionContext获取TreeModel的路径，使用Ognl表达式。</p>
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    treeModelName
    @/@Insert/@parentId
    sname
    parentId
    ssize
    60
    scolspan
    2
    sinheritDescription
    false
    sdescription
    <p>如果是插入子节点，那么需要提供父节点的标识。</p>
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    parentId
    @/@Insert/@nodeDataType
    sname
    nodeDataType
    sinputtype
    select
    sdefault
    Node
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    nodeDataType
      @/@Insert/@nodeDataType/@Node
      sname
      Node
      slabel
      Node
      svalue
      Node
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      Node
      @/@Insert/@nodeDataType/@Nodes
      sname
      Nodes
      slabel
      Nodes
      svalue
      Nodes
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      Nodes
    @/@Insert/@dataName
    sname
    nodeDataName
    ssize
    60
    scolspan
    2
    sinheritDescription
    false
    Sdescription
#$@text#$@
<p>数据名，通常是树模型的节点数据。</p>
<p>使用Ognl的表达式。</p>
#$@text#$@
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    dataName
  @/@Delete
  sname
  Delete
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.lang.actions.SelfAction
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.app.treeModel
  smodifier
  public
  sinheritDescription
  false
  sdescription
  <p>删除指定的节点或节点列表。</p>
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  true
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_deprecated
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  Delete
    @/@Delete/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sth_createIndex
    false
    sid
    actions
      @/@Delete/@actions/@create
      sname
      run
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      souterClassName
      xworker.dataObject.app.model.tree.actions.TreeModelActionsDeleteCreator
      smethodName
      run
      sdisableGlobalContext
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sth_createIndex
      false
      sid
      create
    @/@Delete/@name
    sname
    name
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    name
    @/@Delete/@label
    sname
    label
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    label
    @/@Delete/@treeModelName
    sname
    treeModelName
    ssize
    60
    scolspan
    2
    sinheritDescription
    false
    sdescription
    <p>从actionContext获取TreeModel的路径，使用Ognl表达式。</p>
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    treeModelName
    @/@Delete/@nodeDataType
    sname
    nodeDataType
    sinputtype
    select
    sdefault
    Node
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    nodeDataType
      @/@Delete/@nodeDataType/@Node
      sname
      Node
      slabel
      Node
      svalue
      Node
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      Node
      @/@Delete/@nodeDataType/@Nodes
      sname
      Nodes
      slabel
      Nodes
      svalue
      Nodes
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      Nodes
    @/@Delete/@dataName
    sname
    nodeDataName
    ssize
    60
    scolspan
    2
    sinheritDescription
    false
    Sdescription
#$@text#$@
<p>数据名，通常是树模型的节点数据。</p>
<p>使用Ognl的表达式。</p>
#$@text#$@
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    dataName
  @/@Update
  sname
  Update
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.lang.actions.SelfAction
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.app.treeModel
  smodifier
  public
  sinheritDescription
  false
  sdescription
  <p>更新树节点或树节点列表。</p>
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  true
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_deprecated
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  Update
    @/@Update/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sth_createIndex
    false
    sid
    actions
      @/@Update/@actions/@create
      sname
      run
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      souterClassName
      xworker.dataObject.app.model.tree.actions.TreeModelActionsUpdateCreator
      smethodName
      run
      sdisableGlobalContext
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sth_createIndex
      false
      sid
      create
    @/@Update/@name
    sname
    name
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    name
    @/@Update/@label
    sname
    label
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    label
    @/@Update/@treeModelName
    sname
    treeModelName
    ssize
    60
    scolspan
    2
    sinheritDescription
    false
    sdescription
    <p>从actionContext获取TreeModel的路径，使用Ognl表达式。</p>
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    treeModelName
    @/@Update/@nodeDataType
    sname
    nodeDataType
    sinputtype
    select
    sdefault
    Node
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    nodeDataType
      @/@Update/@nodeDataType/@Node
      sname
      Node
      slabel
      Node
      svalue
      Node
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      Node
      @/@Update/@nodeDataType/@Nodes
      sname
      Nodes
      slabel
      Nodes
      svalue
      Nodes
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      Nodes
    @/@Update/@dataName
    sname
    nodeDataName
    ssize
    60
    scolspan
    2
    sinheritDescription
    false
    Sdescription
#$@text#$@
<p>数据名，通常是树模型的节点数据。</p>
<p>使用Ognl的表达式。</p>
#$@text#$@
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    dataName
    @/@Update/@updateChilds
    sname
    updateChilds
    sinputtype
    truefalse
    sdefault
    false
    sinheritDescription
    false
    sdescription
    <p>如果是更新节点，是否同时更新子节点。</p>
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    updateChilds
  @/@EventInsert
  sname
  EventInsert
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.lang.actions.SelfAction
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.app.treeModel
  smodifier
  public
  sinheritDescription
  false
  Sdescription
#$@text#$@
<p>触发向树模型插入节点的事件，并不会改变模型原始数据。</p>
<p>如果树模型绑定到了SWT的Tree控件且父节点已在控件上显示，那么会自动添加到Tree上。</p>
#$@text#$@
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  true
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_deprecated
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  EventInsert
    @/@EventInsert/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sth_createIndex
    false
    sid
    actions
      @/@EventInsert/@actions/@create
      sname
      run
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      souterClassName
      xworker.dataObject.app.model.tree.actions.TreeModelActionsEventInsertCreator
      smethodName
      run
      sdisableGlobalContext
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sth_createIndex
      false
      sid
      create
    @/@EventInsert/@name
    sname
    name
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    name
    @/@EventInsert/@label
    sname
    label
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    label
    @/@EventInsert/@treeModelName
    sname
    treeModelName
    ssize
    60
    scolspan
    2
    sinheritDescription
    false
    sdescription
    <p>从actionContext获取TreeModel的路径，使用Ognl表达式。</p>
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    treeModelName
    @/@EventInsert/@parentId
    sname
    parentId
    ssize
    60
    scolspan
    2
    sinheritDescription
    false
    sdescription
    <p>如果是插入子节点，那么需要提供父节点的标识。</p>
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    parentId
    @/@EventInsert/@nodeDataType
    sname
    nodeDataType
    sinputtype
    select
    sdefault
    Node
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    nodeDataType
      @/@EventInsert/@nodeDataType/@Node
      sname
      Node
      slabel
      Node
      svalue
      Node
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      Node
      @/@EventInsert/@nodeDataType/@Nodes
      sname
      Nodes
      slabel
      Nodes
      svalue
      Nodes
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      Nodes
    @/@EventInsert/@dataName
    sname
    nodeDataName
    ssize
    60
    scolspan
    2
    sinheritDescription
    false
    Sdescription
#$@text#$@
<p>数据名，通常是树模型的节点数据。</p>
<p>使用Ognl的表达式。</p>
#$@text#$@
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    dataName
  @/@EventDelete
  sname
  EventDelete
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.lang.actions.SelfAction
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.app.treeModel
  smodifier
  public
  sinheritDescription
  false
  sdescription
  <p>触发删除指定的节点或节点列表的事件，不会改变模型的原始数据。</p>
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  true
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_deprecated
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  EventDelete
    @/@EventDelete/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sth_createIndex
    false
    sid
    actions
      @/@EventDelete/@actions/@create
      sname
      run
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      souterClassName
      xworker.dataObject.app.model.tree.actions.TreeModelActionsEventDeleteCreator
      smethodName
      run
      sdisableGlobalContext
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sth_createIndex
      false
      sid
      create
    @/@EventDelete/@name
    sname
    name
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    name
    @/@EventDelete/@label
    sname
    label
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    label
    @/@EventDelete/@treeModelName
    sname
    treeModelName
    ssize
    60
    scolspan
    2
    sinheritDescription
    false
    sdescription
    <p>从actionContext获取TreeModel的路径，使用Ognl表达式。</p>
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    treeModelName
    @/@EventDelete/@nodeDataType
    sname
    nodeDataType
    sinputtype
    select
    sdefault
    Node
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    nodeDataType
      @/@EventDelete/@nodeDataType/@Node
      sname
      Node
      slabel
      Node
      svalue
      Node
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      Node
      @/@EventDelete/@nodeDataType/@Nodes
      sname
      Nodes
      slabel
      Nodes
      svalue
      Nodes
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      Nodes
    @/@EventDelete/@dataName
    sname
    nodeDataName
    ssize
    60
    scolspan
    2
    sinheritDescription
    false
    Sdescription
#$@text#$@
<p>数据名，通常是树模型的节点数据。</p>
<p>使用Ognl的表达式。</p>
#$@text#$@
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    dataName
  @/@EventUpdate
  sname
  EventUpdate
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.lang.actions.SelfAction
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.app.treeModel
  smodifier
  public
  sinheritDescription
  false
  sdescription
  <p>触发更新树节点或树节点列表的事件，并不会改变原始模型数据。</p>
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  true
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_deprecated
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  EventUpdate
    @/@EventUpdate/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sth_createIndex
    false
    sid
    actions
      @/@EventUpdate/@actions/@create
      sname
      run
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      souterClassName
      xworker.dataObject.app.model.tree.actions.TreeModelActionsEventUpdateCreator
      smethodName
      run
      sdisableGlobalContext
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sth_createIndex
      false
      sid
      create
    @/@EventUpdate/@name
    sname
    name
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    name
    @/@EventUpdate/@label
    sname
    label
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    label
    @/@EventUpdate/@treeModelName
    sname
    treeModelName
    ssize
    60
    scolspan
    2
    sinheritDescription
    false
    sdescription
    <p>从actionContext获取TreeModel的路径，使用Ognl表达式。</p>
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    treeModelName
    @/@EventUpdate/@nodeDataType
    sname
    nodeDataType
    sinputtype
    select
    sdefault
    Node
    sinheritDescription
    false
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    nodeDataType
      @/@EventUpdate/@nodeDataType/@Node
      sname
      Node
      slabel
      Node
      svalue
      Node
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      Node
      @/@EventUpdate/@nodeDataType/@Nodes
      sname
      Nodes
      slabel
      Nodes
      svalue
      Nodes
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      Nodes
    @/@EventUpdate/@dataName
    sname
    nodeDataName
    ssize
    60
    scolspan
    2
    sinheritDescription
    false
    Sdescription
#$@text#$@
<p>数据名，通常是树模型的节点数据。</p>
<p>使用Ognl的表达式。</p>
#$@text#$@
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    dataName
    @/@EventUpdate/@updateChilds
    sname
    updateChilds
    sinputtype
    truefalse
    sdefault
    false
    sinheritDescription
    false
    sdescription
    <p>如果是更新节点，是否同时更新子节点。</p>
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    updateChilds
