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,跟ComponentName二选一,不能全为空
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getComponentName()
Get 控件的名字,跟ComponentId二选一,不能全为空
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getComponentValue()
Get 表单域或控件的Value
|
void |
setComponentId(String ComponentId)
Set 表单域或控件的ID,跟ComponentName二选一,不能全为空
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setComponentName(String ComponentName)
Set 控件的名字,跟ComponentId二选一,不能全为空
注意:此字段可能返回 null,表示取不到有效值。
|
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
- 表单域或控件的ID,跟ComponentName二选一,不能全为空
注意:此字段可能返回 null,表示取不到有效值。public String getComponentName()
public void setComponentName(String ComponentName)
ComponentName
- 控件的名字,跟ComponentId二选一,不能全为空
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.