Servoy 5.x Public API

com.servoy.j2db.dataprocessing
Interface IPropertyDescriptorProvider


public interface IPropertyDescriptorProvider

Interface for converters and validators to describe there properties

Since:
5.0

Method Summary
 IPropertyDescriptor getPropertyDescriptor(String property)
          Return the IPropertyDescriptor for the given property.
 void validateProperties(Map<String,String> properties)
          THIS METHOD ISNT CALLED YET.
 

Method Detail

getPropertyDescriptor

IPropertyDescriptor getPropertyDescriptor(String property)
Return the IPropertyDescriptor for the given property.

Parameters:
property -
Returns:
PropertyDescriptor

validateProperties

void validateProperties(Map<String,String> properties)
THIS METHOD ISNT CALLED YET. RESERVED FOR FURTHER USE. Validate the properties that are set by the user.

Parameters:
properties -

Copyright © 2010 Servoy B.V.