Package gov.nasa.pds.web.ui.containers
Class TableContainer
java.lang.Object
gov.nasa.pds.web.ui.containers.TableContainer
- All Implemented Interfaces:
BaseContainerInterface
public class TableContainer extends Object implements BaseContainerInterface
-
Constructor Summary
Constructors Constructor Description TableContainer()
TableContainer(String title)
TableContainer(String title, RowContainer header)
-
Method Summary
Modifier and Type Method Description void
addRow(RowContainer row)
void
addRow(Object... objects)
void
addRows(List<RowContainer> newRows)
RowContainer
getHeader()
List<RowContainer>
getRows()
String
getTitle()
void
setHeader(RowContainer header)
String
toString()