public class BillInfoChangeEvent extends EventObject
source
Constructor and Description |
---|
BillInfoChangeEvent(Object source,
Object previousBillInfo,
Object currentBillInfo,
String iSource)
Constructor which Creates a new billGroup Component
|
Modifier and Type | Method and Description |
---|---|
boolean |
doesPayinfoChanged()
Return the status of Payinfo change
|
boolean |
doesPaymentModeChanged()
Return the status of Payment Mode change
|
FList |
getCurrentBillInfo()
Return the Current BillUnit Details
|
FList |
getPreviousBillInfo()
Return the Previous BillUnit Details
|
String |
getSourceUIName()
Return the Source Context from where this event has been invoked
|
boolean |
isAllSelected()
Return the status of all item selection in PBillGroupCombo
|
boolean |
isBillInfoSelectionChanged()
Return the status of BillUnit change
|
void |
setBillInfoSelectionChanged()
Set the status of BillUnit Selection Change
|
void |
setPayinfoChanged()
Set the status of Payment Info Change
|
void |
setPaymentModeChanged()
Set the status of Payment Mode Change
|
getSource, toString
public boolean isAllSelected()
public String getSourceUIName()
public void setPaymentModeChanged()
public void setBillInfoSelectionChanged()
public void setPayinfoChanged()
public boolean doesPayinfoChanged()
public boolean isBillInfoSelectionChanged()
public boolean doesPaymentModeChanged()
public FList getPreviousBillInfo()
public FList getCurrentBillInfo()
Copyright © 2003, 2023, Oracle and/or its affiliates.