public class PropertyDescriptor extends ReadOnlyPropertyDescriptor
Modifier and Type | Class and Description |
---|---|
class |
PropertyDescriptor.Listener<T> |
ReadOnlyPropertyDescriptor.ReadOnlyListener<T>
beanClass, name
Constructor and Description |
---|
PropertyDescriptor(String propertyName,
Class<?> beanClass,
Method getter,
Method setter) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(ReadOnlyPropertyDescriptor.ReadOnlyListener listener) |
Method |
getSetter() |
void |
removeListener(ReadOnlyPropertyDescriptor.ReadOnlyListener listener) |
capitalizedName, getGetter, getName, getType
public Method getSetter()
public void addListener(ReadOnlyPropertyDescriptor.ReadOnlyListener listener)
addListener
in class ReadOnlyPropertyDescriptor
public void removeListener(ReadOnlyPropertyDescriptor.ReadOnlyListener listener)
removeListener
in class ReadOnlyPropertyDescriptor
Copyright © 2020. All rights reserved.