Interface JsonPropertiesAware
-
- All Superinterfaces:
PropertiesAware
- All Known Implementing Classes:
AbstractTable,Button,Checkbox,CheckboxFieldSet,CheckboxGroup,CodeEditor,Component,Control,CustomControl,CustomField,CustomWidget,DateInterval,DatePicker,EditForm,Field,FieldSet,FileUpload,Form,Hidden,HtmlControl,HtmlWidget,InputMoney,InputSelect,InputSelectTree,InputText,LineFieldSet,ListControl,ListWidget,MaskedInput,MenuItem,N2oCustomCell,OutputText,Page,Password,Pills,RadioGroup,SearchButtons,Select,SetFieldSet,StandardField,Table,Text,TextArea,TextEditor,Tree,Widget
public interface JsonPropertiesAware extends PropertiesAware
Знание о дополнительных свойствах и выгрузка их в json
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Map<String,Object>getJsonProperties()-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.PropertiesAware
getProperties, setProperties
-
-