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.internal   
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.internal
 

Classes in com.xpn.xwiki.wysiwyg.client.syntax.internal that implement ValidationRule
 class DefaultValidationRule
          Validation rule for text area's commands.
 class DisablingRule
          Utility rule for disabling some of the editor's features.
 

Methods in com.xpn.xwiki.wysiwyg.client.syntax.internal with parameters of type ValidationRule
 void DefaultSyntaxValidator.addValidationRule(ValidationRule rule)
          Adds a new validation rule to the list of rules this syntax validator obeys.
 void DefaultSyntaxValidator.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 DisableIndentOutsideList
           
 class DisableListInHeader
           
 



Copyright © 2004-2008 XWiki. All Rights Reserved.