Uses of Interface
com.metamatrix.toolbox.ui.widget.property.PropertyValidationListener

Packages that use PropertyValidationListener
com.metamatrix.toolbox.ui.widget.property   
 

Uses of PropertyValidationListener in com.metamatrix.toolbox.ui.widget.property
 

Classes in com.metamatrix.toolbox.ui.widget.property that implement PropertyValidationListener
 class PropertyChangeAdapter
          PropertyChangeAdapter is a class for obtaining, validating, and setting property values for all editable properties in the PropertiesPanel.
 

Methods in com.metamatrix.toolbox.ui.widget.property with parameters of type PropertyValidationListener
 void PropertyComponent.removePropertyValidationListener(PropertyValidationListener listener)
          Remove the PropertyValidationListener for this component.
 void DirectoryEntryPropertyComponent.removePropertyValidationListener(PropertyValidationListener listener)
          Remove the PropertyValidationListener for this component.
 void MultivaluedPropertyComponent.removePropertyValidationListener(PropertyValidationListener listener)
          Remove the PropertyValidationListener for this component.
 void PropertyComponent.setPropertyValidationListener(PropertyValidationListener listener)
          Set a listener on this component that will receive request to validate property values as they are entered.
 void DirectoryEntryPropertyComponent.setPropertyValidationListener(PropertyValidationListener listener)
          Set a listener on this component that will receive request to validate property values as they are entered.
 void MultivaluedPropertyComponent.setPropertyValidationListener(PropertyValidationListener listener)
          Set a listener on this component that will receive request to validate property values as they are entered.
 



Copyright © 2009. All Rights Reserved.