public class SimpleStringProperty extends StringPropertyBase
Property wrapping a
String value.StringPropertyBase| Constructor and Description |
|---|
SimpleStringProperty()
The constructor of
StringProperty |
SimpleStringProperty(Object bean,
String name)
The constructor of
StringProperty |
SimpleStringProperty(Object bean,
String name,
String initialValue)
The constructor of
StringProperty |
SimpleStringProperty(String initialValue)
The constructor of
StringProperty |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean()
Returns the
Object that contains this property. |
String |
getName()
Returns the name of this property.
|
addListener, addListener, bind, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, set, toString, unbindbindBidirectional, bindBidirectional, bindBidirectional, setValue, unbindBidirectional, unbindBidirectionalconcat, getValue, getValueSafe, greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, isEmpty, isEqualTo, isEqualTo, isEqualToIgnoreCase, isEqualToIgnoreCase, isNotEmpty, isNotEqualTo, isNotEqualTo, isNotEqualToIgnoreCase, isNotEqualToIgnoreCase, isNotNull, isNull, length, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo, stringExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValuegetValuepublic SimpleStringProperty()
StringPropertypublic SimpleStringProperty(String initialValue)
StringPropertyinitialValue - the initial value of the wrapped valuepublic SimpleStringProperty(Object bean, String name)
StringPropertybean - the bean of this StringPropertyname - the name of this StringPropertypublic Object getBean()
Object that contains this property. If this property
is not contained in an Object, null is returned.Object or nullpublic String getName()
String.StringCopyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.