public class FormField extends AbstractModel
Constructor and Description |
---|
FormField() |
FormField(FormField source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getComponentId()
Get 控件id
|
String |
getComponentName()
Get 控件名字,最大长度不超过30字符
|
String |
getComponentValue()
Get 控件填充value
|
void |
setComponentId(String ComponentId)
Set 控件id
|
void |
setComponentName(String ComponentName)
Set 控件名字,最大长度不超过30字符
|
void |
setComponentValue(String ComponentValue)
Set 控件填充value
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public FormField()
public FormField(FormField source)
public String getComponentValue()
public void setComponentValue(String ComponentValue)
ComponentValue
- 控件填充valuepublic String getComponentId()
public void setComponentId(String ComponentId)
ComponentId
- 控件idpublic String getComponentName()
public void setComponentName(String ComponentName)
ComponentName
- 控件名字,最大长度不超过30字符Copyright © 2022. All rights reserved.