Package com.softwaremining.ui
Class DisplayHelper
java.lang.Object
com.softwaremining.ui.DisplayHelper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
accept
(IDisplayable displayable) static void
accept
(IDisplayable displayable, int row, int column) Screen handling method representing COBOL's ACCEPT FROM SCREEN methodsstatic void
accept
(IDisplayable displayable, CBLBean toAccept) Screen handling method representing COBOL's ACCEPT FROM SCREEN methodsstatic void
accept
(IDisplayable displayable, CBLBean toAccept, int row, int column) static void
accept
(IDisplayable displayable, ISMObject toAccept) Screen handling method representing COBOL's ACCEPT FROM SCREEN methodsstatic void
accept
(IDisplayable displayable, ISMObject toAccept, int row, int column) Screen handling method representing COBOL's ACCEPT FROM SCREEN methodsstatic void
acceptSection
(IDisplayable displayable, XMLScreenDefReader screenDefReader, String screenSubSection) Screen handling method representing COBOL's ACCEPT FROM SCREEN methodsstatic void
acceptSection
(IDisplayable displayable, String screenSubSection) Screen handling method representing COBOL's ACCEPT FROM SCREEN methodsstatic void
clearScreen
(IDisplayable displayable) Screen handling method representing COBOL's DISPLAY BLANK statement.static void
display
(IDisplayable displayable, double toDisplay) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static void
display
(IDisplayable displayable, double toDisplay, int row, int column) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static void
display
(IDisplayable displayable, double toDisplay, int row, int column, int size) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static void
display
(IDisplayable displayable, int toDisplay) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static void
display
(IDisplayable displayable, int toDisplay, int row, int column) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static void
display
(IDisplayable displayable, int toDisplay, int row, int column, int size) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static void
display
(IDisplayable displayable, long toDisplay) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static void
display
(IDisplayable displayable, long toDisplay, int row, int column) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static void
display
(IDisplayable displayable, AbstractCBLField toDisplay) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static void
display
(IDisplayable displayable, AbstractCBLField toDisplay, int row, int column) Screen handling method representing COBOL's DISPLAY TO SCREEN statementstatic void
display
(IDisplayable displayable, CBLBean toDisplay, int row, int column) static void
display
(IDisplayable displayable, ISMObject toDisplay) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static void
display
(IDisplayable displayable, ISMObject toDisplay, int row, int column) Deprecated.static void
display
(IDisplayable displayable, String toDisplay) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static void
display
(IDisplayable displayable, String toDisplay, int cursorPos) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static void
display
(IDisplayable displayable, String toDisplay, int row, int column) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static void
display
(IDisplayable displayable, String toDisplay, int row, int column, int size) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static void
display
(IDisplayable displayable, String paramName, String toDisplay, int row, int column) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static DisplayRequest
display
(AbstractCBLField toDisplay, int row, int column) Screen handling method representing COBOL's DISPLAY TO SCREEN statementstatic void
displaySection
(IDisplayable displayable, XMLScreenDefReader screenDefReader, String screenSubSection) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static void
displaySection
(IDisplayable displayable, String screenSubSection) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static void
support for COBOL Exhibit statementstatic void
flushDisplay
(IDisplayable displayable) Flush the cached display itemsstatic void
populateAcceptResponseFromDisplayRequest
(DisplayRequest displayRequest, AcceptResponse acceptResponse) static DisplayRequest
populateDisplayRequest
(IDisplayable displayable, DisplayRequest displayRequest) Go thru DisplayRequest Parameter names (which correspond to fields), for each parameter (field), pass the value of the field to the DisplayRequest lsit.static void
receiveAcceptResponse
(IDisplayable displayable) Read data from the screenClientstatic void
sendDisplayRequest
(IDisplayable displayable, DisplayRequest displayRequest) method used internally by softwaremining frameworkstatic void
serializeDisplayObjectToFrontEnd
(IDisplayable displayable, String paramName, IFieldContainer displayObject) Display Object THis is used for Manually designing new JSP Displays
-
Field Details
-
log
-
-
Constructor Details
-
DisplayHelper
public DisplayHelper()
-
-
Method Details
-
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement -
display
public static void display(IDisplayable displayable, AbstractCBLField toDisplay, int row, int column) Screen handling method representing COBOL's DISPLAY TO SCREEN statement -
display
-
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
public static void display(IDisplayable displayable, String paramName, String toDisplay, int row, int column) Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
populateDisplayRequest
public static DisplayRequest populateDisplayRequest(IDisplayable displayable, DisplayRequest displayRequest) Go thru DisplayRequest Parameter names (which correspond to fields), for each parameter (field), pass the value of the field to the DisplayRequest lsit. -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Deprecated.Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
public static void display(IDisplayable displayable, String toDisplay, int row, int column, int size) Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
serializeDisplayObjectToFrontEnd
public static void serializeDisplayObjectToFrontEnd(IDisplayable displayable, String paramName, IFieldContainer displayObject) Display Object THis is used for Manually designing new JSP Displays -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
public static void display(IDisplayable displayable, double toDisplay, int row, int column, int size) Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
exhibit
support for COBOL Exhibit statement- Parameters:
toDisplay
-
-
displaySection
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
displaySection
public static void displaySection(IDisplayable displayable, XMLScreenDefReader screenDefReader, String screenSubSection) Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
sendDisplayRequest
method used internally by softwaremining framework -
receiveAcceptResponse
Read data from the screenClient -
accept
Screen handling method representing COBOL's ACCEPT FROM SCREEN methods -
accept
-
accept
Screen handling method representing COBOL's ACCEPT FROM SCREEN methods -
accept
Screen handling method representing COBOL's ACCEPT FROM SCREEN methods -
accept
-
acceptSection
Screen handling method representing COBOL's ACCEPT FROM SCREEN methods -
acceptSection
public static void acceptSection(IDisplayable displayable, XMLScreenDefReader screenDefReader, String screenSubSection) Screen handling method representing COBOL's ACCEPT FROM SCREEN methods -
accept
Screen handling method representing COBOL's ACCEPT FROM SCREEN methods -
clearScreen
Screen handling method representing COBOL's DISPLAY BLANK statement. -
flushDisplay
Flush the cached display items -
populateAcceptResponseFromDisplayRequest
public static void populateAcceptResponseFromDisplayRequest(DisplayRequest displayRequest, AcceptResponse acceptResponse)
-