Class f.a.List(Object):

Part of formless.annotate View Source View In Hierarchy

Known subclasses: formless.annotate.Dictionary

Implements interfaces: formless.iformless.IActionableType

No class docstring

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
365 Method __init__ Actions is a list of action methods which may be invoked on one
382 Method coerce Coerce the input 'val' from a string into a value suitable
385 Method __repr__ Undocumented
390 Method attachActionBindings Attach some MethodBinding instances if they are actions
399 Method getActionBindings Return a list of the MethodBinding instances which represent

Inherited from Typed (via Object):

Line # Kind Name Docs
137 Method getAttribute Undocumented
Line # Kind Name Docs
365 Method __init__ Actions is a list of action methods which may be invoked on one
385 Method __repr__ Undocumented
390 Method attachActionBindings Attach some MethodBinding instances if they are actions
382 Method coerce Coerce the input 'val' from a string into a value suitable
399 Method getActionBindings Return a list of the MethodBinding instances which represent
137 Method getAttribute Undocumented
def __init__(self, *args, actions=None, header='', footer='', separator='', **kw): (source)
Actions is a list of action methods which may be invoked on one or more of the elements of this list. Action methods are defined on a TypedInterface and declare that they take one parameter of type List. They do not declare themselves to be autocallable in the traditional manner. Instead, they are passed in the actions list of a list Property to declare that the action may be taken on one or more of the list elements.
def coerce(self, data, configurable): (source)

Coerce the input 'val' from a string into a value suitable for the type described by the implementor. If coercion fails, coerce should raise InputError with a suitable error message to be shown to the user. 'configurable' is the configurable object in whose context the coercion is taking place.

May return a Deferred.
def __repr__(self): (source)
Undocumented
def attachActionBindings(self, possibleActions): (source)
Attach some MethodBinding instances if they are actions for this ActionableType.
def getActionBindings(self): (source)
Return a list of the MethodBinding instances which represent actions which may be taken on this ActionableType.
API Documentation for Nevow, generated by pydoctor.