Class BillInfoChangeEvent

java.lang.Object
java.util.EventObject
com.portal.app.cc.event.BillInfoChangeEvent
All Implemented Interfaces:
Serializable

public class BillInfoChangeEvent extends EventObject
BillInfoChangeEvent is the new event object, which handles all actions performed on PBillGroupCombo widget
Author:
Smruti
See Also:
  • Constructor Details

    • BillInfoChangeEvent

      public BillInfoChangeEvent(Object source, Object previousBillInfo, Object currentBillInfo, String iSource)
      Constructor which Creates a new billGroup Component
  • Method Details

    • isAllSelected

      public boolean isAllSelected()
      Return the status of all item selection in PBillGroupCombo
      Returns:
      boolean value
    • getSourceUIName

      public String getSourceUIName()
      Return the Source Context from where this event has been invoked
      Returns:
      String representing the Source Context
    • setPaymentModeChanged

      public void setPaymentModeChanged()
      Set the status of Payment Mode Change
    • setBillInfoSelectionChanged

      public void setBillInfoSelectionChanged()
      Set the status of BillUnit Selection Change
    • setPayinfoChanged

      public void setPayinfoChanged()
      Set the status of Payment Info Change
    • doesPayinfoChanged

      public boolean doesPayinfoChanged()
      Return the status of Payinfo change
      Returns:
      boolean value representing the status
    • isBillInfoSelectionChanged

      public boolean isBillInfoSelectionChanged()
      Return the status of BillUnit change
      Returns:
      boolean value representing the status
    • doesPaymentModeChanged

      public boolean doesPaymentModeChanged()
      Return the status of Payment Mode change
      Returns:
      boolean value representing the status
    • getPreviousBillInfo

      public FList getPreviousBillInfo()
      Return the Previous BillUnit Details
      Returns:
      FList value representing the details
    • getCurrentBillInfo

      public FList getCurrentBillInfo()
      Return the Current BillUnit Details
      Returns:
      FList value representing the details