|
|
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractRowData | |
|---|---|
| org.torweg.pulse.component.statistics.util | Provides a set of utility classes for displaying statistical information within the pulse website administration UI. |
| Uses of AbstractRowData in org.torweg.pulse.component.statistics.util |
|---|
| Classes in org.torweg.pulse.component.statistics.util with type parameters of type AbstractRowData | |
|---|---|
interface |
IRowDataBuilder<U extends IHasDuration,T extends AbstractRowData<U>>
Decorates a class being able of being a factory for an actual implementation of AbstractRowData as used by the
ResultIHasDurationDataMatrixRows of the
ResultIHasDurationDataMatrix for aggregating statistical data
for displaying. |
class |
ResultIHasDurationDataMatrix<T extends IHasDuration,U extends IRowDataBuilder<T,V>,V extends AbstractRowData<T>>
A 2-dimensional matrix to further aggregate AbstractAggregations
for display purposes, e.g. for creating table-like structures. |
class |
ResultIHasDurationDataMatrixRow<T extends IHasDuration,U extends IRowDataBuilder<T,V>,V extends AbstractRowData<T>>
Represents a row within the ResultIHasDurationDataMatrix. |
| Subclasses of AbstractRowData in org.torweg.pulse.component.statistics.util | |
|---|---|
class |
AbstractRegexVersionedCounterAggregationRowData<T extends AbstractRegexVersionedCounterAggregation<? extends AbstractRegexVersioned,?>>
The default row data implementation for aggregation of {@code AbstractRegexVersionedCounterAggregation |
class |
ScreenResolutionPerVisitAggregationRowData
The actual implementation of AbstractRowData as used for
displaying ScreenResolutionPerVisitAggregations within the
ResultIHasDurationMatrix. |
| Methods in org.torweg.pulse.component.statistics.util that return AbstractRowData | |
|---|---|
protected abstract AbstractRowData<T> |
AbstractRowData.create(T dataObject)
Factory method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||