public interface PropertyViewDecorator
An interface for decorating PropertyViews. If you add this (via PropertyViewDecoratorAttribute
or
PropertyViewDecoratorNode
) to a FieldNode
, its decorate(com.codename1.rad.ui.PropertyView)
method will be executed on the PropertyView
just after it is created by the DefaultPropertyViewFactory
.
PropertyViewDecoratorAttribute
,
PropertyViewDecoratorNode
Modifier and Type | Method and Description |
---|---|
PropertyView |
decorate(PropertyView propertyView)
Decorates a property view.
|
PropertyView decorate(PropertyView propertyView)
Decorates a property view.
propertyView
- The property view to decorate.Copyright © 2022. All Rights Reserved.