public class ReadOnlyPropertyDescriptor extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyPropertyDescriptor.ReadOnlyListener<T> |
| Modifier and Type | Field and Description |
|---|---|
protected Class<?> |
beanClass |
protected String |
name |
| Constructor and Description |
|---|
ReadOnlyPropertyDescriptor(String propertyName,
Class<?> beanClass,
Method getter) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(ReadOnlyPropertyDescriptor.ReadOnlyListener listener) |
static String |
capitalizedName(String name) |
Method |
getGetter() |
String |
getName() |
Class<?> |
getType() |
void |
removeListener(ReadOnlyPropertyDescriptor.ReadOnlyListener listener) |
public String getName()
public Method getGetter()
public Class<?> getType()
public void addListener(ReadOnlyPropertyDescriptor.ReadOnlyListener listener)
public void removeListener(ReadOnlyPropertyDescriptor.ReadOnlyListener listener)
Copyright © 2025. All rights reserved.