flare.viur.bones.spatial

Module Contents

Classes

SpatialEditWidget

Base class for a bone-compliant edit widget implementation using an input field.

SpatialBone

class flare.viur.bones.spatial.SpatialEditWidget(bone, **kwargs)

Bases: flare.viur.bones.base.BaseEditWidget

Base class for a bone-compliant edit widget implementation using an input field.

This widget defines the general interface of a bone edit control.

createWidget(self)

Function for creating the Widget or multiple Widgets that represent the bone.

updateWidget(self)

Function for updating the Widget or multiple Widgets that represent the bone.

unserialize(self, value=None)

Unserialize the widget value.

serialize(self)

Serialize the widget value.

class flare.viur.bones.spatial.SpatialBone(moduleName, boneName, skelStructure, errors=None, errorQueue=None, *args, **kwargs)

Bases: flare.viur.bones.base.BaseBone

editWidgetFactory
static checkFor(moduleName, boneName, skelStructure, *args, **kwargs)