Methods
|
|
|
|
_link
|
_link ( f )
|
|
_notifyLink
|
_notifyLink ( f )
|
|
_notifyUnlink
|
_notifyUnlink ( f )
|
|
_onLink
|
_onLink (
feature,
element,
item,
posn,
)
|
|
_onUnlink
|
_onUnlink (
feature,
element,
item,
posn,
)
|
|
_setup
|
_setup (
feature,
element,
value,
)
|
|
_unlink
|
_unlink ( f )
|
|
add
|
add ( f )
|
|
get
|
get ( f )
Exceptions
|
|
AttributeError, feature.attrName
NotImplementedError
|
|
|
insertBefore
|
insertBefore (
feature,
element,
oldItem,
newItem,
)
Exceptions
|
|
ValueError( "Can't insert before missing item", oldItem )
|
|
|
remove
|
remove ( f )
|
|
replace
|
replace (
feature,
element,
oldItem,
newItem,
)
Exceptions
|
|
ValueError( "Can't replace missing item", oldItem )
|
|
|
set
|
set ( f )
|
|
unset
|
unset ( f )
|
|