|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A visitor that can be used to extend the functionality of all DataFields without modifying their API. Can be passed to every DataField through its accept method.
| Method Summary | |
void |
visit(BooleanField bf)
Visits the specified BooleanField. |
void |
visit(CounterField cf)
Visits the specified CounterField. |
void |
visit(DataList dl)
Visits the specified DataList. |
void |
visit(DataRow dr)
Visits the specified DataRow. |
void |
visit(DataTable dt)
Visits the specified DataTable. |
void |
visit(DateField df)
Visits the specified DateField. |
void |
visit(DoubleField df)
Visits the specified DoubleField. |
void |
visit(IntField inf)
Visits the specified IntField. |
void |
visit(LongField lf)
Visits the specified LongField. |
void |
visit(StringField sf)
Visits the specified StringField. |
| Method Detail |
public void visit(BooleanField bf)
public void visit(CounterField cf)
public void visit(IntField inf)
public void visit(LongField lf)
public void visit(DoubleField df)
public void visit(DateField df)
public void visit(StringField sf)
public void visit(DataList dl)
public void visit(DataRow dr)
public void visit(DataTable dt)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||