|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.object.AbstractSPObject
ca.sqlpower.wabit.AbstractWabitObject
ca.sqlpower.wabit.report.Layout
ca.sqlpower.wabit.report.Report
public class Report
Represents a report layout in the Wabit.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ca.sqlpower.wabit.report.Layout |
|---|
Layout.LayoutVarContext |
| Field Summary |
|---|
| Fields inherited from class ca.sqlpower.wabit.report.Layout |
|---|
page, PAGE_NUMBER, PROPERTY_ZOOM, varContext |
| Fields inherited from class ca.sqlpower.object.AbstractSPObject |
|---|
uuid |
| Fields inherited from interface java.awt.print.Pageable |
|---|
UNKNOWN_NUMBER_OF_PAGES |
| Fields inherited from interface java.awt.print.Printable |
|---|
NO_SUCH_PAGE, PAGE_EXISTS |
| Constructor Summary | |
|---|---|
Report(Layout layout,
WabitSession session)
Copy constructor |
|
Report(java.lang.String name)
|
|
Report(java.lang.String name,
java.lang.String uuid)
|
|
Report(java.lang.String name,
java.lang.String uuid,
Page page)
|
|
| Method Summary |
|---|
| Methods inherited from class ca.sqlpower.wabit.report.Layout |
|---|
addChildImpl, allowsChildren, childPositionOffset, compareAndSetCurrentlyPrinting, getAllowedChildTypes, getChildren, getDependencies, getNumberOfPages, getPage, getPageFormat, getPrintable, getVarContext, getZoomLevel, isCurrentlyPrinting, print, removeChildImpl, removeDependency, setPage, setVariable, setZoomLevel, toString, updateBuiltinVariables |
| Methods inherited from class ca.sqlpower.wabit.AbstractWabitObject |
|---|
cleanup, commit, equals, generateNewUUID, getParent, getSession, isForegroundThread, removeChild, rollback, runInBackground, runInForeground |
| Methods inherited from class ca.sqlpower.object.AbstractSPObject |
|---|
addChild, addSPListener, begin, fireChildAdded, fireChildRemoved, firePropertyChange, firePropertyChange, firePropertyChange, fireTransactionEnded, fireTransactionRollback, fireTransactionStarted, getChildren, getName, getUUID, removeSPListener, setName, setParent, setUUID |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ca.sqlpower.object.SPObject |
|---|
addChild, addSPListener, begin, getChildren, getName, getUUID, removeSPListener, setName, setParent, setUUID |
| Constructor Detail |
|---|
public Report(java.lang.String name)
public Report(java.lang.String name,
java.lang.String uuid)
public Report(java.lang.String name,
java.lang.String uuid,
Page page)
public Report(Layout layout,
WabitSession session)
layout - The layout to copysession - The session to add the layout to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||