Class ReadOnlyCharProperty

java.lang.Object
eu.hansolo.toolbox.properties.ReadOnlyProperty<Character>
eu.hansolo.toolbox.properties.ReadOnlyCharProperty
Direct Known Subclasses:
CharProperty

public class ReadOnlyCharProperty extends ReadOnlyProperty<Character>
  • Field Details

    • propertyToUpdate

      protected CharProperty propertyToUpdate
    • bidirectional

      protected boolean bidirectional
  • Constructor Details

    • ReadOnlyCharProperty

      public ReadOnlyCharProperty()
    • ReadOnlyCharProperty

      public ReadOnlyCharProperty(char value)
    • ReadOnlyCharProperty

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