Package com.portal.app.cc.event
Class BillInfoChangeEvent
java.lang.Object
java.util.EventObject
com.portal.app.cc.event.BillInfoChangeEvent
- All Implemented Interfaces:
Serializable
BillInfoChangeEvent is the new event object, which handles all actions performed on PBillGroupCombo widget
- Author:
- Smruti
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionBillInfoChangeEvent
(Object source, Object previousBillInfo, Object currentBillInfo, String iSource) Constructor which Creates a new billGroup Component -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return the status of Payinfo changeboolean
Return the status of Payment Mode changeReturn the Current BillUnit DetailsReturn the Previous BillUnit DetailsReturn the Source Context from where this event has been invokedboolean
Return the status of all item selection in PBillGroupComboboolean
Return the status of BillUnit changevoid
Set the status of BillUnit Selection Changevoid
Set the status of Payment Info Changevoid
Set the status of Payment Mode ChangeMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
Method Details
-
isAllSelected
public boolean isAllSelected()Return the status of all item selection in PBillGroupCombo- Returns:
- boolean value
-
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
Return the Previous BillUnit Details- Returns:
- FList value representing the details
-
getCurrentBillInfo
Return the Current BillUnit Details- Returns:
- FList value representing the details
-