public class TableRow extends Object implements Iterable<ITableCell>
| Modifier and Type | Field and Description |
|---|---|
private List<ITableCell> |
cells |
private Map<ITableCell,ECellConstraint> |
contraints |
| Constructor and Description |
|---|
TableRow() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ITableCell cell) |
void |
add(ITableCell cell,
ECellConstraint contraint) |
ITableCell |
get(int index) |
ECellConstraint |
getCellConstraint(ITableCell cell) |
boolean |
hasConstraint(ITableCell cell) |
Iterator<ITableCell> |
iterator() |
int |
size() |
private List<ITableCell> cells
private Map<ITableCell,ECellConstraint> contraints
public ITableCell get(int index)
public int size()
public void add(ITableCell cell)
public void add(ITableCell cell, ECellConstraint contraint)
public Iterator<ITableCell> iterator()
iterator in interface Iterable<ITableCell>public boolean hasConstraint(ITableCell cell)
public ECellConstraint getCellConstraint(ITableCell cell)
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.