|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectHTML
com.vaadin.client.ui.VPopupView
public class VPopupView
| Nested Class Summary | |
|---|---|
class |
VPopupView.CustomPopup
This class is only public to enable overriding showPopup, and is currently not intended to be extended or otherwise used directly. |
| Field Summary | |
|---|---|
static java.lang.String |
CLASSNAME
|
ApplicationConnection |
client
For internal use only. |
boolean |
hostPopupVisible
Helps to communicate popup visibility to the server. |
VPopupView.CustomPopup |
popup
For internal use only. |
java.lang.String |
uidlId
For server-client communication. |
| Constructor Summary | |
|---|---|
VPopupView()
loading constructor |
|
| Method Summary | |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addVisibilityChangeHandler(VisibilityChangeHandler visibilityChangeHandler)
|
void |
center()
For internal use only. |
boolean |
isEnabled()
Returns true if the popup is enabled, false if not. |
boolean |
isWorkPending()
Checks whether there are operations pending for this widget that must be executed before reaching a steady state. |
java.util.Iterator<Widget> |
iterator()
|
protected void |
onDetach()
Make sure that we remove the popup when the main widget is removed. |
void |
preparePopup(VPopupView.CustomPopup popup)
For internal use only. |
void |
setEnabled(boolean enabled)
Sets whether this popup is enabled. |
void |
showPopup(VPopupView.CustomPopup popup)
Determines the correct position for a popup and displays the popup at that position. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASSNAME
public java.lang.String uidlId
For internal use only. May be removed or replaced in the future.
public ApplicationConnection client
public boolean hostPopupVisible
For internal use only. May be removed or replaced in the future.
public final VPopupView.CustomPopup popup
| Constructor Detail |
|---|
public VPopupView()
| Method Detail |
|---|
public void preparePopup(VPopupView.CustomPopup popup)
public void showPopup(VPopupView.CustomPopup popup)
popup - public void center()
protected void onDetach()
com.google.gwt.user.client.ui.Widget#onUnload()public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled - true to enable the popup, false to
disable itpublic com.google.gwt.event.shared.HandlerRegistration addVisibilityChangeHandler(VisibilityChangeHandler visibilityChangeHandler)
public java.util.Iterator<Widget> iterator()
iterator in interface java.lang.Iterable<Widget>public boolean isWorkPending()
isWorkPending in interface DeferredWorker
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||