List of usage examples for com.google.gwt.user.client.ui HorizontalPanel subclass-usage
From source file org.daxplore.presenter.client.ui.PerspectivePanel.java
/**
* A widget that lets the user select what the chart's perspective should be.
*
* <p>The perspective is defined as a questionID and a number of question
* options. Depending on the selected perspective question different options
* are shown.</p>
From source file org.drools.brms.client.common.DirtyableHorizontalPane.java
/** * @author fernandomeyer */ public class DirtyableHorizontalPane extends HorizontalPanel implements DirtyableContainer { public boolean hasDirty() {
From source file org.drools.guvnor.client.common.DirtyableHorizontalPane.java
public class DirtyableHorizontalPane extends HorizontalPanel implements DirtyableContainer { public boolean hasDirty() { int widNumber = getWidgetCount(); Widget element;
From source file org.drools.guvnor.client.decisiontable.GroupingsPanel.java
/** * * @author rikkola * */ public class GroupingsPanel extends HorizontalPanel {
From source file org.drools.guvnor.client.explorer.navigation.qa.testscenarios.CallMethodLabelButton.java
public class CallMethodLabelButton extends HorizontalPanel { public CallMethodLabelButton(ExecutionTrace previousEx, Scenario scenario, ExecutionTrace executionTrace, ScenarioWidget scenarioWidget) { add(new CallMethodOnNewDataButton(previousEx, scenario, executionTrace, scenarioWidget));
From source file org.drools.guvnor.client.explorer.navigation.qa.testscenarios.ExpectPanel.java
public class ExpectPanel extends HorizontalPanel { protected final Scenario scenario; protected final ScenarioWidget parent; protected final ExecutionTrace previousEx;
From source file org.drools.guvnor.client.explorer.navigation.qa.testscenarios.FactWidget.java
public abstract class FactWidget extends HorizontalPanel { protected final ScenarioParentWidget parent; protected final Scenario scenario; protected final FixtureList definitionList;
From source file org.drools.guvnor.client.explorer.navigation.qa.testscenarios.FiredRulesPanel.java
public class FiredRulesPanel extends HorizontalPanel { private final ExecutionTrace executionTrace; public FiredRulesPanel(ExecutionTrace executionTrace) { this.executionTrace = executionTrace;
From source file org.drools.guvnor.client.explorer.navigation.qa.testscenarios.GivenLabelButton.java
public class GivenLabelButton extends HorizontalPanel { public GivenLabelButton(ExecutionTrace previousEx, Scenario scenario, ExecutionTrace executionTrace, ScenarioWidget scenarioWidget) { add(new NewDataButton(previousEx, scenario, executionTrace, scenarioWidget));
From source file org.drools.guvnor.client.qa.testscenarios.CallMethodLabelButton.java
/** * * @author nheron * */ public class CallMethodLabelButton extends HorizontalPanel {