| |
|
| javax.swing.JDialog jimm.datavision.gui.EditWin jimm.datavision.gui.AggregatesWin
AggregatesWin | public class AggregatesWin extends EditWin (Code) | | An aggregates editor for a single field that lets the user add and delete
aggregates at each level (group footers, report footer). Never called
when multiple fields are selected.
author: Jim Menard, jimm@io.com |
Inner Class :static class Slot | |
TEXT_FIELD_COLS | final protected static int TEXT_FIELD_COLS(Code) | | |
AggregatesWin | public AggregatesWin(Designer designer, FieldWidget fw)(Code) | | Constructor.
Parameters: designer - the window to which this dialog belongs Parameters: fw - a field widget |
buildAggregatesEditor | protected JPanel buildAggregatesEditor(HashMap aggregates)(Code) | | Builds the editor widget panel.
Parameters: aggregates - a hash that maps either a group or a report footersection to the associated existing aggregate widget |
buildWindow | protected void buildWindow(HashMap aggregates)(Code) | | Builds the window contents.
Parameters: aggregates - a hash that maps either a group or a report footersection to the associated existing aggregate widget |
doRevert | protected void doRevert()(Code) | | |
doSave | protected void doSave()(Code) | | |
getAggregateField | protected AggregateField getAggregateField()(Code) | | Return the AggregateField associated with the ivar
fieldWidget. Convenience method.
|
|
|
|