Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.flex.wizard.registration.ui.validation
Class ExclusiveSelectionValidator

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.flex.wizard.registration.ui.validation.ExclusiveSelectionValidator
All Implemented Interfaces:
oracle.bali.ewt.validate.Validator

public class ExclusiveSelectionValidator
extends java.lang.Object
implements oracle.bali.ewt.validate.Validator


Constructor Summary
ExclusiveSelectionValidator(javax.swing.JComboBox comboBox)
           
ExclusiveSelectionValidator(oracle.bali.ewt.shuttle.Shuttle shuttle)
           
 
Method Summary
 oracle.bali.ewt.validate.ValidationMessage[] validate(java.awt.Component comp, java.lang.Object data)
          Validation class for wizard framework to validate that at least one item has been selected in the shuttle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExclusiveSelectionValidator

public ExclusiveSelectionValidator(oracle.bali.ewt.shuttle.Shuttle shuttle)

ExclusiveSelectionValidator

public ExclusiveSelectionValidator(javax.swing.JComboBox comboBox)
Method Detail

validate

public oracle.bali.ewt.validate.ValidationMessage[] validate(java.awt.Component comp,
                                                             java.lang.Object data)
Validation class for wizard framework to validate that at least one item has been selected in the shuttle.

Specified by:
validate in interface oracle.bali.ewt.validate.Validator
Parameters:
comp - Component to validate
data - Value to validate

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.