class documentation

class PlatedElement(Element): (source)

View In Hierarchy

The element type returned by Plating. This contains several utility renderers.

Method __init__ No summary
Method lookupRenderMethod No summary
Instance Variable slot_data Undocumented
Method _asJSON Render this PlatedElement as JSON-serializable data.
Instance Variable _boundInstance Undocumented
Instance Variable _presentationSlots Undocumented
Instance Variable _renderers Undocumented
def __init__(self, slot_data, preloaded, boundInstance, presentationSlots, renderers): (source)
Parameters
slot_dataA dictionary mapping names to values.
preloadedThe pre-loaded data.
boundInstanceUndocumented
presentationSlotsUndocumented
renderersUndocumented
def lookupRenderMethod(self, name): (source)
Returns
a renderer.
slot_data = (source)

Undocumented

def _asJSON(self): (source)

Render this PlatedElement as JSON-serializable data.

_boundInstance = (source)

Undocumented

_presentationSlots = (source)

Undocumented

_renderers = (source)

Undocumented