Class 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
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javafx.stage.PopupWindow

        javafx.stage.PopupWindow.AnchorLocation
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String STYLE_CLASS
      The style class.
      • Fields inherited from class javafx.scene.control.PopupControl

        bridge, USE_COMPUTED_SIZE, USE_PREF_SIZE
    • 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
    • Constructor Detail

      • FxValidationFailureBox

        public FxValidationFailureBox()
        The constructor.
    • Method Detail

      • hasValidationFailure

        public boolean hasValidationFailure()
        Returns:
        true if validation failure text is present and box may be shown, false otherwise.