buttonTextandAccessKeyBV,
true);
BoundValue shortDescBoundValue =
new SkinTranslatedBoundValue(_GO_BUTTON_TIP_KEY);
BoundValue onClickBoundValue =
new ContextPropertyBoundValue( MARLIN_NAMESPACE,
_ON_CLICK_PROPERTY);
MarlinBean button = new MarlinBean(BUTTON_NAME);
button.setAttributeValue(TEXT_ATTR, buttonTextBV);
button.setAttributeValue(ACCESS_KEY_ATTR, buttonAccessKeyBV);
button.setAttributeValue(SHORT_DESC_ATTR, shortDescBoundValue);