Uses of Interface
com.uwyn.rife.site.ConstrainedPropertyListener

Packages that use ConstrainedPropertyListener
com.uwyn.rife.authentication.credentials Provides classes and interfaces for credentials and "remember me" data structures. 
com.uwyn.rife.cmf Provides classes, interfaces and elements for the content management framework. 
com.uwyn.rife.cmf.dam.contentmanagers Provides managers classes for content information support. 
com.uwyn.rife.mail Provides classes and interfaces for the mail queue. 
com.uwyn.rife.scheduler Provides classes and interfaces for the scheduler. 
com.uwyn.rife.site Provides classes and interfaces that provide useful features during the creation of a website. 
 

Uses of ConstrainedPropertyListener in com.uwyn.rife.authentication.credentials
 

Classes in com.uwyn.rife.authentication.credentials that implement ConstrainedPropertyListener
 class RoleUser
          Provides standard RoleUserCredentials functionalities by implementing the property accessors and setting up basic validation rules.
 

Uses of ConstrainedPropertyListener in com.uwyn.rife.cmf
 

Classes in com.uwyn.rife.cmf that implement ConstrainedPropertyListener
 class CmfValidation
          Deprecated. As of RIFE 1.3.2, all the methods moved to the base class Validation
 class ContentInfo
          This class represents all the information that is stored in the backend about a certain Content instance.
 class ContentRepository
          Contains the information that's required to describe a content repository.
 

Uses of ConstrainedPropertyListener in com.uwyn.rife.cmf.dam.contentmanagers
 

Classes in com.uwyn.rife.cmf.dam.contentmanagers that implement ConstrainedPropertyListener
 class DatabaseContentInfo
          This class adds additional properties to the ContentInfo class to be able to store the data in a datab.ase
 

Uses of ConstrainedPropertyListener in com.uwyn.rife.mail
 

Classes in com.uwyn.rife.mail that implement ConstrainedPropertyListener
 class Email
          Contains the details of an email message that will be sent through the mail queue.
 

Uses of ConstrainedPropertyListener in com.uwyn.rife.scheduler
 

Classes in com.uwyn.rife.scheduler that implement ConstrainedPropertyListener
 class Task
           
 class Taskoption
           
 

Uses of ConstrainedPropertyListener in com.uwyn.rife.site
 

Classes in com.uwyn.rife.site that implement ConstrainedPropertyListener
 class Validation<B extends ConstrainedBean,P extends ConstrainedProperty>
           
 

Fields in com.uwyn.rife.site with type parameters of type ConstrainedPropertyListener
protected  List<ConstrainedPropertyListener> ConstrainedProperty.mListeners
           
 

Methods in com.uwyn.rife.site with parameters of type ConstrainedPropertyListener
 void ConstrainedProperty.addListener(ConstrainedPropertyListener listener)
          Adds a new listener.
 boolean ConstrainedProperty.removeListener(ConstrainedPropertyListener listener)
          Removes a listener.
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.