Package | com.flexicious.print.printareas |
Class | public class PrintArea |
Inheritance | PrintArea mx.containers.HBox |
Implements | IPrintArea |
Subclasses | PageFooter, PageHeader, PrinterFooter, PrinterHeader |
Property | Defined By | ||
---|---|---|---|
allRecords : ArrayCollection
All records. | PrintArea | ||
currentPage : int
Current page being printed
| PrintArea | ||
extendedDataGrid : IExtendedDataGrid
The grid being printed
| PrintArea | ||
pageRecords : ArrayCollection
Records being printed on this page
| PrintArea | ||
printable : IPrintable
The grid to print
| PrintArea | ||
printComponent : IPrintComponent
The IPrintComponet being printed
| PrintArea | ||
printDataGrid : IPrintDatagrid
The grid being printed
| PrintArea | ||
printOptions : PrintOptions
The grid being printed
| PrintArea | ||
totalPages : int
Total number of pages to print
| PrintArea |
Method | Defined By | ||
---|---|---|---|
PrintArea |
allRecords | property |
allRecords:ArrayCollection
All records.
This property can be used as the source for data binding.
public function get allRecords():ArrayCollection
public function set allRecords(value:ArrayCollection):void
currentPage | property |
currentPage:int
Current page being printed
This property can be used as the source for data binding.
public function get currentPage():int
public function set currentPage(value:int):void
extendedDataGrid | property |
extendedDataGrid:IExtendedDataGrid
The grid being printed
This property can be used as the source for data binding.
public function get extendedDataGrid():IExtendedDataGrid
public function set extendedDataGrid(value:IExtendedDataGrid):void
pageRecords | property |
pageRecords:ArrayCollection
Records being printed on this page
This property can be used as the source for data binding.
public function get pageRecords():ArrayCollection
public function set pageRecords(value:ArrayCollection):void
printable | property |
printable:IPrintable
The grid to print
public function get printable():IPrintable
public function set printable(value:IPrintable):void
printComponent | property |
printComponent:IPrintComponent
The IPrintComponet being printed
public function get printComponent():IPrintComponent
public function set printComponent(value:IPrintComponent):void
printDataGrid | property |
printDataGrid:IPrintDatagrid
The grid being printed
This property can be used as the source for data binding.
public function get printDataGrid():IPrintDatagrid
public function set printDataGrid(value:IPrintDatagrid):void
printOptions | property |
printOptions:PrintOptions
The grid being printed
This property can be used as the source for data binding.
public function get printOptions():PrintOptions
public function set printOptions(value:PrintOptions):void
totalPages | property |
totalPages:int
Total number of pages to print
This property can be used as the source for data binding.
public function get totalPages():int
public function set totalPages(value:int):void
PrintArea | () | Constructor |
public function PrintArea()