Table of Contents

Search

  1. Preface
  2. RulePoint Interfaces
  3. RulePoint Services
  4. Custom Service API
  5. Java Adapter for REST API
  6. RulePoint REST API
  7. Sample XML and JSON Requests and Responses
  8. RulePoint Pluggable Authentication Module
  9. HTTP Request and Response Attributes

Developer Guide

Developer Guide

Property Editor Classes

Property Editor Classes

The property editor class is a mandatory attribute in @ServiceProperty annotation, and you must provide the property editor class based on the type of field you set in the ServiceProperty annotation.
The editor class defines how the design time must validate the property and how the configured field type displays in the user interface. Use a property editor according to the data type of your configurable property.
The following table lists the supported property editor classes for a specific field type:
Field Type
Property Editor Class
Plain text
com.informatica.cep.shared.beans.propertyeditors.TextEditor
Password text
com.informatica.cep.shared.beans.propertyeditors.PasswordEditor
Multiline text
com.informatica.cep.shared.beans.propertyeditors.MultiLineTextEditor
Natural number
com.informatica.cep.shared.beans.propertyeditors.IntegerEditor
Integer number
com.informatica.cep.shared.beans.propertyeditors.AllIntegerEditor
Long number
com.informatica.cep.shared.beans.propertyeditors.LongEditor
Float number
com.informatica.cep.shared.beans.propertyeditors.FloatEditor

0 COMMENTS

We’d like to hear from you!