^1573006961769
@
sname
Model
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
Sdescription
#$@text#$@
<p>SWT数据模型，用于把Map或对象数据填充到SWT控件上，也用于从SWT控件上读取数据。</p>

<p><strong>常用方法</strong></p>

<ul>
	<li><strong>void init()</strong><br />
	初始化，为控件增加相应的监听等等初始化操作。<br />
	&nbsp;</li>
	<li><strong>void setValue()</strong><br />
	设置值，注意值是从数据源属性指定的数据源获取的，数据源是从变量上下文中获取的。<br />
	&nbsp;</li>
	<li><strong>Object getValue()</strong><br />
	从SWT空间上获取值。<br />
	&nbsp;</li>
	<li><strong>boolean validate()</strong><br />
	校验，成功返回true，检验失败返回false。</li>
</ul>
#$@text#$@
snotXmlAttribute
false
sjson_isArray
false
sth_createIndex
true
sth_registThing
child|xworker.swt.Models
sth_registMyChilds
false
sth_registDisabled
false
sth_fileMonitor
false
sth_deprecated
false
sth_mark
false
  @/@actions
  sname
  actions
  slabel
  actions
  sdescriptors
  xworker.lang.MetaDescriptor3/@actions
  sid
  actions
    @/@actions/@create
    sname
    create
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.swt.model.ModelCreator
    smethodName
    create
    sdescription
    <p>Model的创建动作。</p>
    sdescriptors
    xworker.lang.actions.JavaAction
    sid
    create
    @/@actions/@setValue
    sname
    setValue
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.swt.model.ModelCreator
    smethodName
    setValue
    sdisableGlobalContext
    false
    Sdescription
#$@text#$@
<p>通过Model设置值的动作。</p>
<p>设置值的过程：</p>
<ul>
    <li>通过dataSource和propertyName和defaultValue得到要设置的值。<br />
    如果dataSource为空那么数据默认从父Model传递，如果propertyName不为空那么取dataSource的属性，否则数据为dataSource，如果通过以上取数据还是为null那么使用defaultValue。</li>
    <li>实际调用doSetValue动作设置值。</li>
</ul>
#$@text#$@
    sdescriptors
    xworker.lang.actions.JavaAction
    sid
    setValue
    @/@actions/@getValue
    sname
    getValue
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.swt.model.ModelCreator
    smethodName
    getValue
    sdisableGlobalContext
    false
    sdescriptors
    xworker.lang.actions.JavaAction
    sid
    getValue
    @/@actions/@validate
    sname
    validate
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.swt.model.ModelCreator
    smethodName
    validate
    sdisableGlobalContext
    false
    sdescription
    <p>校验表单中的数据。</p>
    sdescriptors
    xworker.lang.actions.JavaAction
    sid
    validate
      @/@actions/@validate/@ins
      sisValidate
      false
      sname
      ins
      slabel
      ins
      sdescriptors
      xworker.lang.actions.Inout/@ins
      sid
      ins
        @/@actions/@validate/@ins/@validateType
        sname
        validateType
        stypeCheck
        false
        soptional
        true
        scheck
        false
        scheckLevel
        exception
        sdescriptors
        xworker.lang.actions.Inout/@ins/@param
        sid
        validateType
        @/@actions/@validate/@ins/@validateMessages
        sname
        validateMessages
        stypeCheck
        false
        soptional
        true
        scheck
        false
        scheckLevel
        exception
        sdescriptors
        xworker.lang.actions.Inout/@ins/@param
        sid
        validateMessages
    @/@actions/@doValidate
    sname
    doValidate
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.swt.model.ModelCreator
    smethodName
    doValidate
    sdisableGlobalContext
    false
    sdescriptors
    xworker.lang.actions.JavaAction
    sid
    doValidate
      @/@actions/@doValidate/@ins
      sisValidate
      false
      sname
      ins
      slabel
      ins
      sdescriptors
      xworker.lang.actions.Inout/@ins
      sid
      ins
        @/@actions/@doValidate/@ins/@message
        sname
        message
        stypeCheck
        false
        soptional
        true
        scheck
        false
        scheckLevel
        exception
        sdescriptors
        xworker.lang.actions.Inout/@ins/@param
        sid
        message
    @/@actions/@init
    sname
    init
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.swt.model.ModelCreator
    smethodName
    init
    sdescriptors
    xworker.lang.actions.JavaAction
    sid
    init
    @/@actions/@initSelf
    sname
    initSelf
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.swt.model.ModelCreator
    smethodName
    initSelf
    sdisableGlobalContext
    false
    sdescriptors
    xworker.lang.actions.JavaAction
    sid
    initSelf
    @/@actions/@getValuesForSelect
    sname
    getValuesForSelect
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.swt.model.ModelCreator
    smethodName
    getValuesForSelect
    sdisableGlobalContext
    false
    Sdescription
