Class InfoOrderPanel

    • Constructor Detail

      • InfoOrderPanel

        public InfoOrderPanel​(int WindowNo,
                              String value,
                              boolean multiSelection,
                              String whereClause)
        Deprecated.
      • InfoOrderPanel

        public InfoOrderPanel​(int WindowNo,
                              String value,
                              boolean multiSelection,
                              String whereClause,
                              boolean lookup)
        Deprecated.
    • Method Detail

      • initComponents

        public void initComponents()
        Deprecated.
      • init

        public void init()
        Deprecated.
      • 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