Home | Trees | Indices | Help |
|
---|
|
object --+ | accept_criterion.IAcceptCriterion --+ | ClientSideCriterion
Parent class for criteria that can be completely validated on client side. All classes that provide criteria that can be completely validated on client side should extend this class.
It is recommended that subclasses of ClientSideCriterion re-validate
the condition on the server side in IAcceptCriterion.accept
after the client side
validation has accepted a transfer.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Returns whether the criteria can be checked on the client or whether a server request is needed to check the criteria. This requirement may depend on the state of the criterion (e.g. logical operations between criteria), so this cannot be based on a marker interface.
|
|
This needs to be implemented iff criterion does some lazy server side initialization. The UIDL painted in this method will be passed to client side drop handler implementation. Implementation can assume that accept is called before this method.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jul 6 19:32:51 2013 | http://epydoc.sourceforge.net |