|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.pivot.impl.calc.ProductContext
public class ProductContext
| Field Summary | |
|---|---|
protected Numbers.MixedTypedNumber |
_product
|
static ContextFactory<ProductContext> |
FACTORY
|
| Constructor Summary | |
|---|---|
ProductContext()
|
|
| Method Summary | |
|---|---|
void |
add(java.lang.Object item)
Add an item into the aggregation. |
java.lang.Number |
getProduct()
Retrieve PRODUCT. |
void |
merge(ProductContext ctx)
Merge from another context of the same type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Numbers.MixedTypedNumber _product
public static final ContextFactory<ProductContext> FACTORY
| Constructor Detail |
|---|
public ProductContext()
| Method Detail |
|---|
public void add(java.lang.Object item)
Context
add in interface Context<ProductContext>public void merge(ProductContext ctx)
Context
merge in interface Context<ProductContext>public java.lang.Number getProduct()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||