notificationConf.setAssistivePrefix(typeValue, prefix.getValue());
notificationConf.setAssistivePostfix(typeValue, postfix.getValue());
notificationConf.setAssistiveRole(typeValue,
(NotificationRole) role.getValue());
n.show(Page.getCurrent());
}
}
private class DefaultHandler implements ClickListener {
@Override