List of usage examples for com.google.gwt.user.client.ui HorizontalPanel subclass-usage
From source file com.qualogy.qafe.gwt.client.component.MenuItemComponent.java
public class MenuItemComponent extends HorizontalPanel { private static final String DEFAULT_STYLE = "gwmdemo-MenuItem"; public MenuItemComponent(final String menuItemName, final String uuid, final String windowId) { setSpacing(2);
From source file com.qualogy.qafe.gwt.client.component.QChoiceHorizontal.java
public class QChoiceHorizontal extends HorizontalPanel implements HasChoice, HasEnabled { private QChoiceHelper choiceHelper = null; public QChoiceHorizontal() { choiceHelper = new QChoiceHelper(this);
From source file com.qualogy.qafe.gwt.client.component.QStack.java
public class QStack extends HorizontalPanel implements HasVisible { private UIObject parentStackPanel; private int stackIndex; private String stackText;
From source file com.qualogy.qafe.mgwt.client.ui.component.QLayoutHorizontal.java
public class QLayoutHorizontal extends HorizontalPanel {
}
From source file com.qut.gwtuilib.client.display.EventMessageLoggingPanel.java
public class EventMessageLoggingPanel extends HorizontalPanel implements EventListener { /* All events this editor instance will respond to */ private String[] registeredEvents = { EventConstants.userMessage }; private String areaID;
From source file com.qut.gwtuilib.client.display.EventMessagePanel.java
public class EventMessagePanel extends HorizontalPanel implements EventListener { /* All events this editor instance will respond to */ private String[] registeredEvents = { EventConstants.userMessage }; private String areaID;
From source file com.qut.gwtuilib.client.display.MessagePanel.java
public class MessagePanel extends HorizontalPanel { protected EffectPanel effectPanel; protected HorizontalPanel container; protected Label message; protected boolean effectsInverted;
From source file com.qut.gwtuilib.client.input.ConfirmationStyledButton.java
public class ConfirmationStyledButton extends HorizontalPanel { StyledButton button; ConfirmDialog confirmDialog; String confirmMsg; public ConfirmationStyledButton(String confirmMsg, String name, AbstractImagePrototype img) {
From source file com.qut.gwtuilib.client.input.ValidatingTextBoxBase.java
public abstract class ValidatingTextBoxBase extends HorizontalPanel { private int min; private String regex; private String errMsg; private String areaID;
From source file com.qut.middleware.esoemanager.client.ui.ActiveState.java
public class ActiveState extends HorizontalPanel { private Label status; private boolean active; public ActiveState() { this.createInterface();