78910111213
public class NotificationComponent extends Component { public NotificationComponent(ComponentContainer container) { super(container); setWidget(new NotificationListGrid()); }