private WidgetListAppearance appearance;
public WidgetListEntry(WidgetListAppearance appearance) {
this.appearance = appearance;
initWidget(this.appearance.uiBinderEntry().createAndBindUi(this));
IMPL.addTouchHandler(container, new TapRecognizer(this));
}