Java com.google.gwt.widgetideas.client GlassPanel fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.widgetideas.client GlassPanel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.widgetideas.client GlassPanel.

The text is from its open source code.

Constructor

GlassPanel(boolean autoHide)
Create a glass panel widget that can be attached to an AbsolutePanel via AbsolutePanel#add(com.google.gwt.user.client.ui.Widget,int,int) absolutePanel.add(glassPanel, 0, 0) .