Interface JsonPropertiesAware
-
- All Superinterfaces:
PropertiesAware
- All Known Implementing Classes:
AbstractButton,AbstractCell,AbstractFilterButtonField,AbstractTable,ActionCell,ActionField,AlertField,AutoComplete,BadgeCell,ButtonField,Calendar,Cards,Cards.Block,Chart,Checkbox,CheckboxCell,CheckboxGroup,ClearButton,CodeEditor,CodeViewer,ColumnHeader,Component,Control,CustomCell,CustomControl,CustomField,CustomRegion,CustomWidget,DateInterval,DatePicker,EditCell,Field,FieldSet,FieldSet.Column,FieldSet.Row,FileUpload,FileUploadCell,Footer,Form,Header,Hidden,Html,HtmlWidget,IconCell,ImageCell,ImageField,ImageUpload,InputMoney,InputSelect,InputSelectTree,InputText,IntervalField,LineFieldSet,LineRegion,LinkCell,ListCell,ListControl,ListWidget,Markdown,MaskedInput,MenuItem,MenuItem,MultiFieldSet,NoneRegion,NumberPicker,OutputList,OutputText,Page,PanelRegion,Password,PerformButton,Progress,ProgressBarCell,RadioGroup,Rating,RatingCell,Region,RowClick,Rows,ScrollspyRegion,SearchablePage,SearchButton,SearchButtons,Select,SetFieldSet,Sidebar,SimpleMenu,SimplePage,Slider,StandardField,StandardPage,Status,Submenu,SwitchCell,Table,TableWidgetComponent.BodyRow,TabsRegion,TabsRegion.Tab,Text,TextArea,TextCell,TextEditor,Tiles,Tiles.Tile,TimePicker,ToolbarCell,TooltipListCell,TopLeftRightPage,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
-
-