List of usage examples for com.google.gwt.user.client.ui HorizontalPanel subclass-usage
From source file com.qut.middleware.esoemanager.client.ui.policy.EffectUI.java
public class EffectUI extends HorizontalPanel { VerticalPanel content; IntegratedListBox effects; public EffectUI() { FlexibleTable content = new FlexibleTable(2, 2);
From source file com.risevision.ui.client.common.widgets.ActionsWidget.java
public class ActionsWidget extends HorizontalPanel implements ClickHandler { private static ActionsWidget instance; /* * Be careful with saving UI components in datastructures like this: if you * remove a button from the app, make sure you also remove its reference * from buttonMap HashMap to avoid memory leaks.
From source file com.risevision.ui.client.common.widgets.alerts.AlertURLWidget.java
public class AlertURLWidget extends HorizontalPanel { //RPC private final CompanyServiceAsync companyService = OAuth2ServiceWrapper.getCompanyService(); // UI Pieces private StatusBoxWidget statusBox = StatusBoxWidget.getInstance(); private TextBox urlTextBox = new TextBox();
From source file com.risevision.ui.client.common.widgets.InheritedSettingWidget.java
public class InheritedSettingWidget extends HorizontalPanel { private boolean inheritedCheckBoxIsVisible; private String inheritedCheckBoxLabel; private CheckBox cb = new CheckBox("inherited"); private Widget wg;
From source file com.risevision.ui.client.common.widgets.timeline.TimelineWidget.java
public class TimelineWidget extends HorizontalPanel { private CheckBox cbAlways = new CheckBox("Always"); private Anchor hlTimeline = new Anchor("Edit"); private Label lbDescription = new Label(""); private TimeLineInfo timeline;
From source file com.risevision.ui.client.company.AuthKeyWidget.java
public class AuthKeyWidget extends HorizontalPanel { //RPC private final CompanyServiceAsync companyService = OAuth2ServiceWrapper.getCompanyService(); // UI Pieces private StatusBoxWidget statusBox = StatusBoxWidget.getInstance(); private Label authKeyLabel = new Label();
From source file com.risevision.ui.client.company.ClaimIdWidget.java
public class ClaimIdWidget extends HorizontalPanel { //RPC private final CompanyServiceAsync companyService = OAuth2ServiceWrapper.getCompanyService(); // UI Pieces private StatusBoxWidget statusBox = StatusBoxWidget.getInstance(); private Label claimIdLabel = new Label();
From source file com.risevision.ui.client.company.CompanyListBoxWidget.java
@Deprecated public class CompanyListBoxWidget extends HorizontalPanel { private static CompanyListBoxWidget instance; private SimplePanel fieldPanel = new SimplePanel(); private RiseListBox companyListBox = new RiseListBox();
From source file com.risevision.ui.client.company.CompanyStatusWidget.java
public class CompanyStatusWidget extends HorizontalPanel { private static CompanyStatusWidget instance; private RiseListBox statusListBox = new RiseListBox(); private Label lastModifiedLabel = new Label();
From source file com.risevision.ui.client.company.OperatorWidget.java
@Deprecated public class OperatorWidget extends HorizontalPanel { private static OperatorWidget instance; private RpcCallBackHandler rpcPnoCallBackHandler = new RpcCallBackHandler();