Uses of Class
org.wicketstuff.gchart.DataRow
-
Packages that use DataRow Package Description org.wicketstuff.gchart -
-
Uses of DataRow in org.wicketstuff.gchart
Methods in org.wicketstuff.gchart that return types with arguments of type DataRow Modifier and Type Method Description static List<DataRow>DataTable. fromArray(Object[][] data)Create rows for the datatable from an array.List<DataRow>DataTable. getRows()Methods in org.wicketstuff.gchart with parameters of type DataRow Modifier and Type Method Description booleanDataTable. addRow(DataRow newRow)
-