Package muntjac :: Package event :: Package dd :: Package acceptcriteria :: Module not_ :: Class Not
[hide private]
[frames] | no frames]

Class Not

source code

                           object --+        
                                    |        
    accept_criterion.IAcceptCriterion --+    
                                        |    
client_side_criterion.ClientSideCriterion --+
                                            |
                                           Not

Criterion that wraps another criterion and inverts its return value.

Instance Methods [hide private]
 
__init__(self, acceptCriterion)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
paintContent(self, target) source code
 
accept(self, dragEvent)
Validates the data in event to be appropriate for the DropHandler.drop method.
source code
 
getIdentifier(self) source code

Inherited from client_side_criterion.ClientSideCriterion: isClientSideVerifiable, paint, paintResponse

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, acceptCriterion)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

paintContent(self, target)

source code 
Overrides: client_side_criterion.ClientSideCriterion.paintContent

accept(self, dragEvent)

source code 

Validates the data in event to be appropriate for the DropHandler.drop method.

Note that even if your criterion is validated on client side, you should always validate the data on server side too.

Overrides: accept_criterion.IAcceptCriterion.accept
(inherited documentation)

getIdentifier(self)

source code 
Overrides: client_side_criterion.ClientSideCriterion.getIdentifier