// .ui.xml template last modified: 1449140426000 package org.gcube.portlet.user.userstatisticsportlet.client.ui; import com.google.gwt.core.client.GWT; import com.google.gwt.dom.client.Element; import com.google.gwt.safehtml.client.SafeHtmlTemplates; import com.google.gwt.safehtml.shared.SafeHtml; import com.google.gwt.safehtml.shared.SafeHtmlUtils; import com.google.gwt.safehtml.shared.SafeHtmlBuilder; import com.google.gwt.safehtml.shared.SafeUri; import com.google.gwt.safehtml.shared.UriUtils; import com.google.gwt.uibinder.client.UiBinderUtil; import com.google.gwt.uibinder.client.UiBinder; import com.google.gwt.uibinder.client.UiBinderUtil; import com.google.gwt.user.client.ui.Widget; public class StatisticWidget_StatisticWidgetUiBinderImpl implements UiBinder, org.gcube.portlet.user.userstatisticsportlet.client.ui.StatisticWidget.StatisticWidgetUiBinder { interface Template extends SafeHtmlTemplates { @Template(" ") SafeHtml html1(String arg0, String arg1); } Template template = GWT.create(Template.class); public com.google.gwt.user.client.ui.Widget createAndBindUi(final org.gcube.portlet.user.userstatisticsportlet.client.ui.StatisticWidget owner) { return new Widgets(owner).get_f_HTMLPanel1(); } /** * Encapsulates the access to all inner widgets */ class Widgets { private final org.gcube.portlet.user.userstatisticsportlet.client.ui.StatisticWidget owner; public Widgets(final org.gcube.portlet.user.userstatisticsportlet.client.ui.StatisticWidget owner) { this.owner = owner; build_style(); // generated css resource must be always created. Type: GENERATED_CSS. Precedence: 1 build_domId0(); // more than one getter call detected. Type: DOM_ID_HOLDER, precedence: 2 build_domId1(); // more than one getter call detected. Type: DOM_ID_HOLDER, precedence: 2 build_domId0Element(); // more than one getter call detected. Type: DEFAULT, precedence: 2 build_domId1Element(); // more than one getter call detected. Type: DEFAULT, precedence: 2 } SafeHtml template_html1() { return template.html1(get_domId0(), get_domId1()); } /** * Getter for clientBundleFieldNameUnlikelyToCollideWithUserSpecifiedFieldOkay called 1 times. Type: GENERATED_BUNDLE. Build precedence: 1. */ private org.gcube.portlet.user.userstatisticsportlet.client.ui.StatisticWidget_StatisticWidgetUiBinderImpl_GenBundle get_clientBundleFieldNameUnlikelyToCollideWithUserSpecifiedFieldOkay() { return build_clientBundleFieldNameUnlikelyToCollideWithUserSpecifiedFieldOkay(); } private org.gcube.portlet.user.userstatisticsportlet.client.ui.StatisticWidget_StatisticWidgetUiBinderImpl_GenBundle build_clientBundleFieldNameUnlikelyToCollideWithUserSpecifiedFieldOkay() { // Creation section. final org.gcube.portlet.user.userstatisticsportlet.client.ui.StatisticWidget_StatisticWidgetUiBinderImpl_GenBundle clientBundleFieldNameUnlikelyToCollideWithUserSpecifiedFieldOkay = (org.gcube.portlet.user.userstatisticsportlet.client.ui.StatisticWidget_StatisticWidgetUiBinderImpl_GenBundle) GWT.create(org.gcube.portlet.user.userstatisticsportlet.client.ui.StatisticWidget_StatisticWidgetUiBinderImpl_GenBundle.class); // Setup section. return clientBundleFieldNameUnlikelyToCollideWithUserSpecifiedFieldOkay; } /** * Getter for style called 2 times. Type: GENERATED_CSS. Build precedence: 1. */ private org.gcube.portlet.user.userstatisticsportlet.client.ui.StatisticWidget_StatisticWidgetUiBinderImpl_GenCss_style style; private org.gcube.portlet.user.userstatisticsportlet.client.ui.StatisticWidget_StatisticWidgetUiBinderImpl_GenCss_style get_style() { return style; } private org.gcube.portlet.user.userstatisticsportlet.client.ui.StatisticWidget_StatisticWidgetUiBinderImpl_GenCss_style build_style() { // Creation section. style = get_clientBundleFieldNameUnlikelyToCollideWithUserSpecifiedFieldOkay().style(); // Setup section. style.ensureInjected(); return style; } /** * Getter for f_HTMLPanel1 called 1 times. Type: DEFAULT. Build precedence: 1. */ private com.google.gwt.user.client.ui.HTMLPanel get_f_HTMLPanel1() { return build_f_HTMLPanel1(); } private com.google.gwt.user.client.ui.HTMLPanel build_f_HTMLPanel1() { // Creation section. final com.google.gwt.user.client.ui.HTMLPanel f_HTMLPanel1 = new com.google.gwt.user.client.ui.HTMLPanel(template_html1().asString()); // Setup section. f_HTMLPanel1.setStyleName("" + get_style().statisticContainer() + ""); { // Attach section. UiBinderUtil.TempAttachment __attachRecord__ = UiBinderUtil.attachToDom(f_HTMLPanel1.getElement()); get_domId0Element().get(); get_domId1Element().get(); // Detach section. __attachRecord__.detach(); } f_HTMLPanel1.addAndReplaceElement(get_header(), get_domId0Element().get()); f_HTMLPanel1.addAndReplaceElement(get_containerValues(), get_domId1Element().get()); return f_HTMLPanel1; } /** * Getter for domId0 called 2 times. Type: DOM_ID_HOLDER. Build precedence: 2. */ private java.lang.String domId0; private java.lang.String get_domId0() { return domId0; } private java.lang.String build_domId0() { // Creation section. domId0 = com.google.gwt.dom.client.Document.get().createUniqueId(); // Setup section. return domId0; } /** * Getter for header called 1 times. Type: DEFAULT. Build precedence: 2. */ private com.google.gwt.user.client.ui.Label get_header() { return build_header(); } private com.google.gwt.user.client.ui.Label build_header() { // Creation section. final com.google.gwt.user.client.ui.Label header = (com.google.gwt.user.client.ui.Label) GWT.create(com.google.gwt.user.client.ui.Label.class); // Setup section. header.setStyleName("" + get_style().statisticHeader() + ""); this.owner.header = header; return header; } /** * Getter for domId0Element called 2 times. Type: DEFAULT. Build precedence: 2. */ private com.google.gwt.uibinder.client.LazyDomElement domId0Element; private com.google.gwt.uibinder.client.LazyDomElement get_domId0Element() { return domId0Element; } private com.google.gwt.uibinder.client.LazyDomElement build_domId0Element() { // Creation section. domId0Element = new com.google.gwt.uibinder.client.LazyDomElement(get_domId0()); // Setup section. return domId0Element; } /** * Getter for domId1 called 2 times. Type: DOM_ID_HOLDER. Build precedence: 2. */ private java.lang.String domId1; private java.lang.String get_domId1() { return domId1; } private java.lang.String build_domId1() { // Creation section. domId1 = com.google.gwt.dom.client.Document.get().createUniqueId(); // Setup section. return domId1; } /** * Getter for containerValues called 1 times. Type: DEFAULT. Build precedence: 2. */ private com.google.gwt.user.client.ui.FlowPanel get_containerValues() { return build_containerValues(); } private com.google.gwt.user.client.ui.FlowPanel build_containerValues() { // Creation section. final com.google.gwt.user.client.ui.FlowPanel containerValues = (com.google.gwt.user.client.ui.FlowPanel) GWT.create(com.google.gwt.user.client.ui.FlowPanel.class); // Setup section. this.owner.containerValues = containerValues; return containerValues; } /** * Getter for domId1Element called 2 times. Type: DEFAULT. Build precedence: 2. */ private com.google.gwt.uibinder.client.LazyDomElement domId1Element; private com.google.gwt.uibinder.client.LazyDomElement get_domId1Element() { return domId1Element; } private com.google.gwt.uibinder.client.LazyDomElement build_domId1Element() { // Creation section. domId1Element = new com.google.gwt.uibinder.client.LazyDomElement(get_domId1()); // Setup section. return domId1Element; } } }