Type | Property and Description |
---|---|
javafx.beans.property.BooleanProperty |
showSearchIcon
* Adding the possibility to make a TextField to a SearchField via CSS-Property * *
|
Constructor and Description |
---|
AquaTextFieldSkin(javafx.scene.control.TextField textfield) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<javafx.css.CssMetaData<? extends javafx.css.Styleable,?>> |
getClassCssMetaData() |
java.util.List<javafx.css.CssMetaData<? extends javafx.css.Styleable,?>> |
getCssMetaData() |
protected void |
handleControlPropertyChanged(java.lang.String p) |
boolean |
isShowSearchIcon()
Gets the value of the property showSearchIcon.
|
protected void |
layoutChildren(double x,
double y,
double w,
double h) |
void |
setShowSearchIcon(java.lang.Boolean showSearchIcon)
Sets the value of the property showSearchIcon.
|
javafx.beans.property.BooleanProperty |
showSearchIconProperty()
* Adding the possibility to make a TextField to a SearchField via CSS-Property * *
|
addHighlight, computeBaselineOffset, computeMaxHeight, computePrefHeight, computePrefWidth, deleteChar, getCharacterBounds, getHAlignment, getIndex, getMenuPosition, getRangeShape, getUnderlineShape, nextCharacterVisually, positionCaret, removeHighlight, replaceText, scrollAfterDelete, translateCaretPosition, translateCaretPosition, updateCaretOff
forwardBiasProperty, getCharacter, getInsertionPoint, handleInputMethodEvent, invalidateMetrics, isForwardBias, isRTL, maskText, populateContextMenu, scrollCharacterToVisible, setCaretAnimating, setForwardBias, toggleUseVK, updateHighlightFill, updateHighlightTextFill, updateTextFill
dispose, getBehavior, registerChangeListener
computeMaxWidth, computeMinHeight, computeMinWidth, consumeMouseEvents, getChildren, getNode, getSkinnable, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapSize, snapSpace
public final javafx.beans.property.BooleanProperty showSearchIconProperty
isShowSearchIcon()
,
setShowSearchIcon(Boolean)
public AquaTextFieldSkin(javafx.scene.control.TextField textfield)
protected void layoutChildren(double x, double y, double w, double h)
layoutChildren
in class com.sun.javafx.scene.control.skin.TextFieldSkin
protected void handleControlPropertyChanged(java.lang.String p)
handleControlPropertyChanged
in class com.sun.javafx.scene.control.skin.TextFieldSkin
public java.util.List<javafx.css.CssMetaData<? extends javafx.css.Styleable,?>> getCssMetaData()
getCssMetaData
in class com.sun.javafx.scene.control.skin.TextInputControlSkin<javafx.scene.control.TextField,com.sun.javafx.scene.control.behavior.TextFieldBehavior>
public final javafx.beans.property.BooleanProperty showSearchIconProperty()
isShowSearchIcon()
,
setShowSearchIcon(Boolean)
public void setShowSearchIcon(java.lang.Boolean showSearchIcon)
public boolean isShowSearchIcon()
public static java.util.List<javafx.css.CssMetaData<? extends javafx.css.Styleable,?>> getClassCssMetaData()
Copyright © 2013. All Rights Reserved.