public class PackagesReport extends ReportScreen
DEFAULT_LIMIT, EDIT_PARAM, LIMIT_PARAM, LIMIT_UNLIMITED, m_scrReportDetail, m_scrReportFooting, m_scrReportHeadingBASE_CLASS, m_bAppending, m_messageFilterList, m_recDependent, m_vRecordListm_recordOwnerCollection, m_registration, m_SFieldList, m_vHistory, m_viewFactorym_bEnabled, m_bIsFocusTarget, m_converterField, m_iDisplayFieldDesc, m_itsLocation, m_screenFieldView, m_screenParentMASTER, SLAVEBASE_MENU_SCREEN, BASE_PACKAGE, BLINK_IMAGE, BUTTON_BOX, CALENDAR_SCREEN, CANNED_BOX, CHECK_BOX, CLEAR, COMBO_BOX, COMMAND, DESC, DETAIL_GRID_SCREEN, DISPLAY, DISPLAY_STRING, DOJO_TYPE, EDIT, EDIT_TEXT, EMAIL, FAKE_SCREEN_FIELD, FAX, FIELD, FRAME_SCREEN, GRID_SCREEN, HTML_TYPE, HTML_VIEW, IMAGE, IMAGE_VIEW, LOCATION, MAIL, MENU_BUTTON, MENU_SCREEN, NEVER_DISABLE, NONE, NUMBER_TEXT, OPEN, PASSWORD_FIELD, PHONE, POPUP_BOX, RADIO_BUTTON, RECORD, SCREEN, STATIC_STRING, STATIC_TEXT, SWING_TYPE, TE_VIEW, THREE_STATE_CHECK_BOX, TOGGLE_BUTTON, TOOL_SCREEN, TOOLTIP, TOP_SCREEN, TREE_CTRL, URL, VALUE, VIEW_TYPE, XML_TYPE| Constructor and Description |
|---|
PackagesReport()
Default constructor.
|
PackagesReport(Record record,
ScreenLocation itsLocation,
BasePanel parentScreen,
Converter fieldConverter,
int iDisplayFieldDesc,
Map<String,Object> properties)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListeners()
Add all the screen listeners.
|
BaseScreen |
addReportDetail()
Get the detail screen for this report item (null = none).
|
BaseScreen |
addReportFooting()
Get the footing for this report.
|
BaseScreen |
addReportHeading()
Get the Heading for this report.
|
Record |
addScreenRecord()
Add the screen fields.
|
ToolScreen |
addToolbars()
Add the toolbars that belong with this screen.
|
String |
getServletPath(String strServletParam)
Get the path to the target servlet.
|
void |
init(Record record,
ScreenLocation itsLocation,
BasePanel parentScreen,
Converter fieldConverter,
int iDisplayFieldDesc,
Map<String,Object> properties)
Initialize class fields.
|
Record |
openMainRecord()
Override this to open the main file.
|
void |
openOtherRecords()
Override this to open the other files in the query.
|
void |
setupSFields()
SetupSFields Method.
|
free, getScreenURL, getTitleaddScreenParamsaddColumn, getDisplayFieldDesc, getNextGridRecord, getNextRecord, getReportDetail, getReportFooting, getReportHeading, isAnyHeadingFooting, isPrintableControl, onDelete, printData, printHeadingFootingData, reSelectRecordsaddDatabase, addListenerMessageFilter, addRecord, checkContactSecurity, checkSecurity, clearCachedData, doCommand, doServletCommand, getAppending, getDatabase, getDatabaseOwner, getEnvironment, getHeaderRecord, getListenerMessageFilter, getMainRecord, getMasterSlave, getNavCount, getParentRecordOwner, getRecord, getScreenRecord, getTask, handleMessage, init, isBatch, isThinListener, makeScreenFromParams, makeScreenFromRecord, makeScreenFromRecord, onChangePassword, onChangeSettings, onLogin, onLogon, onLogout, removeDatabase, removeListenerMessageFilter, removeRecord, restoreScreenParam, restoreScreenParam, setAppending, setDependentQuery, setScreenRecord, syncHeaderToMain, syncRecordToMainFieldaddRecordOwner, addScreenMenus, addSField, addSField, addToolbarButtons, addURLParam, checkSecurity, clearStatusText, controlToField, displayError, displayError, displayError, displayError, displaySecurityWarning, fieldChanged, fieldToControl, freeAllSFields, getAppletScreen, getBasePanel, getComponentAfter, getEditing, getHiddenParams, getNextLocation, getNextLocation, getProperties, getProperty, getRootScreen, getScreen, getScreenType, getSField, getSFieldCount, getViewFactory, getViewType, handleCommand, init, isMainMenu, isPrintReport, makeSubScreen, makeWindow, onAdd, onBack, onClone, onDisplay, onForm, onForm, onHelp, onHome, onMove, onNewWindow, onRefresh, popHistory, prePrintReport, printControl, pushHistory, pushHistory, removeRecordOwner, removeSField, resizeToContent, retrieveUserProperties, retrieveUserProperties, run, selectField, setDefaultButton, setEditing, setEnabled, setPrintReport, setProperties, setProperty, setSelectQuery, setSFieldToProperty, setupScreenFieldViewfinalizeThisScreen, getControl, getConverter, getDisplayFieldDesc, getInputType, getParentScreen, getPrintOptions, getScreenFieldView, getScreenLocation, getSeparateFieldDesc, getSFieldParam, getSFieldParam, getSFieldParam, getSFieldProperty, getSFieldValue, init, isEnabled, isFocusTarget, isInputField, isToolbar, printControlEndField, printControlEndForm, printControlStartField, printControlStartForm, printDataEndField, printDataEndForm, printDataStartField, printDataStartForm, printEndGridScreenData, printEndRecordData, printEndRecordGridData, printHeadingFootingControls, printNavButtonControls, printReport, printScreen, printScreenFieldData, printStartGridScreenData, printStartRecordData, printStartRecordGridData, processInputData, requestFocus, setConverter, setRequestFocusEnabled, setScreenFieldView, setSFieldValue, setupControlDescclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNavCount, setAppendinggetHeaderRecord, setDependentQuery, setSelectQuerygetMainRecord, getNextLocation, getRootScreen, getSField, getSFieldCount, getViewType, isPrintReport, popHistory, pushHistory, retrieveUserPropertiescontrolToField, fieldToControl, getControl, getConverter, getParentScreen, init, requestFocus, setConverter, setEnabled, setRequestFocusEnabled, setSFieldToPropertyaddRecord, getMainRecord, getRecord, getScreenRecord, init, removeRecordaddRecordOwner, getTask, removeRecordOwnergetProperties, getProperty, retrieveUserProperties, setProperties, setPropertygetPropertygetScreenFieldView, printReportpublic PackagesReport()
public PackagesReport(Record record, ScreenLocation itsLocation, BasePanel parentScreen, Converter fieldConverter, int iDisplayFieldDesc, Map<String,Object> properties)
record - The main record for this screen.itsLocation - The location of this component within the parent.parentScreen - The parent screen.fieldConverter - The field this screen field is linked to.iDisplayFieldDesc - Do I display the field desc?properties - Addition properties to pass to the screen.public void init(Record record, ScreenLocation itsLocation, BasePanel parentScreen, Converter fieldConverter, int iDisplayFieldDesc, Map<String,Object> properties)
init in class ReportScreenpublic Record openMainRecord()
openMainRecord in class BaseScreenpublic void openOtherRecords()
openOtherRecords in class BaseScreenpublic Record addScreenRecord()
addScreenRecord in class BaseScreenpublic void addListeners()
addListeners in class BaseGridScreenpublic ToolScreen addToolbars()
addToolbars in class ReportScreenpublic void setupSFields()
setupSFields in class BasePanelpublic BaseScreen addReportHeading()
addReportHeading in class BaseGridScreenpublic BaseScreen addReportFooting()
addReportFooting in class BaseGridScreenpublic BaseScreen addReportDetail()
addReportDetail in class BaseGridScreenpublic String getServletPath(String strServletParam)
getServletPath in class BasePanelThe - servlet type (regular html or xhtml)Copyright © 2013 jbundle.org. All Rights Reserved.