public class TableSchemaItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
TableSchemaItem() |
TableSchemaItem(TableSchemaItem 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[] |
getCandidates()
Get 筛选的候选集
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getClickable()
Get 是否可点击
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 列标识
|
Boolean |
getSortable()
Get 是否可按该列排序
|
String |
getTitle()
Get 展示的名字
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getWithFilter()
Get 是否可筛选
|
void |
setCandidates(String[] Candidates)
Set 筛选的候选集
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClickable(Boolean Clickable)
Set 是否可点击
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 列标识
|
void |
setSortable(Boolean Sortable)
Set 是否可按该列排序
|
void |
setTitle(String Title)
Set 展示的名字
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWithFilter(Boolean WithFilter)
Set 是否可筛选
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TableSchemaItem()
public TableSchemaItem(TableSchemaItem source)
public String getName()
public void setName(String Name)
Name
- 列标识public Boolean getSortable()
public void setSortable(Boolean Sortable)
Sortable
- 是否可按该列排序public Boolean getWithFilter()
public void setWithFilter(Boolean WithFilter)
WithFilter
- 是否可筛选public String[] getCandidates()
public void setCandidates(String[] Candidates)
Candidates
- 筛选的候选集
注意:此字段可能返回 null,表示取不到有效值。public Boolean getClickable()
public void setClickable(Boolean Clickable)
Clickable
- 是否可点击
注意:此字段可能返回 null,表示取不到有效值。public String getTitle()
public void setTitle(String Title)
Title
- 展示的名字
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.