public class GeneratedContentDialog
extends org.pentaho.gwt.widgets.client.dialogs.PromptDialogBox
implements org.pentaho.gwt.widgets.client.dialogs.IDialogCallback, com.google.gwt.user.client.ui.TableListener
com.google.gwt.user.client.ui.DialogBox.Caption, com.google.gwt.user.client.ui.DialogBox.CaptionImplcom.google.gwt.user.client.ui.PopupPanel.PositionCallback| Constructor and Description |
|---|
GeneratedContentDialog() |
GeneratedContentDialog(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile sourceFile,
List<org.pentaho.gwt.widgets.client.filechooser.RepositoryFile> workspaceFiles) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelPressed() |
void |
okPressed() |
void |
onCellClicked(com.google.gwt.user.client.ui.SourcesTableEvents sender,
int row,
int cell) |
getCallback, getContent, getValidatorCallback, onKeyDownPreview, setCallback, setContent, setValidatorCallbackcenter, onPopupClosed, setFocusWidget, showgetCaption, getHTML, getText, hide, onBrowserEvent, onMouseDown, onMouseEnter, onMouseLeave, onMouseMove, onMouseUp, setHTML, setHTML, setTextclear, getWidget, iterator, remove, setWidgetaddAutoHidePartner, addCloseHandler, addPopupListener, getGlassStyleName, getOffsetHeight, getOffsetWidth, getPopupLeft, getPopupTop, getTitle, hide, isAnimationEnabled, isAutoHideEnabled, isAutoHideOnHistoryEventsEnabled, isGlassEnabled, isModal, isPreviewingAllNativeEvents, isShowing, isVisible, onEventPreview, onKeyPressPreview, onKeyUpPreview, removeAutoHidePartner, removePopupListener, setAnimationEnabled, setAutoHideEnabled, setAutoHideOnHistoryEventsEnabled, setGlassEnabled, setGlassStyleName, setHeight, setModal, setPopupPosition, setPopupPositionAndShow, setPreviewingAllNativeEvents, setTitle, setVisible, setWidth, showRelativeToaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, fireEvent, getLayoutData, getParent, isAttached, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getStyleName, getStylePrimaryName, isVisible, removeStyleDependentName, removeStyleName, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStylePrimaryName, setVisible, sinkBitlessEvent, toString, unsinkEventspublic GeneratedContentDialog()
title - okText - cancelText - autoHide - modal - public GeneratedContentDialog(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile sourceFile,
List<org.pentaho.gwt.widgets.client.filechooser.RepositoryFile> workspaceFiles)
sourceFile - workspaceFiles - public void onCellClicked(com.google.gwt.user.client.ui.SourcesTableEvents sender,
int row,
int cell)
onCellClicked in interface com.google.gwt.user.client.ui.TableListenerpublic void cancelPressed()
cancelPressed in interface org.pentaho.gwt.widgets.client.dialogs.IDialogCallbackpublic void okPressed()
okPressed in interface org.pentaho.gwt.widgets.client.dialogs.IDialogCallback