Uses of Class
org.netxms.client.TableRow
-
Packages that use TableRow Package Description org.netxms.client -
-
Uses of TableRow in org.netxms.client
Methods in org.netxms.client that return TableRow Modifier and Type Method Description TableRow[]Table. getAllRows()Get all rows.TableRowTable. getRow(int row)Get row.Method parameters in org.netxms.client with type arguments of type TableRow Modifier and Type Method Description voidTable. sort(Comparator<TableRow> comparator)Sort table rows using provided comparatorConstructors in org.netxms.client with parameters of type TableRow Constructor Description TableRow(TableRow src)Copy constructor
-