flare.viur.bones.password

Module Contents

Classes

PasswordEditWidget

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

PasswordBone

class flare.viur.bones.password.PasswordEditWidget(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.

style = ['flr-value', 'flr-value--password', 'flr-value-container', 'input-group']
createWidget()

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

updateWidget()

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

serialize()

Serialize the widget value.

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

Bases: flare.viur.bones.base.BaseBone

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