类 ContentKiteElement
- java.lang.Object
-
- com.github.developframework.kite.core.element.AbstractKiteElement
-
- com.github.developframework.kite.core.element.ContentKiteElement
-
- 所有已实现的接口:
KiteElement
public abstract class ContentKiteElement extends AbstractKiteElement
内容节点基类- 作者:
- qiuzhenhao
-
-
字段概要
字段 修饰符和类型 字段 说明 protected Stringaliasprotected StringconverterValueprotected DataDefinitiondataDefinitionprotected booleannullHidden-
从类继承的字段 com.github.developframework.kite.core.element.AbstractKiteElement
configuration, templateLocation
-
-
构造器概要
构造器 构造器 说明 ContentKiteElement(KiteConfiguration configuration, TemplateLocation templateLocation, DataDefinition dataDefinition, String alias)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Optional<String>getConverterValue()voidsetNullHidden(String nullHiddenStr)StringshowNameJSON()生成显示名称(json)StringshowNameXML()生成显示名称(xml)-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 com.github.developframework.kite.core.element.KiteElement
createJsonProcessor, createXmlProcessor
-
-
-
-
字段详细资料
-
dataDefinition
protected DataDefinition dataDefinition
-
converterValue
protected String converterValue
-
alias
protected String alias
-
nullHidden
protected boolean nullHidden
-
-
构造器详细资料
-
ContentKiteElement
public ContentKiteElement(KiteConfiguration configuration, TemplateLocation templateLocation, DataDefinition dataDefinition, String alias)
-
-