Uses of Class
org.verapdf.wcag.algorithms.entities.tables.TableRow
-
Packages that use TableRow Package Description org.verapdf.wcag.algorithms.entities.lists org.verapdf.wcag.algorithms.entities.tables -
-
Uses of TableRow in org.verapdf.wcag.algorithms.entities.lists
Methods in org.verapdf.wcag.algorithms.entities.lists with parameters of type TableRow Modifier and Type Method Description voidListItem. add(TableRow tableRow)Constructors in org.verapdf.wcag.algorithms.entities.lists with parameters of type TableRow Constructor Description ListItem(TableRow tableRow) -
Uses of TableRow in org.verapdf.wcag.algorithms.entities.tables
Methods in org.verapdf.wcag.algorithms.entities.tables that return types with arguments of type TableRow Modifier and Type Method Description List<TableRow>Table. getRows()Methods in org.verapdf.wcag.algorithms.entities.tables with parameters of type TableRow Modifier and Type Method Description voidTable. add(TableRow row)voidTableRow. merge(TableRow other)
-