Package ui.hr

Class LeaveInfoFrame

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class LeaveInfoFrame extends JFrame
Represents the Leave Information Frame in the HR user interface. This frame displays detailed information about a leave request.

Available methods: - getApproveBTN() - getBackBTN() - getDepartmentTxtField() - getDurationTxtField() - getEmpIDTxtField() - getEmpNameTxtField() - getEndDateTxtField() - getLeaveIDTxtField() - getReasonTxtArea() - getRejectBTN() - getStartDateTxtField() - getSupervisorTxtField() - getStatusTxtField() - getTypeTxtField() - getRequestDateTxtField()

See Also:
  • Constructor Details

    • LeaveInfoFrame

      public LeaveInfoFrame()
      Creates new form LeaveInfoPanel
  • Method Details

    • getApproveBTN

      public JButton getApproveBTN()
      Retrieves the Approval button.
      Returns:
      The Approval button.
    • getBackBTN

      public JButton getBackBTN()
      Retrieves the Back button.
      Returns:
      The Back button.
    • getDepartmentTxtField

      public JTextField getDepartmentTxtField()
      Retrieves the department text field.
      Returns:
      The department text field.
    • getDurationTxtField

      public JTextField getDurationTxtField()
      Retrieves the duration text field.
      Returns:
      The duration text field.
    • getEmpIDTxtField

      public JTextField getEmpIDTxtField()
      Retrieves the employee ID text field.
      Returns:
      The employee ID text field.
    • getEmpNameTxtField

      public JTextField getEmpNameTxtField()
      Retrieves the employee name text field.
      Returns:
      The employee name text field.
    • getEndDateTxtField

      public JTextField getEndDateTxtField()
      Retrieves the end date text field.
      Returns:
      The end date text field.
    • getLeaveIDTxtField

      public JTextField getLeaveIDTxtField()
      Retrieves the leave ID text field.
      Returns:
      The leave ID text field.
    • getReasonTxtArea

      public JTextArea getReasonTxtArea()
      Retrieves the reason text area.
      Returns:
      The reason text area.
    • getRejectBTN

      public JButton getRejectBTN()
      Retrieves the Reject button.
      Returns:
      The Reject button.
    • getStartDateTxtField

      public JTextField getStartDateTxtField()
      Retrieves the start date text field.
      Returns:
      The start date text field.
    • getSupervisorTxtField

      public JTextField getSupervisorTxtField()
      Retrieves the supervisor text field.
      Returns:
      The supervisor text field.
    • getStatusTxtField

      public JTextField getStatusTxtField()
      Retrieves the status text field.
      Returns:
      The status text field.
    • getTypeTxtField

      public JTextField getTypeTxtField()
      Retrieves the type text field.
      Returns:
      The type text field.
    • getRequestDateTxtField

      public JTextField getRequestDateTxtField()
      Retrieves the request date text field.
      Returns:
      The request date text field.