Uses of Class
gov.nasa.pds.web.ui.containers.RowContainer
-
Packages that use RowContainer Package Description gov.nasa.pds.web.ui.containers -
-
Uses of RowContainer in gov.nasa.pds.web.ui.containers
Methods in gov.nasa.pds.web.ui.containers that return RowContainer Modifier and Type Method Description RowContainerTableContainer. getHeader()Methods in gov.nasa.pds.web.ui.containers that return types with arguments of type RowContainer Modifier and Type Method Description List<RowContainer>TableContainer. getRows()Methods in gov.nasa.pds.web.ui.containers with parameters of type RowContainer Modifier and Type Method Description voidTableContainer. addRow(RowContainer row)voidTableContainer. setHeader(RowContainer header)Method parameters in gov.nasa.pds.web.ui.containers with type arguments of type RowContainer Modifier and Type Method Description voidTableContainer. addRows(List<RowContainer> newRows)Constructors in gov.nasa.pds.web.ui.containers with parameters of type RowContainer Constructor Description TableContainer(String title, RowContainer header)
-