final SimplePanel textWrapper = new SimplePanel();
textWrapper.addStyleName(StaticResourceBundle.INSTANCE.coreCss().inputWrapper());
textWrapper.add(membershipCriteria);
Panel textWrapperWrapper = new FlowPanel();
textWrapperWrapper.addStyleName(StaticResourceBundle.INSTANCE.coreCss().inputWrapperWrapper());
requiredLabel = new Label("(required)");
requiredLabel.addStyleName(StaticResourceBundle.INSTANCE.coreCss().requiredFormLabel());
textWrapperWrapper.add(requiredLabel);
textWrapperWrapper.add(textWrapper);