^1640740801106
@
sname
DataObjectForm
slabel
DataObjectForm
sdescriptors
xworker.web.ControlSet
  @/@read
  sname
  read
  Sdescription
#$@text#$@
<p>装载一个数据对象并填充表单。</p>

<p><strong>HTTP参数：</strong></p>

<ul>
	<li><strong>dataObjectPath：</strong>数据对象的路径。</li>
	<li><strong>id：</strong>数据的标识。</li>
</ul>

<p><strong>HTTP的返回值：</strong></p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String code = &quot;{\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;success\&quot;:&quot; + result.get(&quot;success&quot;) + &quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;msg\&quot;:\&quot;&quot; + result.get(&quot;msg&quot;) + &quot;\&quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;data\&quot;:&quot; + record + &quot;\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;}&quot;;</p>
#$@text#$@
  sdescriptors
  xworker.web.ControlSet/@SimpleControl
  sid
  read
    @/@read/@actions
    sname
    actions
    sdescriptors
    xworker.web.controls.SimpleControl/@actions
    sid
    actions
      @/@read/@actions/@doAction
      sname
      doAction
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      souterClassName
      xworker.web.app.view.extjs.server.DataObjectFormReadCreator
      smethodName
      doAction
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sid
      doAction
  @/@create
  sname
  create
  Sdescription
#$@text#$@
<p>通过表单提交的数据创建一个数据。</p>

<p><strong>HTTP参数：</strong></p>

<ul>
	<li>dataObjectPath：数据对象。</li>
	<li>表单数据：其他为表单提交的参数。</li>
</ul>

<p><strong>HTTP返回值：</strong></p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String code = &quot;{\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;success\&quot;:&quot; + result.get(&quot;success&quot;) + &quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;msg\&quot;:\&quot;&quot; + result.get(&quot;msg&quot;) + &quot;\&quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;data\&quot;:&quot; + record + &quot;\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;}&quot;;</p>
#$@text#$@
  sdescriptors
  xworker.web.ControlSet/@SimpleControl
  sid
  create
    @/@create/@actions
    sname
    actions
    sdescriptors
    xworker.web.controls.SimpleControl/@actions
    sid
    actions
      @/@create/@actions/@doAction
      sname
      doAction
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      souterClassName
      xworker.web.app.view.extjs.server.DataObjectFormCreateCreator
      smethodName
      doAction
      sdisableGlobalContext
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sid
      doAction
  @/@update
  sname
  update
  Sdescription
#$@text#$@
<p>通过表单的数据更新一个数据。</p>

<p><strong>HTTP参数：</strong></p>

<ul>
	<li><strong>dataObjectPath：</strong>数据对象。</li>
	<li><strong>其他：</strong>表单数据。</li>
</ul>

<p><strong>HTTP返回值：</strong></p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String code = &quot;{\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;success\&quot;:&quot; + result.get(&quot;success&quot;) + &quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;msg\&quot;:\&quot;&quot; + JsonFormator.formatString((String) result.get(&quot;msg&quot;)) + &quot;\&quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;data\&quot;:&quot; + record + &quot;\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;}&quot;</p>
#$@text#$@
  sdescriptors
  xworker.web.ControlSet/@SimpleControl
  sid
  update
    @/@update/@actions
    sname
    actions
    sdescriptors
    xworker.web.controls.SimpleControl/@actions
    sid
    actions
      @/@update/@actions/@doAction
      sname
      doAction
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      souterClassName
      xworker.web.app.view.extjs.server.DataObjectFormUpdateCreator
      smethodName
      doAction
      sdisableGlobalContext
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sid
      doAction
  @/@delete
  sname
  delete
  Sdescription
#$@text#$@
<p>通过表单提交的数据删除一个数据对象。</p>

<p><strong>HTTP参数：</strong></p>

<ul>
	<li>dataObjectPath：数据对象。</li>
	<li>其他：表单数据。</li>
</ul>

<p><strong>HTTP返回值：</strong></p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String code = &quot;{\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;success\&quot;:&quot; + result.get(&quot;success&quot;) + &quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;msg\&quot;:\&quot;&quot; + result.get(&quot;msg&quot;) + &quot;\&quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;data\&quot;:&quot; + record + &quot;\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;}&quot;;</p>
#$@text#$@
  sdescriptors
  xworker.web.ControlSet/@SimpleControl
  sid
  delete
    @/@delete/@actions
    sname
    actions
    sdescriptors
    xworker.web.controls.SimpleControl/@actions
    sid
    actions
      @/@delete/@actions/@doAction
      sname
      doAction
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      souterClassName
      xworker.web.app.view.extjs.server.DataObjectFormDeleteCreator
      smethodName
      doAction
      sdisableGlobalContext
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sid
      doAction
  @/@validate
  sname
  validate
  Sdescription
#$@text#$@
<p>校验一个表单的数据。</p>

<p><strong>HTTP请求：</strong></p>

<ul>
	<li><strong>dataObjectPath：</strong>数据对象。</li>
	<li><strong>其他：</strong>表单数据。</li>
</ul>

<p><strong>HTTP返回值：</strong></p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String code = &quot;{\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;success\&quot;:&quot; + result.get(&quot;success&quot;) + &quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;msg\&quot;:\&quot;&quot; + result.get(&quot;msg&quot;) + &quot;\&quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;data\&quot;:&quot; + record + &quot;\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;}&quot;;</p>
#$@text#$@
  sdescriptors
  xworker.web.ControlSet/@SimpleControl
  sth_createIndex
  false
  sid
  validate
    @/@validate/@actions
    sname
    actions
    sdescriptors
    xworker.web.controls.SimpleControl/@actions
    sid
    actions
      @/@validate/@actions/@doAction
      sname
      doAction
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      souterClassName
      xworker.web.app.view.extjs.server.DataObjectFormValidate
      smethodName
      validate
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sid
      doAction
  @/@init
  sname
  init
  sdescriptors
  xworker.web.ControlSet/@SimpleControl
  sth_createIndex
  false
  sid
  init
