public class EDField extends Object
| 构造器和说明 |
|---|
EDField() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCnName() |
Integer |
getColSpan() |
String |
getDictJson() |
Integer |
getIndex() |
Integer |
getLength() |
String |
getName() |
Integer |
getRowSpan() |
com.ds.esd.tool.ui.enums.XUIType |
getType() |
String |
getValue() |
void |
setCnName(String cnName) |
void |
setColSpan(Integer colSpan) |
void |
setDictJson(String dictJson) |
void |
setIndex(Integer index) |
void |
setLength(Integer length) |
void |
setName(String name) |
void |
setRowSpan(Integer rowSpan) |
void |
setType(com.ds.esd.tool.ui.enums.XUIType type) |
void |
setValue(String value) |
public String getDictJson()
public void setDictJson(String dictJson)
public String getValue()
public void setValue(String value)
public Integer getIndex()
public void setIndex(Integer index)
public String getCnName()
public void setCnName(String cnName)
public String getName()
public void setName(String name)
public com.ds.esd.tool.ui.enums.XUIType getType()
public void setType(com.ds.esd.tool.ui.enums.XUIType type)
public Integer getLength()
public void setLength(Integer length)
public Integer getColSpan()
public void setColSpan(Integer colSpan)
public Integer getRowSpan()
public void setRowSpan(Integer rowSpan)
Copyright © 2023 onecode. All rights reserved.