Class DisplayHelper

java.lang.Object
com.softwaremining.ui.DisplayHelper

public class DisplayHelper extends Object
  • Field Details

    • log

      protected static transient Log log
  • Constructor Details

    • DisplayHelper

      public DisplayHelper()
  • Method Details

    • display

      public static DisplayRequest display(AbstractCBLField toDisplay, int row, int column)
      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

      public static void display(IDisplayable displayable, CBLBean toDisplay, int row, int column)
    • display

      public static void display(IDisplayable displayable, 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

      public static void display(IDisplayable displayable, String toDisplay, int cursorPos)
      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

      public static void display(IDisplayable displayable, String toDisplay)
      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, int toDisplay)
      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

      public static void display(IDisplayable displayable, AbstractCBLField toDisplay)
      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, ISMObject toDisplay, int row, int column)
      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

      public static void display(IDisplayable displayable, ISMObject toDisplay)
      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

      public static void display(IDisplayable displayable, int 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

      public static void display(IDisplayable displayable, int 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

      public static void display(IDisplayable displayable, double 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

      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

      public static void display(IDisplayable displayable, long 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

      public static void display(IDisplayable displayable, long toDisplay)
      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)
      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

      public static void exhibit(String toDisplay)
      support for COBOL Exhibit statement
      Parameters:
      toDisplay -
    • displaySection

      public static void displaySection(IDisplayable displayable, 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
    • 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

      public static void sendDisplayRequest(IDisplayable displayable, DisplayRequest displayRequest)
      method used internally by softwaremining framework
    • receiveAcceptResponse

      public static void receiveAcceptResponse(IDisplayable displayable)
      Read data from the screenClient
    • accept

      public static void accept(IDisplayable displayable, ISMObject toAccept, int row, int column)
      Screen handling method representing COBOL's ACCEPT FROM SCREEN methods
    • accept

      public static void accept(IDisplayable displayable, CBLBean toAccept, int row, int column)
    • accept

      public static void accept(IDisplayable displayable, CBLBean toAccept)
      Screen handling method representing COBOL's ACCEPT FROM SCREEN methods
    • accept

      public static void accept(IDisplayable displayable, ISMObject toAccept)
      Screen handling method representing COBOL's ACCEPT FROM SCREEN methods
    • accept

      public static void accept(IDisplayable displayable)
    • acceptSection

      public static void acceptSection(IDisplayable displayable, String screenSubSection)
      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

      public static void accept(IDisplayable displayable, int row, int column)
      Screen handling method representing COBOL's ACCEPT FROM SCREEN methods
    • clearScreen

      public static void clearScreen(IDisplayable displayable)
      Screen handling method representing COBOL's DISPLAY BLANK statement.
    • flushDisplay

      public static void flushDisplay(IDisplayable displayable)
      Flush the cached display items
    • populateAcceptResponseFromDisplayRequest

      public static void populateAcceptResponseFromDisplayRequest(DisplayRequest displayRequest, AcceptResponse acceptResponse)