|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.statistics.view.RefererAnalysisViewControllerResultData.RefererTreeAggregationsNode
protected static final class RefererAnalysisViewControllerResultData.RefererTreeAggregationsNode
Simply an information wrapper (to feed the tree of the data view of the
administration ui) which accumulates the statistical data for a
RefererTreeElement and a set of corresponding
RefererTreeAggregations.
NOTE: The default naming pattern for the JAXB annotated fields is being broken here. This is because the data generated is to feed the Ext tree in the website administration ui and therefore has to meet the requirements of the Ext.tree.AsyncTreeNode. This will be refactored with the next version of the website administration.
| Field Summary | |
|---|---|
static java.lang.String |
UI_PROVIDER
The ExtJs-"uiProvider". |
| Constructor Summary | |
|---|---|
protected |
RefererAnalysisViewControllerResultData.RefererTreeAggregationsNode()
Deprecated. |
protected |
RefererAnalysisViewControllerResultData.RefererTreeAggregationsNode(RefererTreeElement path,
java.util.List<RefererTreeAggregation> aggrs)
Creates a new RefererTreeAggregationsNode for the given
RefererTreeAggregations. |
| Method Summary | |
|---|---|
int |
getHits()
Returns the hits. |
java.lang.Long |
getId()
Returns the id. |
java.lang.String |
getText()
Returns the text. |
boolean |
isExpandable()
Returns whether the RefererTreeAggregationsNode is
expandable. |
boolean |
isHasChildNodes()
Returns whether the RefererTreeAggregationsNode has
children. |
boolean |
isLeaf()
Returns whether the RefererTreeAggregationsNode is a
leaf. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String UI_PROVIDER
| Constructor Detail |
|---|
@Deprecated protected RefererAnalysisViewControllerResultData.RefererTreeAggregationsNode()
protected RefererAnalysisViewControllerResultData.RefererTreeAggregationsNode(RefererTreeElement path,
java.util.List<RefererTreeAggregation> aggrs)
RefererTreeAggregationsNode for the given
RefererTreeAggregations.
path - the current RefererTreeAggregationsNodeaggrs - the List<RefererTreeAggregation>
java.lang.IllegalArgumentException - if the given path is null| Method Detail |
|---|
public java.lang.Long getId()
public java.lang.String getText()
public int getHits()
public boolean isLeaf()
RefererTreeAggregationsNode is a
leaf.
true if the
RefererTreeAggregationsNode is a leaf,
false otherwisepublic boolean isExpandable()
RefererTreeAggregationsNode is
expandable.
true if the
RefererTreeAggregationsNode is expandable,
false otherwisepublic boolean isHasChildNodes()
RefererTreeAggregationsNode has
children.
true if the
RefererTreeAggregationsNode has children,
false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||