new UIFormStringInput("width", "width", null).addValidator(ExpressionValidator.class,
"(^([1-9]\\d*)(?:px)?$)?", "UIPortletForm.msg.InvalidWidthHeight"))
.addUIFormInput(
new UIFormStringInput("height", "height", null).addValidator(ExpressionValidator.class,
"(^([1-9]\\d*)(?:px)?$)?", "UIPortletForm.msg.InvalidWidthHeight"))
.addUIFormInput(new UICheckBoxInput("showInfoBar", "showInfoBar", false))
.addUIFormInput(new UICheckBoxInput("showPortletMode", "showPortletMode", false))
.addUIFormInput(new UICheckBoxInput("showWindowState", "showWindowState", false))
.addUIFormInput(
new UIFormTextAreaInput("description", "description", null).addValidator(NotHTMLTagValidator.class,
"UIPortletForm.msg.InvalidPortletDescription"));
addUIFormInput(uiSettingSet);
UIFormInputIconSelector uiIconSelector = new UIFormInputIconSelector("Icon", "icon");