|
com.im.df.api 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
DFITEM - type of property (DFEntity or DFField)public interface ExtraDFItemProperty<DFITEM extends DFItem>
Allows to edit Extra attributes for fields in schema editor.
| Nested Class Summary | |
|---|---|
static interface |
ExtraDFItemProperty.Customizer
Customizer for property value modification. |
| Method Summary | |
|---|---|
ExtraDFItemProperty.Customizer |
create(DFITEM item,
String value)
Create customizer for property value modification. |
String |
getDisplayName()
|
String |
getPropertyName()
|
String |
getShortDescription()
|
boolean |
isCompatible(DFItem field)
Check if this property can be applied to the input field. |
boolean |
validate(DFITEM item,
String value)
Check validity of value. |
| Method Detail |
|---|
boolean isCompatible(DFItem field)
field - The field for testing
String getPropertyName()
String getDisplayName()
String getShortDescription()
ExtraDFItemProperty.Customizer create(DFITEM item,
String value)
item - item for customization.value - default value.
boolean validate(DFITEM item,
String value)
item - Item for validation.value - value for validation.
|
com.im.df.api 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||