}
private class SettingHandler implements ClickListener {
@Override
public void buttonClick(ClickEvent event) {
Type typeValue = (Type) type.getValue();
Notification n = new Notification(tf.getValue(), typeValue);
n.setDelayMsec(-1);
n.setHtmlContentAllowed(true);
NotificationConfiguration notificationConf = UI.getCurrent()