JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.priint.pubserver.metadata.element
Interface TableBody
All Superinterfaces:
Serializable
All Known Implementing Classes:
TableBodyImpl
public interface
TableBody
extends
Serializable
The Interface TableBody.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
TableRow
>
getRows
()
TableRow
Gets the rows.
void
setRows
(
List
<
TableRow
> rows)
TableRow
Sets the rows.
Method Details
getRows
List
<
TableRow
>
getRows
()
TableRow
Gets the rows.
Returns:
the rows
See Also:
TableRow
setRows
void
setRows
(
List
<
TableRow
> rows)
TableRow
Sets the rows.
Parameters:
rows
- the new rows
See Also:
TableRow