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 TypeMethodDescriptionbooleanReturn the status of Payinfo changebooleanReturn the status of Payment Mode changeReturn the Current BillUnit DetailsReturn the Previous BillUnit DetailsReturn the Source Context from where this event has been invokedbooleanReturn the status of all item selection in PBillGroupCombobooleanReturn the status of BillUnit changevoidSet the status of BillUnit Selection ChangevoidSet the status of Payment Info ChangevoidSet 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
-