public class FormElement extends Object implements Serializable
| 构造器和说明 |
|---|
FormElement() |
| 限定符和类型 | 方法和说明 |
|---|---|
Authority |
getAuthority() |
String |
getCaption() |
String |
getDataType() |
String |
getDefaultValue() |
String |
getEditorType() |
List<Mapping> |
getMappings() |
String |
getName() |
boolean |
isRequired() |
void |
setAuthority(Authority authority) |
void |
setCaption(String caption) |
void |
setDataType(String dataType) |
void |
setDefaultValue(String defaultValue) |
void |
setEditorType(String editorType) |
void |
setMappings(List<Mapping> mappings) |
void |
setName(String name) |
void |
setRequired(boolean required) |
public String getName()
public void setName(String name)
public String getCaption()
public void setCaption(String caption)
public String getDataType()
public void setDataType(String dataType)
public String getEditorType()
public void setEditorType(String editorType)
public Authority getAuthority()
public void setAuthority(Authority authority)
public boolean isRequired()
public void setRequired(boolean required)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
Copyright © 2019 Bstek. All rights reserved.