类 XItem
java.lang.Object
com.gdxsoft.easyweb.script.template.XItem
- 作者:
- Administrator
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明映射的类名称getName()String[]booleanisRepeat()voidsetClassName(String className) 设置映射的类名称voidsetDescriptions(Descriptions descriptions) voidsetHtmlTag(String htmlTag) voidsetIsRepeat(boolean isRepeat) voidvoidsetParameters(String[] parameters) voidsetTemplateHtml(String templateHtml) voidsetTemplateRepeat(String templateRepeat)
-
构造器详细资料
-
XItem
public XItem()
-
-
方法详细资料
-
getName
- 返回:
- the _Name
-
setName
- 参数:
name- the _Name to set
-
getHtmlTag
- 返回:
- the _HtmlTag
-
setHtmlTag
- 参数:
htmlTag- the _HtmlTag to set
-
getParameters
- 返回:
- the _Parameters
-
setParameters
- 参数:
parameters- the _Parameters to set
-
getDescriptions
- 返回:
- the _Descriptions
-
setDescriptions
- 参数:
descriptions- the _Descriptions to set
-
getTemplateHtml
- 返回:
- the _TemplateHtml
-
setTemplateHtml
- 参数:
templateHtml- the _TemplateHtml to set
-
getTemplateRepeat
- 返回:
- the _TemplateRepeat
-
setTemplateRepeat
- 参数:
templateRepeat- the _TemplateRepeat to set
-
isRepeat
public boolean isRepeat()- 返回:
- the _IsRepeat
-
setIsRepeat
public void setIsRepeat(boolean isRepeat) - 参数:
isRepeat- the _IsRepeat to set
-
getClassName
映射的类名称- 返回:
- the _ClassName
-
setClassName
设置映射的类名称- 参数:
className- the _ClassName to set
-