attributeJsObj = childObj.get(HasVkScrollBarShowing.NAME);
if(attributeJsObj != null && (attributeBooleanObj = attributeJsObj.isBoolean()) != null)
((HasVkScrollBarShowing)widget).setAlwaysShowScrollBars(attributeBooleanObj.booleanValue());
attributeJsObj = childObj.get(HasVkSwitchNumberedWidget.NAME);
if(attributeJsObj != null && (attributeNumberObj = attributeJsObj.isNumber()) != null && attributeNumberObj.doubleValue() > -1)
((HasVkSwitchNumberedWidget)widget).showWidget((int)attributeNumberObj.doubleValue());
attributeJsObj = childObj.get(HasVkName.NAME);
if(attributeJsObj != null && (attributeStringObj = attributeJsObj.isString()) != null)
((HasVkName)widget).setName(attributeStringObj.stringValue());
attributeJsObj = childObj.get(HasVkValue.NAME);
if(attributeJsObj != null && (attributeStringObj = attributeJsObj.isString()) != null)