#$@text#$@
<p>当本Model对应的SWT控件是下拉选择、列表、多项选择、单项选择等时，如果编辑控件没有设置供选择的值，那么该方法提供选择的值。</p>
<p>返回List&lt;Thing&gt;，Thing的定义参看属性的value子事物。</p>
#$@text#$@
    sdescriptors
    xworker.lang.actions.JavaAction
    sid
    getValuesForSelect
    @/@actions/@getValueForValidate
    sname
    getValueForValidate
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.swt.model.ModelCreator
    smethodName
    getValueForValidate
    sdisableGlobalContext
    false
    sdescriptors
    xworker.lang.actions.JavaAction
    sid
    getValueForValidate
    @/@actions/@setPartialValues
    sname
    setPartialValues
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    suseInnerJava
    false
    souterClassName
    xworker.swt.model.ModelCreator
    smethodName
    setPartialValues
    sdisableGlobalContext
    false
    sattributeTemplate
    false
    sinterpretationType
    Action
    svarScope
    Global
    screateLocalVarScope
    false
    ssaveReturn
    false
    sdebugLog
    false
    sdescriptors
    xworker.lang.actions.Actions/@JavaAction
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_mark
    false
    sid
    setPartialValues
      @/@actions/@setPartialValues/@ins
      sisValidate
      false
      sname
      ins
      sdescriptors
      xworker.lang.actions.Inout/@ins
      sinheritDescription
      false
      sth_createIndex
      false
      sth_registMyChilds
      false
      sth_registDisabled
      false
      sth_mark
      false
      sid
      ins
        @/@actions/@setPartialValues/@ins/@values
        sname
        values
        stype
        Map<String, Object>
        stypeCheck
        false
        soptional
        true
        scheck
        false
        scheckLevel
        exception
        sdescriptors
        xworker.lang.actions.Inout/@ins/@param
        sinheritDescription
        false
        sth_createIndex
        false
        sth_registMyChilds
        false
        sth_registDisabled
        false
        sth_mark
        false
        sid
        values
  @/@name
  sname
  name
  slabel
  名称
  Sdescription
#$@text#$@
<p>Model的名称。</p>
<p>可以通过此名称在变量上下文actionContext取得本Model。</p>
#$@text#$@
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  name
  @/@swtControl
  sname
  swtControl
  slabel
  SWT控件
  Sdescription
#$@text#$@
<p>Model所对应的SWT控件，用于对此控件取值、赋值等操作。</p>
<p>可以是Thing，此时会调用Thing的setValue、getValue和valudate方法赋值、取值和校验等。</p>
#$@text#$@
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  swtControl
  @/@dataSource
  sname
  dataSource
  slabel
  数据源
  Sdescription
#$@text#$@
<p>数据源。</p>
<p>如果数据源为空，那么使用父数据源。</p>
#$@text#$@
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  dataSource
  @/@propertyName
  sname
  propertyName
  slabel
  属性名称
  sdescription
  <p>如果指定了数据属性，那么是使用Ognl以数据属性为路径从数据源上取值和赋值的。</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  propertyName
  @/@dataType
  sname
  dataType
  slabel
  数据类型
  sinputtype
  select
  sshowLabel
  true
  smodifier
  public
  sreadOnly
  false
  sinheritDescription
  false
  Sdescription
#$@text#$@
<p>数据类型，默认是String类型。</p>

<p><strong>Map和对象</strong></p>

<p>&nbsp;&nbsp;&nbsp; 当类型是Map或对象（Object)时，可以从Map或者对象中取值赋值到多个子节点，也可以从多个子节点中取值赋值到Map或对象。</p>

<p>&nbsp;&nbsp;&nbsp; 当类型是对象时，从数据源取对象，如果不存在，那么从控件获取值是返回值是Map。</p>

<p><strong>数据类型</strong></p>

