Package ui.hr

Class AttendanceReportPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class AttendanceReportPanel extends JPanel
Represents the panel for generating and displaying attendance reports. It provides functionalities to generate reports based on different time periods and search for specific records.

Available methods: - AttendanceReportPanel() - getPeriodType() - getGenerateBTN() - getAttendanceReportTable() - getSearchBTN() - getSearchField() - getAttendanceReportTableModel() - getReportTableSorter() - getAttendanceReportTableScroll()

Note: This class contains auto-generated code generated by the NetBeans GUI Builder.

See Also:
  • Constructor Details

    • AttendanceReportPanel

      public AttendanceReportPanel()
      Creates new form payrollReportPanel
  • Method Details

    • getPeriodType

      public JComboBox<String> getPeriodType()
      Gets the period type.
      Returns:
      the period type
    • getGenerateBTN

      public JButton getGenerateBTN()
      Get the generate button.
      Returns:
      the generate button
    • getAttendanceReportTable

      public JTable getAttendanceReportTable()
      Gets the attendance report table.
      Returns:
      the attendance report table
    • getSearchBTN

      public JButton getSearchBTN()
      Gets the search button.
      Returns:
      the search button
    • getSearchField

      public JTextField getSearchField()
      Gets the search field.
      Returns:
      the search field
    • getAttendanceReportTableModel

      public DefaultTableModel getAttendanceReportTableModel()
      Gets the attendance report table model.
      Returns:
      the attendance report table model
    • getReportTableSorter

      public TableRowSorter<DefaultTableModel> getReportTableSorter()
      Gets the report table sorter.
      Returns:
      the report table sorter
    • getAttendanceReportTableScroll

      public JScrollPane getAttendanceReportTableScroll()
      Gets the attendance report table scroll pane.
      Returns:
      the attendance report table scroll pane