public class ReportedData
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ReportedData.Column
Represents the columns definition of the reported data.
|
static class |
ReportedData.Row |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator |
getColumns()
Returns an Iterator for the columns returned from a search.
|
static ReportedData |
getReportedDataFrom(Packet packet)
Returns a new ReportedData if the packet is used for reporting data and includes an
extension that matches the elementName and namespace "x","jabber:x:data".
|
java.util.Iterator |
getRows()
Returns an Iterator for the rows returned from a search.
|
java.lang.String |
getTitle()
Returns the report's title.
|
public static ReportedData getReportedDataFrom(Packet packet)
packet
- the packet used for reporting data.public java.util.Iterator getRows()
public java.util.Iterator getColumns()
public java.lang.String getTitle()
Copyright © 2003 Jive Software.