
reportComponentName binding. | WRRecordGroup | ( | WOContext | c | ) |
| void appendToResponse | ( | WOResponse | r, | |
| WOContext | c | |||
| ) |
| NSDictionary attributeListDict | ( | ) |
| Boolean booleanValueForBinding | ( | String | name | ) |
| NSArray colors | ( | ) |
| int colspanForAllAttribs | ( | ) |
| NSDictionary coordinates | ( | ) |
| int depthCount | ( | ) |
| String displayType | ( | ) |
Returns the display type from the bindings. If not set, then TOTALS is used as the default, meaning that ???
| boolean hDimsUsed | ( | ) |
| boolean isNotTotalGroup | ( | ) |
| boolean isStateless | ( | ) |
Component is stateless, and your subclasses should be so, too.
| DRReportModel model | ( | ) |
| String noTotalLabel | ( | ) |
| boolean nototals | ( | ) |
| int nototalsrowspan | ( | ) |
| NSArray recordFlatValueList | ( | ) |
| DRRecordGroup recordGroup | ( | ) |
Returns the DRRecordGroup from the bindings.
| NSArray records | ( | ) |
| String reportStyle | ( | ) |
| void reset | ( | ) |
Resets cached values.
| boolean showAsTable | ( | ) |
| boolean showHeadings | ( | ) |
| boolean showHeadingsForTotalsOrTable | ( | ) |
| boolean showRecordTable | ( | ) |
| boolean showRecordTableAsCells | ( | ) |
| boolean showRecordTableAsTable | ( | ) |
| boolean showSingleValue | ( | ) |
| boolean showTotalsOnly | ( | ) |
| boolean showTotalsOnlyAsCells | ( | ) |
| boolean showTotalsOnlyAsTable | ( | ) |
| String singleTotal | ( | ) |
| void sleep | ( | ) |
| final boolean synchronizesVariablesWithBindings | ( | ) |
Component does not synchronize with bindings, and your subclasses should be doing so, too.
| String toString | ( | ) |
| int totalCount | ( | ) |
| NSDictionary totalDict | ( | ) |
| NSArray totals | ( | ) |
| boolean totalsOnly | ( | ) |
| String totalToShow | ( | ) |
| double totalValueTotal | ( | ) |
| boolean useVerticalReportStyle | ( | ) |
NSArray _colors [package] |
NSDictionary _coordinates [package] |
String _displayType [package] |
DRReportModel _model [package] |
String _noTotalLabel [package] |
DRRecordGroup _recordGroup [package] |
String _reportStyle [package] |
Boolean _showAsTable [package] |
Boolean _showHeadings [package] |
Boolean _showRecordTable [package] |
int _totalCount = -1 [package] |
NSDictionary _totalDict [package] |
String _totalToShow [package] |
final Logger log = Logger.getLogger(WRRecordGroup.class) [static, private] |
logging support
1.5.8