- java.lang.Object
-
- javafx.stage.Window
-
- javafx.stage.PopupWindow
-
- javafx.scene.control.PopupControl
-
- javafx.scene.control.Tooltip
-
- io.github.mmm.ui.fx.widget.FxValidationFailureBox
-
- All Implemented Interfaces:
javafx.css.Styleable
,javafx.event.EventTarget
,javafx.scene.control.Skinnable
public class FxValidationFailureBox extends javafx.scene.control.Tooltip
JavaFx widget that shows a validation failure box as popup/popover on an invalid widget.- Since:
- 1.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
STYLE_CLASS
Thestyle class
.
-
Constructor Summary
Constructors Constructor Description FxValidationFailureBox()
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasValidationFailure()
-
Methods inherited from class javafx.scene.control.Tooltip
activatedProperty, contentDisplayProperty, createDefaultSkin, fontProperty, getClassCssMetaData, getContentDisplay, getCssMetaData, getFont, getGraphic, getGraphicTextGap, getHideDelay, getShowDelay, getShowDuration, getStyleableParent, getText, getTextAlignment, getTextOverrun, graphicProperty, graphicTextGapProperty, hideDelayProperty, install, isActivated, isWrapText, setContentDisplay, setFont, setGraphic, setGraphicTextGap, setHideDelay, setShowDelay, setShowDuration, setText, setTextAlignment, setTextOverrun, setWrapText, showDelayProperty, showDurationProperty, textAlignmentProperty, textOverrunProperty, textProperty, uninstall, wrapTextProperty
-
Methods inherited from class javafx.scene.control.PopupControl
getId, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getPrefHeight, getPrefWidth, getPseudoClassStates, getSkin, getStyle, getStyleableNode, getStyleClass, getTypeSelector, idProperty, maxHeight, maxHeightProperty, maxWidth, maxWidthProperty, minHeight, minHeightProperty, minWidth, minWidthProperty, prefHeight, prefHeightProperty, prefWidth, prefWidthProperty, pseudoClassStateChanged, setId, setMaxHeight, setMaxSize, setMaxWidth, setMinHeight, setMinSize, setMinWidth, setPrefHeight, setPrefSize, setPrefWidth, setSkin, setStyle, skinProperty, styleProperty
-
Methods inherited from class javafx.stage.PopupWindow
anchorLocationProperty, anchorXProperty, anchorYProperty, autoFixProperty, autoHideProperty, consumeAutoHidingEventsProperty, getAnchorLocation, getAnchorX, getAnchorY, getConsumeAutoHidingEvents, getOnAutoHide, getOwnerNode, getOwnerWindow, hide, hideOnEscapeProperty, isAutoFix, isAutoHide, isHideOnEscape, onAutoHideProperty, ownerNodeProperty, ownerWindowProperty, setAnchorLocation, setAnchorX, setAnchorY, setAutoFix, setAutoHide, setConsumeAutoHidingEvents, setHideOnEscape, setOnAutoHide, setScene, show, show, show
-
Methods inherited from class javafx.stage.Window
addEventFilter, addEventHandler, buildEventDispatchChain, centerOnScreen, eventDispatcherProperty, fireEvent, focusedProperty, forceIntegerRenderScaleProperty, getEventDispatcher, getHeight, getOnCloseRequest, getOnHidden, getOnHiding, getOnShowing, getOnShown, getOpacity, getOutputScaleX, getOutputScaleY, getProperties, getRenderScaleX, getRenderScaleY, getScene, getUserData, getWidth, getWindows, getX, getY, hasProperties, heightProperty, isFocused, isForceIntegerRenderScale, isShowing, onCloseRequestProperty, onHiddenProperty, onHidingProperty, onShowingProperty, onShownProperty, opacityProperty, outputScaleXProperty, outputScaleYProperty, removeEventFilter, removeEventHandler, renderScaleXProperty, renderScaleYProperty, requestFocus, sceneProperty, setEventDispatcher, setEventHandler, setForceIntegerRenderScale, setHeight, setOnCloseRequest, setOnHidden, setOnHiding, setOnShowing, setOnShown, setOpacity, setRenderScaleX, setRenderScaleY, setUserData, setWidth, setX, setY, show, showingProperty, sizeToScene, widthProperty, xProperty, yProperty
-
-
-
-
Field Detail
-
STYLE_CLASS
public static final String STYLE_CLASS
Thestyle class
.- See Also:
- Constant Field Values
-
-