Uses of Class
org.jivesoftware.smackx.search.ReportedData.Column
Packages that use ReportedData.Column
Package
Description
Smacks implementation of XEP-0055: Jabber Search.
-
Uses of ReportedData.Column in org.jivesoftware.smackx.search
Methods in org.jivesoftware.smackx.search that return types with arguments of type ReportedData.ColumnModifier and TypeMethodDescriptionReportedData.getColumns()
Returns a List of the columns returned from a search.Methods in org.jivesoftware.smackx.search with parameters of type ReportedData.ColumnModifier and TypeMethodDescriptionvoid
ReportedData.addColumn
(ReportedData.Column column) Adds a newColumn
.