public class ColumnFilterDialog extends DialogWithEntry
comp, entryText, errorLabel, fillVertically, listener, ok, text, validationErrorString, validationRegularExpressionCONFIRM, ERROR, INFORMATION, NONE, QUESTION, QUESTION_WITH_CANCEL, WARNINGimageLabel, message, messageLabelblockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, dialogArea, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSIS| Constructor and Description |
|---|
ColumnFilterDialog(org.eclipse.swt.widgets.Shell shell,
java.lang.String dialogTitle,
java.lang.String dialogMessage,
int question,
java.lang.String[] strings,
int i,
org.eclipse.nebula.widgets.xviewer.core.model.XViewerColumn column) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createExtendedArea(org.eclipse.swt.widgets.Composite parent)
Override to provide other widgets
|
java.util.Date |
getDate1() |
java.util.Date |
getDate2() |
org.eclipse.nebula.widgets.xviewer.core.model.DateRangeType |
getDateRangeType() |
void |
setDate1(java.util.Date date1) |
void |
setDate2(java.util.Date date2) |
void |
setDateRangeType(org.eclipse.nebula.widgets.xviewer.core.model.DateRangeType dateRangeType) |
void |
updateDate2Composite() |
createCustomArea, createExtendedAreaPre, getEntry, handleModified, isEntryValid, isFillVertically, isResizable, setEntry, setFillVertically, setInitialButtonState, setModeless, setSelectionListener, setValidationErrorString, setValidationRegularExpressionbuttonPressed, configureShell, createButton, createButtonsForButtonBar, createDialogArea, customShouldTakeFocus, getButton, getButtonLabels, getDefaultButtonIndex, getImage, getMinimumMessageWidth, handleShellCloseEvent, open, open, openConfirm, openError, openInformation, openQuestion, openWarning, setButtonLabels, setButtonscreateButtonBar, createContents, createDialogAndButtonArea, createMessageArea, getErrorImage, getInfoImage, getMessageLabelStyle, getQuestionImage, getWarningImageapplyDialogFont, cancelPressed, close, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, dialogFontIsDefault, getBlockedHandler, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsSettings, getDialogBoundsStrategy, getImage, getInitialLocation, getInitialSize, getOKButton, initializeBounds, initializeDialogUnits, okPressed, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenTextcanHandleShellCloseEvent, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getLayout, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManagerpublic ColumnFilterDialog(org.eclipse.swt.widgets.Shell shell,
java.lang.String dialogTitle,
java.lang.String dialogMessage,
int question,
java.lang.String[] strings,
int i,
org.eclipse.nebula.widgets.xviewer.core.model.XViewerColumn column)
protected void createExtendedArea(org.eclipse.swt.widgets.Composite parent)
DialogWithEntrycreateExtendedArea in class DialogWithEntrypublic void updateDate2Composite()
public java.util.Date getDate1()
public void setDate1(java.util.Date date1)
public java.util.Date getDate2()
public void setDate2(java.util.Date date2)
public org.eclipse.nebula.widgets.xviewer.core.model.DateRangeType getDateRangeType()
public void setDateRangeType(org.eclipse.nebula.widgets.xviewer.core.model.DateRangeType dateRangeType)