Class SearchFieldSkinBase<T extends SearchField>

java.lang.Object
javafx.scene.control.SkinBase<T>
com.dlsc.gemsfx.skins.GemsSkinBase<T>
com.dlsc.gemsfx.skins.SearchFieldSkinBase<T>
Type Parameters:
T - the skinned search-field control type
All Implemented Interfaces:
javafx.scene.control.Skin<T>

public class SearchFieldSkinBase<T extends SearchField> extends GemsSkinBase<T>
Base skin for search-field based controls.

The class currently provides the common GemsSkinBase lifecycle for controls derived from SearchField.

  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new base skin for the given search-field control.
  • Method Summary

    Methods inherited from class javafx.scene.control.SkinBase

    computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, consumeMouseEvents, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutChildren, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListeners

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SearchFieldSkinBase

      public SearchFieldSkinBase(T control)
      Creates a new base skin for the given search-field control.
      Parameters:
      control - the control to skin