<p>&nbsp;&nbsp;&nbsp; 当从控件取值时会转化为指定的数据类型，从数据源取值时不做类型校验。</p>
#$@text#$@
  svalidateAllowBlank
  true
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  snotXmlAttribute
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  dataType
    @/@dataType/@bigDecimal
    sname
    bigDecimal
    slabel
    BigDecimal
    svalue
    BigDecimal
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    bigDecimal
    @/@dataType/@BigInteger
    sname
    BigInteger
    slabel
    BigInteger
    svalue
    BigInteger
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    BigInteger
    @/@dataType/@boolean
    sname
    boolean
    slabel
    Boolean
    svalue
    Boolean
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    boolean
    @/@dataType/@Char
    sname
    Char
    slabel
    Char
    svalue
    Char
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    Char
    @/@dataType/@Date
    sname
    Date
    slabel
    Date
    svalue
    Date
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    Date
    @/@dataType/@DateTime
    sname
    DateTime
    slabel
    DateTime
    svalue
    DateTime
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    DateTime
    @/@dataType/@Double
    sname
    Double
    slabel
    Double
    svalue
    Double
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    Double
    @/@dataType/@flaot
    sname
    flaot
    slabel
    Float
    svalue
    Float
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    flaot
    @/@dataType/@int
    sname
    int
    slabel
    Integer
    svalue
    Integer
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    int
    @/@dataType/@list
    sname
    list
    slabel
    List
    svalue
    List
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    list
    @/@dataType/@long
    sname
    long
    slabel
    Long
    svalue
    Long
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    long
    @/@dataType/@map
    sname
    map
    slabel
    Map
    svalue
    Map
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    map
    @/@dataType/@object
    sname
    object
    slabel
    Object
    svalue
    Object
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    object
    @/@dataType/@string
    sname
    string
    slabel
    String
    svalue
    String
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    string
    @/@dataType/@Time
    sname
    Time
    slabel
    Time
    svalue
    Time
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    Time
  @/@defaultValue
  sname
  defaultValue
  slabel
  默认值
  Sdescription
#$@text#$@
<p>如果从数据源取不到值，那么使用默认值。</p>
<p>如果默认值以&quot;号包围那么表示是常量，否则认为是以默认值为名称从变量上下文actionContext中取值。</p>
#$@text#$@
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  defaultValue
  @/@viewPattern
  sname
  viewPattern
  slabel
  查看样式
  sreadOnly
  false
  sinheritDescription
  false
  sdescription
  <p>数据查看显示的样式。</p>
  svalidateAllowBlank
  true
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  viewPattern
  @/@editPattern
  sname
  editPattern
  slabel
  编辑样式
  sdescription
  <p>当Swt控件获得焦点时，数据显示的样式，如果没有设置编辑样式编辑时保持查看样式。</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  editPattern
  @/@foreground
  sname
  foreground
  slabel
  前景色
  sinputtype
  colorpicker
  sdescription
  <p>控件的前景色。</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  foreground
  @/@background
  sname
  background
  slabel
  背景色
  sinputtype
  colorpicker
  sdescription
  <p>控件色背景色。</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  background
  @/@validate
  sname
  validate
  slabel
  是否校验
  sinputtype
  truefalse
  sdefault
  true
  sdescription
  <p>如果选择false那么不校验此数据。</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  validate
  @/@focus
  sname
  focus
  slabel
  获取焦点
  sinputtype
  truefalse
  Sdescription
#$@text#$@
<p>在初始化是SWT控件是否取得焦点。</p>
<p>可以用于设置一个输入表单的默认取得焦点的控件。</p>
#$@text#$@
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  focus
  @/@focusColor
  sname
  focusColor
  slabel
  焦点颜色
  sinputtype
  colorpicker
  sdefault
  "#E8FAFF"
  sdescription
  <p>当控件获得焦点时的背景色。</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  focusColor
  @/@defaultSelection
  sname
  defaultSelection
  slabel
  缺省选择事件
  Sdescription
#$@text#$@
<p>控件的默认选择事件处理。</p>
<p>Button的点击和Text回车都会触发此事件，可以实现编辑表单输入回车提交表单的效果。</p>
<p>如果没有输入那么继承父Model的相应属性，父Model的事件约定以_parentModelDefaultSelection为变量名向下传递。</p>
<p>只接受通用事件。</p>
#$@text#$@
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  defaultSelection
  @/@defaultModify
  sname
  defaultModify
  slabel
  默认修改事件
  Sdescription
#$@text#$@
<p>当控件修改了数据后触发的默认事件。</p>
<p>&nbsp;可以继承父Model所定义的事件，父Model约定以_parentModelDefaultModify为变量名向下传递。</p>
<p>只接受通用事件。</p>
#$@text#$@
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  defaultModify
  @/@Model
  sname
  Model
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.model.Model
  sid
  Model
  @/@actions1
  sname
  actions
  slabel
  Actions
  sdescriptors
  xworker.lang.MetaDescriptor2/@thing
  sextends
  xworker.lang.actions.Actions
  sid
  actions1
    @/@actions1/@name
    sname
    name
    sdescriptors
    xworker.lang.MetaDescriptor2/@attribute
    sid
    name
  @/@validateAllowBlank
  sname
  validateAllowBlank
  slabel
  允许为空
  sinputtype
  truefalse
  sgroup
  校验
  sdefault
  true
  sdescription
  <p>是否允许为空。</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  validateAllowBlank
  @/@24889
  sname
  blankText
  slabel
  为空的提示
  stype
  string
  ssize
  60
  scolspan
  2
  sgroup
  校验
  Sdescription
