public interface IFeatureAttributeConfig
Modifier and Type | Interface and Description |
---|---|
static class |
IFeatureAttributeConfig.Permission |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue()
Restituisce il valore di default del campo o null altrimenti
|
String |
getHumanReadableName()
Restituisce il nome del campo per come lo si vuole esporre
|
String |
getRealName()
Restituisce il nome reale del campo in tabella
|
ISuggestConfig |
getSuggestConfig()
Resistuisce il SuggestConfig necessario a definire un suggest per il campo.
|
String |
getValidatingRegExp()
Stringa della regula expression necessaria alla validazione/filtraggio del campo (regexp javascript?)
|
boolean |
hasPermission(IFeatureAttributeConfig.Permission permission)
Restituisce true o false in base al fatto che a questa feature attribute sia stata assegnata o meno quella specifica autorizzazione
|
boolean |
hasSuggestProvider()
Restituisce true o false in base al fatto che a questa feature attribute sia stato assegnato un seggest providere
|
String getRealName()
String getHumanReadableName()
String getValidatingRegExp()
String getDefaultValue()
boolean hasPermission(IFeatureAttributeConfig.Permission permission)
permission
- boolean hasSuggestProvider()
permission
- ISuggestConfig getSuggestConfig()
Copyright © 2017 Comune di Prato. All rights reserved.