public interface IsTableRow extends HasObjectContext
A table row.
| Modifier and Type | Method and Description |
|---|---|
default LinkedList<? extends IsTableCell> |
getCells()
Returns the cells of a content row in a table.
|
IsTableRowContext |
getContext()
Returns the object’s context.
|
default TableRowStyle |
getStyle()
Returns the style of the rule row.
|
default TableRowType |
getType()
Returns the type of the rule row.
|
default boolean |
hasCells()
Tests if the row has cells, if it is a content row.
|
IsTableRowContext getContext()
HasObjectContextReturns the object’s context.
getContext in interface HasObjectContextdefault TableRowStyle getStyle()
Returns the style of the rule row.
TableRowStyle.UNKNOWNdefault TableRowType getType()
Returns the type of the rule row.
TableRowType.UNKNOWNdefault LinkedList<? extends IsTableCell> getCells()
Returns the cells of a content row in a table.
default boolean hasCells()
Tests if the row has cells, if it is a content row.
Copyright © 2016–2017. All rights reserved.