oracle.jbo.uicli.jui
Class JUPanelValidationEvent
java.lang.Object
java.util.EventObject
oracle.adf.model.binding.DCBindingContainerValidationEvent
oracle.jbo.uicli.jui.JUPanelValidationEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class JUPanelValidationEvent
- extends DCBindingContainerValidationEvent
Implements EventObject that is passed to the JUPanelValidationListeners
in the various event methods. This class provides access to the current iterator binding,
panel binding, current row, attribute being edited, and its new value, etc as the
case may be for a particular event method.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class oracle.adf.model.binding.DCBindingContainerValidationEvent |
getAttributeName, getBindingContainer, getDataControl, getIteratorBinding, getNewValue, getRow, getRowIterator, getTransaction, getValue, isFindMode, setNewValue |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JUPanelValidationEvent
public JUPanelValidationEvent(JUControlBinding source,
JUFormBinding panel,
JUIteratorBinding iterBinding,
Row row,
java.lang.String attrName,
java.lang.Object value)
JUPanelValidationEvent
public JUPanelValidationEvent(JUFormBinding source,
JUIteratorBinding iterBinding,
Row row)
JUPanelValidationEvent
public JUPanelValidationEvent(JUFormBinding source,
Transaction txn)
- Deprecated. since 9.0.5. use the constructor with datacontrol instead.
JUPanelValidationEvent
public JUPanelValidationEvent(JUFormBinding source,
DCDataControl dc)
getPanelBinding
public final JUPanelBinding getPanelBinding()
Copyright © 1997, 2004, Oracle. All rights reserved.