T - generics type (for fluent interface)public class StylishObjectProperty<T> extends SimpleStyleableObjectProperty<T>
SimpleStyleableObjectProperty to always
include an axis re-layout. N.B. Also, the warning of inheriting more than 'n' generations is thrown only once this
way.| Modifier and Type | Field and Description |
|---|---|
protected Runnable |
invalidateAction |
| Constructor and Description |
|---|
StylishObjectProperty(CssMetaData<? extends Styleable,T> cssMetaData,
Object bean,
String name,
T initialValue,
Runnable invalidateAction)
The constructor of the
StylishObjectProperty. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
invalidated() |
getBean, getCssMetaData, getNameapplyStyle, bind, getStyleOrigin, setaddListener, addListener, fireValueChangedEvent, get, isBound, removeListener, removeListener, toString, unbindbindBidirectional, setValue, unbindBidirectionalasString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValue, setValuegetValueprotected Runnable invalidateAction
public StylishObjectProperty(CssMetaData<? extends Styleable,T> cssMetaData, Object bean, String name, T initialValue, Runnable invalidateAction)
StylishObjectProperty.cssMetaData - the CssMetaData associated with this StyleablePropertybean - the bean of this BooleanPropertyname - the name of this BooleanPropertyinitialValue - the initial value of the wrapped ObjectinvalidateAction - lambda expression executed in invalidatedprotected void invalidated()
invalidated in class ObjectPropertyBase<T>Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.