Class DefaultInfoFactory

    • Constructor Detail

      • DefaultInfoFactory

        public DefaultInfoFactory()
    • Method Detail

      • create

        public Info create​(Frame frame,
                           boolean modal,
                           Lookup lookup,
                           GridField field,
                           String tableName,
                           String keyColumn,
                           String queryValue,
                           boolean multiSelection,
                           String whereClause)
        Description copied from interface: IInfoFactory
        Factory Constructor
        Specified by:
        create in interface IInfoFactory
        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
        queryValue - 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

        public Info create​(Frame frame,
                           boolean modal,
                           int WindowNo,
                           String tableName,
                           String keyColumn,
                           String value,
                           boolean multiSelection,
                           String whereClause,
                           boolean lookup)
        Description copied from interface: IInfoFactory
        Factory Constructor
        Specified by:
        create in interface IInfoFactory
        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