List of usage examples for com.google.gwt.user.client.ui HorizontalPanel subclass-usage
From source file org.drools.workbench.screens.testscenario.client.GivenLabelButton.java
public class GivenLabelButton extends HorizontalPanel { public GivenLabelButton(final ExecutionTrace previousEx, final Scenario scenario, final ExecutionTrace executionTrace, final ScenarioParentWidget scenarioWidget, final AsyncPackageDataModelOracle oracle) {
From source file org.drools.workbench.screens.testscenario.client.page.settings.ConfigWidget.java
@Dependent public class ConfigWidget extends HorizontalPanel { public static final int ALLOWED_INDEX = 0; public static final int PREVENTED_INDEX = 1; public static final int ALL_ALLOWED_INDEX = 2;
From source file org.drools.workbench.screens.testscenario.client.page.settings.ExecutionWidget.java
@Dependent public class ExecutionWidget extends HorizontalPanel { private ExecutionTrace executionTrace; private DateTimePicker dateTimePicker;
From source file org.gems.ajax.client.figures.FloatingHorizontalPanel.java
/*******************************************************************************
* Copyright (c) 2007 Jules White. All rights reserved. This program and the
* accompanying materials are made available under the terms of the Eclipse
* Public License v1.0 which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
From source file org.gems.ajax.client.figures.toolbox.ToolBox.java
/*******************************************************************************
* Copyright (c) 2007 Jules White. All rights reserved. This program and the
* accompanying materials are made available under the terms of the Eclipse
* Public License v1.0 which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
From source file org.glimpse.client.widgets.HorizontalPanelExt.java
public class HorizontalPanelExt extends HorizontalPanel implements HasClickHandlers { public void setCellClass(Widget w, String className) { Element td = DOM.getParent(w.getElement()); td.setClassName(className); }
From source file org.gwm.splice.client.toolbar.ActionBar.java
public abstract class ActionBar extends HorizontalPanel implements ClickListener { ArrayList listeners = new ArrayList(); Map handlers = new HashMap(); Map widgets = new HashMap(); protected HorizontalPanel panel = new HorizontalPanel();
From source file org.gwm.splice.client.toolbar.widgets.FilterWidget.java
public class FilterWidget extends HorizontalPanel implements IActionWidget, KeyboardListener { private String name; private int actionID; private ClickListenerCollection listeners = new ClickListenerCollection(); private Label label;
From source file org.gwtopenmaps.demo.openlayers.client.components.ShowcaseSearchPanel.java
/**
*
* @author Giuseppe La Scaleia - CNR IMAA geoSDI Group
* @email giuseppe.lascaleia@geosdi.org
*/
@Singleton
From source file org.gwtopenmaps.demo.openlayers.client.components.ShowcaseTopPanel.java
/**
*
* @author Giuseppe La Scaleia - CNR IMAA geoSDI Group
* @email giuseppe.lascaleia@geosdi.org
*/
@Singleton