#$@text#$@
<p>The error text to display if the <b><tt><a ext:cls="Ext.form.TextField" ext:member="allowBlank" href="output/Ext.form.TextField.html#Ext.form.TextField-allowBlank">allowBlank</a></tt></b> validation fails (defaults to <tt>'This field is required'</tt>)</p>
<p>可以使用Freemarker模板。</p>
#$@text#$@
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  24889
  @/@24798
  sname
  invalidClass
  slabel
  错误样式
  stype
  string
  sgroup
  校验
  sdescription
  The CSS class to use when marking a field invalid (defaults to 'x-form-invalid')
  sdescriptors
  xworker.lang.MetaDescriptor2/@attribute
  sid
  24798
  @/@24799
  sname
  invalidText
  slabel
  错误提示
  stype
  string
  ssize
  60
  scolspan
  2
  sgroup
  校验
  Sdescription
#$@text#$@
<div class="short">The error text to use when marking a field invalid and no message is provided
(defaults to 'The value in this field i...
#$@text#$@
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  24799
  @/@24807
  sname
  validateOnBlur
  slabel
  失去焦点时校验
  stype
  boolean
  sinputtype
  truefalse
  sgroup
  校验
  sdefault
  true
  sdescription
  Whether the field should validate when it loses focus (defaults to true).
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  24807
  @/@24808
  sname
  validationDelay
  slabel
  校验延迟
  stype
  number
  sgroup
  校验
  Sdescription
#$@text#$@
The length of time in milliseconds after user input begins until validation
is initiated (defaults to 250)
#$@text#$@
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  24808
  @/@24898
  sname
  maxLength
  slabel
  最大长度
  stype
  number
  sgroup
  校验
  Sdescription
#$@text#$@
<div class="short">Maximum input field length allowed by validation (defaults to Number.MAX_VALUE).
This behavior is intended to provide...
#$@text#$@
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  24898
  @/@24900
  sname
  minLength
  slabel
  最小长度
  stype
  number
  sgroup
  校验
  sdescription
  Minimum input field length required (defaults to <tt>0</tt>)
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  24900
  @/@24902
  sname
  regex
  slabel
  正则表达式
  stype
  regexp
  ssize
  40
  scolspan
  2
  sgroup
  校验
  Sdescription
#$@text#$@
<div class="short">A JavaScript RegExp object to be tested against the field value during validation
(defaults to null). If the test fai...
#$@text#$@
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  24902
  @/@regexText
  sname
  regexText
  slabel
  正则表达式提示
  ssize
  60
  scolspan
  2
  sgroup
  校验
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  regexText
  @/@24858
  sname
  allowDecimals
  slabel
  允许小数
  stype
  boolean
  sinputtype
  truefalse
  sgroup
  校验
  sdefault
  true
  sdescription
  False to disallow decimal values (defaults to true)
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  24858
  @/@24859
  sname
  allowNegative
  slabel
  允许负数
  stype
  boolean
  sinputtype
  truefalse
  sgroup
  校验
  sdefault
  true
  sdescription
  False to prevent entering a negative sign (defaults to true)
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  24859
  @/@24916
  sname
  maxValue
  slabel
  最大值
  stype
  date/string
  sgroup
  校验
  Sdescription
#$@text#$@
<div class="short">The maximum allowed time. Can be either a Javascript date object with a valid time value or a string
time in a valid ...
#$@text#$@
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  24916
  @/@24918
  sname
  minValue
  slabel
  最小值
  stype
  date/string
  sgroup
  校验
  Sdescription
#$@text#$@
<div class="short">The minimum allowed time. Can be either a Javascript date object with a valid time value or a string
time in a valid ...
#$@text#$@
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  24918
  @/@VariablesDescs
  sname
  VariablesDescs
  sdescriptors
  xworker.lang.MetaThing/@VariablesDesc
  sinheritDescription
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sid
  VariablesDescs
    @/@VariablesDescs/@shell
    sname
    var
    svarName
    ognl:thing.getMetadata().getName()
    stype
    thing
    sthing
    var:thing
    sdescriptors
    xworker.lang.MetaThing/@VariablesDesc/@Object
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sid
    shell
