|
Servoy 5.x Public API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IPropertyDescriptor
Interface for describing properties of Column Converters or Validators Try to use the the implementation class PropertyDescriptor this interface can
change with new Servoy versions if new functionality is needed.
PropertyDescriptor| Field Summary | |
|---|---|
static int |
GLOBAL_METHOD
|
static int |
NUMBER
|
static int |
STRING
|
| Method Summary | |
|---|---|
String[] |
getChoices()
For type STRING or NUMBER you can define predefined list so that users can only choose one of those. |
String |
getLabel()
The label that will be shown in the developer for this property. |
int |
getType()
The type of the property, return one of the types STRING or GLOBAL_METHOD |
| Field Detail |
|---|
static final int GLOBAL_METHOD
static final int NUMBER
static final int STRING
| Method Detail |
|---|
String[] getChoices()
STRING or NUMBER you can define predefined list so that users can only choose one of those.
String getLabel()
int getType()
STRING or GLOBAL_METHOD
|
Copyright © 2010 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||