Class InfoInvoicePanel

    • Constructor Detail

      • InfoInvoicePanel

        public InfoInvoicePanel​(int WindowNo,
                                String value,
                                boolean multiSelection,
                                String whereClause)
        Deprecated.
        Detail protected constructor
        Parameters:
        WindowNo - window no
        value - query value
        multiSelection - multiple selection
        whereClause - where clause
      • InfoInvoicePanel

        public InfoInvoicePanel​(int WindowNo,
                                String value,
                                boolean multiSelection,
                                String whereClause,
                                boolean lookup)
        Deprecated.
        Detail protected constructor
        Parameters:
        WindowNo - window no
        value - query value
        multiSelection - multiple selection
        whereClause - where clause
    • Method Detail

      • getSQLWhere

        public String getSQLWhere()
        Deprecated.
        Description copied from class: InfoPanel
        Get dynamic WHERE part of SQL To be overwritten by concrete classes When override this method, please consider isQueryByUser and prevWhereClause
        Specified by:
        getSQLWhere in class InfoPanel
        Returns:
        WHERE clause
      • setParameters

        protected void setParameters​(PreparedStatement pstmt,
                                     boolean forCount)
                              throws SQLException
        Deprecated.
        Description copied from class: InfoPanel
        Set Parameters for Query To be overwritten by concrete classes When override this method, please consider isQueryByUser and prevWhereClause
        Specified by:
        setParameters in class InfoPanel
        Parameters:
        pstmt - statement
        forCount - for counting records
        Throws:
        SQLException
      • zoom

        public void zoom()
        Deprecated.
        Zoom
        Overrides:
        zoom in class InfoPanel
      • hasZoom

        protected boolean hasZoom()
        Deprecated.
        Has Zoom
        Overrides:
        hasZoom in class InfoPanel
        Returns:
        true
      • saveSelectionDetail

        protected void saveSelectionDetail()
        Deprecated.
        Description copied from class: InfoPanel
        Save Selection Details To be overwritten by concrete classes this function call when close info window. default infoWindow will set value of all column of current selected record to environment variable with Env.TAB_INFO class extends can do more by override it.
        Overrides:
        saveSelectionDetail in class InfoPanel