public class PackagesScreen extends FolderScreen
m_recHeaderBASE_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 |
|---|
PackagesScreen()
Default constructor.
|
PackagesScreen(Record recHeader,
Record record,
ScreenLocation itsLocation,
BasePanel parentScreen,
Converter fieldConverter,
int iDisplayFieldDesc,
Map<String,Object> properties)
PackagesScreen Method.
|
PackagesScreen(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()
Set up all the screen fields.
|
addSubFileFilter, makeSubScreen, openHeaderRecordfreeaddListeners, getHeaderRecord, openOtherRecords, syncHeaderToMain, syncScreenFieldToHeaderaddMainKeyBehavior, addScreenMenus, getNextLocation, getScreenURL, getTitle, onAdd, onDelete, onMove, onRefresh, setSelectQueryaddDatabase, addListenerMessageFilter, addRecord, addScreenRecord, addToolbars, checkContactSecurity, checkSecurity, clearCachedData, doServletCommand, getAppending, getDatabase, getDatabaseOwner, getEnvironment, 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, syncRecordToMainFieldaddRecordOwner, addSField, addSField, addURLParam, checkSecurity, clearStatusText, controlToField, displayError, displayError, displayError, displayError, displaySecurityWarning, fieldChanged, fieldToControl, freeAllSFields, getAppletScreen, getBasePanel, getComponentAfter, getDisplayFieldDesc, getEditing, getHiddenParams, getNextLocation, getProperties, getProperty, getRootScreen, getScreen, getScreenType, getServletPath, getSField, getSFieldCount, getViewFactory, getViewType, handleCommand, init, isMainMenu, isPrintableControl, isPrintReport, makeWindow, onBack, onClone, onDisplay, onForm, onForm, onHelp, onHome, onNewWindow, popHistory, prePrintReport, printControl, printData, pushHistory, pushHistory, removeRecordOwner, removeSField, resizeToContent, retrieveUserProperties, retrieveUserProperties, run, selectField, setDefaultButton, setEditing, setEnabled, 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, waitgetRootScreen, getSField, getSFieldCount, getViewType, isPrintReport, popHistory, pushHistory, retrieveUserPropertiescontrolToField, fieldToControl, getControl, getConverter, getParentScreen, init, requestFocus, setConverter, setEnabled, setRequestFocusEnabled, setSFieldToPropertygetPropertyaddRecordOwner, removeRecordOwnergetProperties, retrieveUserProperties, setProperties, setPropertygetScreenFieldView, printReportpublic PackagesScreen()
public PackagesScreen(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 FolderScreenpublic void init(Record recHeader, Record record, ScreenLocation itsLocation, BasePanel parentScreen, Converter fieldConverter, int iDisplayFieldDesc, Map<String,Object> properties)
init in class BaseFolderScreenpublic Record openMainRecord()
openMainRecord in class FolderScreenpublic void addToolbarButtons(ToolScreen toolScreen)
addToolbarButtons in class BaseFolderScreenpublic void setupSFields()
setupSFields in class FolderScreenpublic boolean doCommand(String strCommand, ScreenField sourceSField, int iCommandOptions)
doCommand in class BaseFolderScreenstrCommand - 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.