类 XItemParameter

java.lang.Object
com.gdxsoft.easyweb.script.template.XItemParameter
所有已实现的接口:
Serializable

public class XItemParameter extends Object implements Serializable
另请参阅:
  • 构造器详细资料

    • XItemParameter

      public XItemParameter()
  • 方法详细资料

    • getUniqueName

      public String getUniqueName()
      获取标识名称
      返回:
    • getName

      public String getName()
      参数名称
      返回:
      the _Name
    • setName

      public void setName(String name)
      参数名称
      参数:
      name - the _Name to set
    • isSet

      public boolean isSet()
      返回:
      the _IsSet
    • setIsSet

      public void setIsSet(boolean isSet)
      参数:
      isSet - the _IsSet to set
    • isShow

      public boolean isShow()
      返回:
      the _IsShow
    • setIsShow

      public void setIsShow(boolean isShow)
      参数:
      isShow - the _IsShow to set
    • getDescriptions

      public Descriptions getDescriptions()
      返回:
      the _Descriptions
    • setDescriptions

      public void setDescriptions(Descriptions descriptions)
      参数:
      descriptions - the _Descriptions to set
    • getValues

      public XItemParameterValues getValues()
      返回:
      the _Values
    • setValues

      public void setValues(XItemParameterValues values)
      参数:
      values - the _Values to set
    • getHtml

      public String getHtml()
      用于页面元素的替换模式 Html="name=@Name id=@Name"
      返回:
      the _Html
    • setHtml

      public void setHtml(String html)
      用于页面元素的替换模式 Html="name=@Name id=@Name"
      参数:
      html - the _Html to set
    • isMulti

      public boolean isMulti()
      是否多值
      返回:
      the _IsMulti
    • setIsMulti

      public void setIsMulti(boolean isMulti)
      是否多值
      参数:
      isMulti - the _IsMulti to set
    • getChildrenParameters

      public String getChildrenParameters()
      返回:
      the _ChildrenParameters
    • setChildrenParameters

      public void setChildrenParameters(String childrenParameters)
      参数:
      childrenParameters - the _ChildrenParameters to set
    • getChildren

      public HashMap<String,XItemParameter> getChildren()
      返回:
      the _Children
    • setChildren

      public void setChildren(HashMap<String,XItemParameter> children)
      参数:
      children - the _Children to set
    • isNotJsShow

      public boolean isNotJsShow()
      返回:
      the _IsJsShow
    • setIsNotJsShow

      public void setIsNotJsShow(boolean isNotJsShow)
      参数:
      isJspShow - the _IsJsShow to set
    • isJsShow

      public boolean isJsShow()
      返回:
      the _IsJsShow
    • setIsJsShow

      public void setIsJsShow(boolean isJsShow)
      参数:
      isJsShow - the _IsJsShow to set