Package muntjac :: Package event :: Package dd :: Package acceptcriteria :: Module and_ :: Class And
[hide private]
[frames] | no frames]

Class And

source code

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

A compound criterion that accepts the drag if all of its criteria accepts the drag.


See Also: Or

Instance Methods [hide private]
 
__init__(self, *criteria)
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, *criteria)
(Constructor)

source code 

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

Parameters:
  • criteria - criteria of which the And criterion will be composed
Overrides: object.__init__

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