Interface ExtensionAttributesAware
-
- All Known Subinterfaces:
N2oAction
- All Known Implementing Classes:
AbstractColumn,CompiledObject.Operation,N2oAbstractAction,N2oAbstractButton,N2oAbstractCell,N2oAbstractChart,N2oAbstractEvent,N2oAbstractListWidget,N2oAbstractMetaAction,N2oAbstractPageAction,N2oAbstractTable,N2oActionCell,N2oActionField,N2oAlertAction,N2oAlertField,N2oAnchor,N2oAreaChart,N2oAreaChartItem,N2oAutoComplete,N2oBadgeCell,N2oBarChart,N2oBarChartItem,N2oBasePage,N2oBlock,N2oButton,N2oButtonField,N2oCalendar,N2oCards,N2oChart,N2oCheckbox,N2oCheckboxCell,N2oCheckboxGroup,N2oClearAction,N2oClearButton,N2oCloseAction,N2oCodeEditor,N2oCodeViewer,N2oComponent,N2oConditionBranch,N2oConfirmAction,N2oConfirmAction.CancelButton,N2oConfirmAction.ConfirmButton,N2oConfirmAction.OkButton,N2oCopyAction,N2oCustomAction,N2oCustomCell,N2oCustomControl,N2oCustomField,N2oCustomRegion,N2oCustomWidget,N2oDateInterval,N2oDatePicker,N2oDialog,N2oEditCell,N2oEditListAction,N2oElseBranchAction,N2oElseIfBranchAction,N2oField,N2oFieldSet,N2oFieldsetColumn,N2oFieldsetRow,N2oFileUpload,N2oFileUploadCell,N2oFilterButtonField,N2oFilterColumn,N2oFooter,N2oForm,N2oHeader,N2oHidden,N2oHtml,N2oHtmlWidget,N2oIconCell,N2oIfBranchAction,N2oImageCell,N2oImageField,N2oImageUpload,N2oInputMoney,N2oInputSelect,N2oInputSelectTree,N2oInputText,N2oIntervalField,N2oInvokeAction,N2oLeftRightPage,N2oLineChart,N2oLineChartItem,N2oLineFieldSet,N2oLineRegion,N2oLinkCell,N2oListCell,N2oListField,N2oListWidget,N2oListWidget.Body,N2oListWidget.ContentElement,N2oListWidget.Extra,N2oListWidget.Header,N2oListWidget.LeftBottom,N2oListWidget.LeftTop,N2oListWidget.RightBottom,N2oListWidget.RightTop,N2oListWidget.SubHeader,N2oMarkdown,N2oMaskedInput,N2oMultiAction,N2oMultiColumn,N2oMultiFieldSet,N2oMultiListFieldAbstract,N2oNumberPicker,N2oObject.Operation,N2oOnChangeEvent,N2oOpenDrawer,N2oOpenPage,N2oOutputList,N2oOutputText,N2oPage,N2oPanelRegion,N2oPassword,N2oPerform,N2oPieChart,N2oPlainField,N2oPlainText,N2oPrintAction,N2oProgress,N2oProgressBarCell,N2oQuery,N2oRadioGroup,N2oRating,N2oRatingCell,N2oRefreshAction,N2oRegion,N2oRowClick,N2oScrollspyRegion,N2oSearchablePage,N2oSearchButton,N2oSearchButtons,N2oSelect,N2oSelectTree,N2oSetFieldSet,N2oSetValueAction,N2oShowModal,N2oSidebar,N2oSimpleColumn,N2oSimpleIntervalField,N2oSimpleMenu,N2oSimpleMenu.AbstractMenuItem,N2oSimpleMenu.AnchorMenuItem,N2oSimpleMenu.DropdownMenuItem,N2oSimpleMenu.MenuItem,N2oSimpleMenu.PageMenuItem,N2oSimplePage,N2oSingleListFieldAbstract,N2oSlider,N2oStandardChart,N2oStandardChartItem,N2oStandardField,N2oStandardPage,N2oStatus,N2oStompEvent,N2oSubmenu,N2oSubmitAction,N2oSwitchAction,N2oTable,N2oTabsRegion,N2oTabsRegion.Tab,N2oText,N2oTextArea,N2oTextCell,N2oTextEditor,N2oTiles,N2oTimePicker,N2oToolbarCell,N2oTooltipListCell,N2oTopLeftRightPage,N2oTree,N2oWidget
public interface ExtensionAttributesAwareЗнание о дополнительных аттрибутах
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<N2oNamespace,Map<String,String>>getExtAttributes()voidsetExtAttributes(Map<N2oNamespace,Map<String,String>> extAttributes)
-
-
-
Method Detail
-
getExtAttributes
Map<N2oNamespace,Map<String,String>> getExtAttributes()
-
setExtAttributes
void setExtAttributes(Map<N2oNamespace,Map<String,String>> extAttributes)
-
-