public class TableRow extends Object implements Iterable<ITableCell>
| Modifier and Type | Field and Description |
|---|---|
private List<ITableCell> |
cells |
private Map<ITableCell,ECellConstraint> |
contraints |
private int |
heigth |
| 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) |
int |
getHeigth() |
boolean |
hasConstraint(ITableCell cell) |
Iterator<ITableCell> |
iterator() |
void |
setHeigth(int heigth)
Set the constraint for the row height.
|
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprivate List<ITableCell> cells
private Map<ITableCell,ECellConstraint> contraints
private int heigth
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)
public int getHeigth()
public void setHeigth(int heigth)
heigth - Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.