public class JDateDialog
extends javafx.stage.Stage
It will rebuild the dialog according to the currently set locale and date format whenever it is made visible
Modifier and Type | Field and Description |
---|---|
static String |
NLS_CURRENTDAY
ToolTip for Current Day.
|
static String |
NLS_NEXTMONTH
ToolTip for Next Month.
|
static String |
NLS_NEXTYEAR
ToolTip for Next Year.
|
static String |
NLS_NULLSELECT
Null Date selection text.
|
static String |
NLS_PREVMONTH
ToolTip for Previous Month.
|
static String |
NLS_PREVYEAR
ToolTip for Previous Year.
|
static String |
NLS_SELECTEDDAY
ToolTip for Selected Day.
|
Constructor and Description |
---|
JDateDialog(JDateConfig pConfig)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
JDateConfig |
getDateConfig()
Obtain Date Configuration.
|
boolean |
haveSelected()
Have we selected a date?
|
void |
showDialog()
Show the dialog.
|
alwaysOnTopProperty, close, fullScreenExitHintProperty, fullScreenExitKeyProperty, fullScreenProperty, getFullScreenExitHint, getFullScreenExitKeyCombination, getIcons, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getModality, getOwner, getStyle, getTitle, iconifiedProperty, impl_getMXWindowType, impl_setImportant, impl_setPrimary, initModality, initOwner, initStyle, isAlwaysOnTop, isFullScreen, isIconified, isMaximized, isResizable, maxHeightProperty, maximizedProperty, maxWidthProperty, minHeightProperty, minWidthProperty, resizableProperty, setAlwaysOnTop, setFullScreen, setFullScreenExitHint, setFullScreenExitKeyCombination, setIconified, setMaxHeight, setMaximized, setMaxWidth, setMinHeight, setMinWidth, setResizable, setScene, setTitle, show, showAndWait, titleProperty, toBack, toFront
addEventFilter, addEventHandler, buildEventDispatchChain, centerOnScreen, eventDispatcherProperty, fireEvent, focusedProperty, getEventDispatcher, getHeight, getOnCloseRequest, getOnHidden, getOnHiding, getOnShowing, getOnShown, getOpacity, getProperties, getScene, getUserData, getWidth, getX, getY, hasProperties, heightProperty, hide, impl_getPeer, impl_getWindows, isFocused, isShowing, onCloseRequestProperty, onHiddenProperty, onHidingProperty, onShowingProperty, onShownProperty, opacityProperty, removeEventFilter, removeEventHandler, requestFocus, sceneProperty, setEventDispatcher, setFocused, setHeight, setOnCloseRequest, setOnHidden, setOnHiding, setOnShowing, setOnShown, setOpacity, setUserData, setWidth, setX, setY, showingProperty, sizeToScene, widthProperty, xProperty, yProperty
public static final String NLS_CURRENTDAY
public static final String NLS_SELECTEDDAY
public static final String NLS_NEXTMONTH
public static final String NLS_PREVMONTH
public static final String NLS_NEXTYEAR
public static final String NLS_PREVYEAR
public static final String NLS_NULLSELECT
public JDateDialog(JDateConfig pConfig)
pConfig
- the configuration for the dialogpublic boolean haveSelected()
public JDateConfig getDateConfig()
public void showDialog()
Copyright © 2012–2016. All rights reserved.