* @inheritDoc
*/
protected void initialiseElementSpecificAttributes(
XDIMEContextInternal context, XDIMEAttributes attributes)
throws XDIMEException {
SpecializedButtonAttributes buttonAttributes = (SpecializedButtonAttributes) protocolAttributes;
buttonAttributes.setWidgetId(attributes.getValue("", "widget"));
}