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