public class PackagesGridScreen extends FolderGridScreen
m_recHeaderm_iNavCountDEFAULT_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 |
|---|
PackagesGridScreen()
Default constructor.
|
PackagesGridScreen(Record recHeader,
Record record,
ScreenLocation itsLocation,
BasePanel parentScreen,
Converter fieldConverter,
int iDisplayFieldDesc,
Map<String,Object> properties)
PackagesGridScreen Method.
|
PackagesGridScreen(Record record,
ScreenLocation itsLocation,
BasePanel parentScreen,
Converter fieldConverter,
int iDisplayFieldDesc,
Map<String,Object> properties)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToolbarButtons(ToolScreen toolScreen)
Add button(s) to the toolbar.
|
boolean |
doCommand(String strCommand,
ScreenField sourceSField,
int iCommandOptions)
Process the command.
|
void |
init(Record recHeader,
Record record,
ScreenLocation itsLocation,
BasePanel parentScreen,
Converter fieldConverter,
int iDisplayFieldDesc,
Map<String,Object> properties)
Initialize class fields.
|
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 |
setupSFields()
SetupSFields Method.
|
addListeners, addSubFileFilter, makeSubScreen, openHeaderRecordaddNavButtons, free, openOtherRecordsgetHeaderRecordfieldToControl, getNavCount, getNextLocation, getScreenURL, getTitle, syncHeaderToMainaddScreenMenus, addToolbars, onForm, reSelectRecords, setDisplayInitialQuery, setEditing, setEnabled, setSelectQueryaddColumn, addReportDetail, addReportFooting, addReportHeading, getDisplayFieldDesc, getNextGridRecord, getNextRecord, getReportDetail, getReportFooting, getReportHeading, isAnyHeadingFooting, isPrintableControl, onDelete, printData, printHeadingFootingDataaddDatabase, addListenerMessageFilter, addRecord, addScreenRecord, checkContactSecurity, checkSecurity, clearCachedData, doServletCommand, getAppending, getDatabase, getDatabaseOwner, getEnvironment, getListenerMessageFilter, getMainRecord, getMasterSlave, getParentRecordOwner, getRecord, getScreenRecord, getTask, handleMessage, init, isBatch, isThinListener, makeScreenFromParams, makeScreenFromRecord, makeScreenFromRecord, onChangePassword, onChangeSettings, onLogin, onLogon, onLogout, removeDatabase, removeListenerMessageFilter, removeRecord, restoreScreenParam, restoreScreenParam, setAppending, setDependentQuery, setScreenRecord, syncRecordToMainFieldaddRecordOwner, addSField, addSField, addURLParam, checkSecurity, clearStatusText, controlToField, displayError, displayError, displayError, displayError, displaySecurityWarning, fieldChanged, freeAllSFields, getAppletScreen, getBasePanel, getComponentAfter, getEditing, getHiddenParams, getNextLocation, getProperties, getProperty, getRootScreen, getScreen, getScreenType, getServletPath, getSField, getSFieldCount, getViewFactory, getViewType, handleCommand, init, isMainMenu, isPrintReport, makeWindow, onAdd, onBack, onClone, onDisplay, onForm, onHelp, onHome, onMove, onNewWindow, onRefresh, popHistory, prePrintReport, printControl, pushHistory, pushHistory, removeRecordOwner, removeSField, resizeToContent, retrieveUserProperties, retrieveUserProperties, run, selectField, setDefaultButton, setPrintReport, setProperties, setProperty, 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, waitsetAppendingsetDependentQuerygetMainRecord, getRootScreen, getSField, getSFieldCount, getViewType, isPrintReport, popHistory, pushHistory, retrieveUserPropertiescontrolToField, getControl, getConverter, getParentScreen, init, requestFocus, setConverter, setRequestFocusEnabled, setSFieldToPropertyaddRecord, getMainRecord, getRecord, getScreenRecord, init, removeRecordaddRecordOwner, getTask, removeRecordOwnergetProperties, getProperty, retrieveUserProperties, setProperties, setPropertygetPropertygetScreenFieldView, printReportpublic PackagesGridScreen()
public PackagesGridScreen(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?.public void init(Record record, ScreenLocation itsLocation, BasePanel parentScreen, Converter fieldConverter, int iDisplayFieldDesc, Map<String,Object> properties)
init in class FolderGridScreenpublic void init(Record recHeader, Record record, ScreenLocation itsLocation, BasePanel parentScreen, Converter fieldConverter, int iDisplayFieldDesc, Map<String,Object> properties)
init in class BaseFolderGridScreenpublic Record openMainRecord()
openMainRecord in class FolderGridScreenpublic void addToolbarButtons(ToolScreen toolScreen)
addToolbarButtons in class BaseFolderGridScreenpublic void setupSFields()
setupSFields in class FolderGridScreenpublic boolean doCommand(String strCommand, ScreenField sourceSField, int iCommandOptions)
doCommand in class BaseFolderGridScreenstrCommand - The command to process.sourceSField - The source screen field (to avoid echos).iCommandOptions - If this command creates a new screen, create in a new window?Copyright © 2013 jbundle.org. All Rights Reserved.