Interface IInfoFactory

  • All Known Implementing Classes:
    DefaultInfoFactory

    public interface IInfoFactory
    Author:
    hengsin
    • Method Detail

      • create

        Info create​(Frame frame,
                    boolean modal,
                    Lookup lookup,
                    GridField field,
                    String tableName,
                    String keyColumn,
                    String value,
                    boolean multiSelection,
                    String whereClause)
        Factory Constructor
        Parameters:
        frame - parent frame
        modal - new window is modal
        lookup - Lookup
        field - Grid field
        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
      • create

        Info create​(Frame frame,
                    boolean modal,
                    int WindowNo,
                    String tableName,
                    String keyColumn,
                    String value,
                    boolean multiSelection,
                    String whereClause,
                    boolean lookup)
        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
        lookup -
        Returns:
        special or general Info Window