Uses of Interface
com.xpn.xwiki.wysiwyg.client.syntax.ValidationRule

Packages that use ValidationRule
com.xpn.xwiki.wysiwyg.client.syntax   
com.xpn.xwiki.wysiwyg.client.syntax.rule   
 

Uses of ValidationRule in com.xpn.xwiki.wysiwyg.client.syntax
 

Methods in com.xpn.xwiki.wysiwyg.client.syntax with parameters of type ValidationRule
 void SyntaxValidator.addValidationRule(ValidationRule rule)
          Adds a new validation rule to the list of rules this syntax validator obeys.
 void SyntaxValidator.removeValidationRule(ValidationRule rule)
          Removes the specified rule from the list of validation rules this syntax validator obeys.
 

Uses of ValidationRule in com.xpn.xwiki.wysiwyg.client.syntax.rule
 

Classes in com.xpn.xwiki.wysiwyg.client.syntax.rule that implement ValidationRule
 class ImageSelectionBehaviourRule
          Validation rule used to define the behavior when the selection is on an image.
 



Copyright © 2004-2010 XWiki. All Rights Reserved.