|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPopupPanel
com.vaadin.client.ui.VOverlay
com.vaadin.client.ui.VWindowOverlay
public class VWindowOverlay
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.vaadin.client.ui.VOverlay |
|---|
VOverlay.PositionAndSize, VOverlay.ResizeAnimation |
| Field Summary |
|---|
| Fields inherited from class com.vaadin.client.ui.VOverlay |
|---|
ac, CLASSNAME_CONTAINER, CLASSNAME_SHADOW, current, Z_INDEX |
| Constructor Summary | |
|---|---|
VWindowOverlay()
|
|
VWindowOverlay(boolean autoHide,
boolean modal,
boolean showShadow)
|
|
| Method Summary | |
|---|---|
com.google.gwt.user.client.Element |
getOverlayContainer()
Gets the 'overlay container' element. |
static com.google.gwt.user.client.Element |
getOverlayContainer(ApplicationConnection ac)
Gets the 'overlay container' element pertaining to the given ApplicationConnection. |
| Methods inherited from class com.vaadin.client.ui.VOverlay |
|---|
center, getApplicationConnection, getOwner, isShadowEnabled, isShimElementEnabled, isSinkShadowEvents, needsShimElement, onClose, onDetach, positionOrSizeUpdated, setHeight, setOverlayContainerLabel, setOwner, setPopupPosition, setShadowEnabled, setShadowStyle, setSinkShadowEvents, setVisible, setWidth, setZIndex, show, sinkEvents, updateShadowSizeAndPosition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.gwt.event.logical.shared.CloseHandler |
|---|
onClose |
| Constructor Detail |
|---|
public VWindowOverlay()
public VWindowOverlay(boolean autoHide,
boolean modal,
boolean showShadow)
| Method Detail |
|---|
public com.google.gwt.user.client.Element getOverlayContainer()
ApplicationConnection using VOverlay.getApplicationConnection().
getOverlayContainer in class VOverlayApplicationConnection or another element if the current
ApplicationConnection cannot be determined.public static com.google.gwt.user.client.Element getOverlayContainer(ApplicationConnection ac)
ApplicationConnection. Each overlay should be created in a
overlay container element, so that the correct theme and styles can be
applied.
ac - A reference to ApplicationConnection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||