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,CustomRegion,CustomWidget,DateInterval,DatePicker,EditForm,Field,FieldSet,FileUpload,Form,Hidden,HtmlControl,HtmlWidget,ImageUpload,InputMoney,InputSelect,InputSelectTree,InputText,IntervalField,LineFieldSet,LineRegion,ListControl,ListWidget,MaskedInput,MenuItem,MultiFieldSet,N2oCustomCell,NoneRegion,OutputList,OutputText,Page,PanelRegion,Password,PerformButton,Pills,Progress,RadioGroup,Rating,Region,RegionItem,Rows,SearchablePage,SearchButtons,Select,SetFieldSet,SimplePage,Slider,StandardField,StandardPage,Status,Submenu,Table,TabsRegion,TabsRegion.Tab,Text,TextArea,TextEditor,Tiles,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
-
-