Class CharProperty


public class CharProperty extends ReadOnlyCharProperty
  • Field Details

  • Constructor Details

    • CharProperty

      public CharProperty()
    • CharProperty

      public CharProperty(char value)
    • CharProperty

      public CharProperty(String name, char value)
    • CharProperty

      public CharProperty(Object bean, String name, char value)
  • Method Details

    • setValue

      public void setValue(Character value)
    • set

      public void set(char value)
    • setValue

      protected void setValue(Character value, CharProperty property)
    • unset

      public void unset()
    • setInitialValue

      public void setInitialValue(Character initialValue)
    • bind

      public void bind(ReadOnlyCharProperty property)
    • isBound

      public boolean isBound()
    • bindBidirectional

      public void bindBidirectional(CharProperty property)
    • isBoundBidirectional

      public boolean isBoundBidirectional()
    • unbind

      public void unbind()
    • setPropertyToUpdate

      protected void setPropertyToUpdate(CharProperty property, boolean bidirectional)