Interface InfoFactory


  • public interface InfoFactory
    • Method Detail

      • create

        Info create​(Frame frame,
                    boolean modal,
                    int WindowNo,
                    String tableName,
                    String keyColumn,
                    String value,
                    boolean multiSelection,
                    String whereClause)
        Factory Constructor
        Parameters:
        frame - parent frame
        modal - new window is modal
        WindowNo - window no
        tableName - table name of the search
        keyColumn - key column of the search
        value - query value
        multiSelection - allow to select more than one row
        whereClause - fully qualified where clause for the search
        Returns:
        special or general Info Window