List of usage examples for com.google.gwt.user.client.ui DialogBox subclass-usage
From source file com.ikon.frontend.client.widget.findfolder.FindFolderSelectPopup.java
public class FindFolderSelectPopup extends DialogBox { private final OKMSearchServiceAsync searchService = (OKMSearchServiceAsync) GWT.create(OKMSearchService.class); private VerticalPanel vPanel; private HorizontalPanel hPanel; public ScrollPanel scrollFolderPanel;
From source file com.ikon.frontend.client.widget.foldertree.FolderSelectPopup.java
public class FolderSelectPopup extends DialogBox { public static final int ENTRYPOINT_NONE = -1; public static final int ENTRYPOINT_TAXONOMY = 0; public static final int ENTRYPOINT_BROWSER = 1; public static final int ENTRYPOINT_TEMPLATES = 2; public static final int ENTRYPOINT_MY_DOCUMENTS = 3;
From source file com.ikon.frontend.client.widget.form.DatabaseRecordSelectPopup.java
/**
* DatabaseRecordSelectPopup
*
* @author jllort
*
*/
From source file com.ikon.frontend.client.widget.form.FolderSelectPopup.java
/**
* FolderSelectPopup
*
* @author jllort
*
*/
From source file com.ikon.frontend.client.widget.LogoutPopup.java
/** * Logout * * @author jllort */ public class LogoutPopup extends DialogBox implements ClickHandler {
From source file com.ikon.frontend.client.widget.mainmenu.BookmarkPopup.java
/**
* BookmarkPopup
*
* @author jllort
*
*/
From source file com.ikon.frontend.client.widget.mainmenu.ManageBookmarkPopup.java
/**
* ManageBookmarkPopup
*
* @author jllort
*
*/
From source file com.ikon.frontend.client.widget.MsgPopup.java
/**
* Message popup
*
* @author jllort
*
*/
From source file com.ikon.frontend.client.widget.notify.NotifyPopup.java
/**
* NotifyPopup
*
* @author jllort
*
*/
From source file com.ikon.frontend.client.widget.popup.CategoriesPopup.java
/** * Categories popup * * @author jllort */ public class CategoriesPopup extends DialogBox {