public class PropertyAdjustersReadOnly extends Object implements PropertyAdjusters
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
readOnly |
protected Property |
source |
| Constructor and Description |
|---|
PropertyAdjustersReadOnly(Property source) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(PropertyAdjuster listener) |
PropertyAdjuster[] |
getAll() |
boolean |
readOnly() |
void |
readOnly(boolean readOnly) |
void |
remove(PropertyAdjuster listener) |
protected Property source
protected boolean readOnly
public PropertyAdjustersReadOnly(Property source)
public void readOnly(boolean readOnly)
public boolean readOnly()
public void add(PropertyAdjuster listener)
add in interface PropertyAdjusterspublic void remove(PropertyAdjuster listener)
remove in interface PropertyAdjusterspublic PropertyAdjuster[] getAll()
getAll in interface PropertyAdjustersCopyright © 2022 vpc open source initiative. All rights reserved.