Class f.i.IActionableType(Interface):

Part of formless.iformless View Source View In Hierarchy

A type which can have action methods associated with it. Currently only List. Probably can be extended to more things.
Line # Kind Name Docs
274 Method attachActionBindings Attach some MethodBinding instances if they are actions
279 Method getActionBindings Return a list of the MethodBinding instances which represent
def attachActionBindings(possibleActions): (source)
Attach some MethodBinding instances if they are actions for this ActionableType.
def getActionBindings(): (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.