类 XItemParameter
java.lang.Object
com.gdxsoft.easyweb.script.template.XItemParameter
- 所有已实现的接口:
Serializable
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getHtml()用于页面元素的替换模式 Html="name=@Name id=@Name"getName()参数名称获取标识名称booleanisJsShow()booleanisMulti()是否多值booleanbooleanisSet()booleanisShow()voidsetChildren(HashMap<String, XItemParameter> children) voidsetChildrenParameters(String childrenParameters) voidsetDescriptions(Descriptions descriptions) void用于页面元素的替换模式 Html="name=@Name id=@Name"voidsetIsJsShow(boolean isJsShow) voidsetIsMulti(boolean isMulti) 是否多值voidsetIsNotJsShow(boolean isNotJsShow) voidsetIsSet(boolean isSet) voidsetIsShow(boolean isShow) void参数名称voidsetValues(XItemParameterValues values)
-
构造器详细资料
-
XItemParameter
public XItemParameter()
-
-
方法详细资料
-
getUniqueName
获取标识名称- 返回:
-
getName
参数名称- 返回:
- the _Name
-
setName
参数名称- 参数:
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
- 返回:
- the _Descriptions
-
setDescriptions
- 参数:
descriptions- the _Descriptions to set
-
getValues
- 返回:
- the _Values
-
setValues
- 参数:
values- the _Values to set
-
getHtml
用于页面元素的替换模式 Html="name=@Name id=@Name"- 返回:
- the _Html
-
setHtml
用于页面元素的替换模式 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
- 返回:
- the _ChildrenParameters
-
setChildrenParameters
- 参数:
childrenParameters- the _ChildrenParameters to set
-
getChildren
- 返回:
- the _Children
-
setChildren
- 参数:
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
-