public class ConfigRow extends Object
| 构造器和说明 |
|---|
ConfigRow() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addCell(ConfigCell cell) |
ConfigCell |
getCell(int index) |
ConfigCell |
getCell(String cellName) |
List<ConfigCell> |
getCells() |
String |
getRowKey() |
void |
setCells(List<ConfigCell> cells) |
void |
setRowKey(String rowKey) |
String |
toString() |
public ConfigCell getCell(String cellName)
public ConfigCell getCell(int index)
public String getRowKey()
public void setRowKey(String rowKey)
public List<ConfigCell> getCells()
public void addCell(ConfigCell cell)
public void setCells(List<ConfigCell> cells)
Copyright © 2018. All rights reserved.