public class PropertyModel
Represents a property of a value as a model.
| Constructor and description | 
|---|
                                PropertyModel
                                (ValueModel sourceModel, String property) | 
                        
                                PropertyModel
                                (ValueModel sourceModel, String property, Class type) | 
                        
                                PropertyModel
                                (ValueModel sourceModel, String property, Class type, boolean editable) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            String | 
                            getProperty() | 
                        
 | 
                            ValueModel | 
                            getSourceModel() | 
                        
 | 
                            Class | 
                            getType() | 
                        
 | 
                            Object | 
                            getValue() | 
                        
 | 
                            boolean | 
                            isEditable() | 
                        
 | 
                            void | 
                            setValue(Object value) | 
                        
Copyright © 2003-2019 The Apache Software Foundation. All rights reserved.