Interface ExtensionAttributesAware
-
- All Known Implementing Classes:
AbstractMenuItem,CompiledObject.Operation,EditCell,N2oAbstractCell,N2oAbstractChart,N2oAbstractListWidget,N2oAbstractTable,N2oActionCell,N2oAlert,N2oAreaChart,N2oAreaChartItem,N2oAutoComplete,N2oBadgeCell,N2oBarChart,N2oBarChartItem,N2oBasePage,N2oButton,N2oButtonField,N2oCalendar,N2oChart,N2oCheckbox,N2oCheckboxButtons,N2oCheckboxCell,N2oCheckboxGrid,N2oCheckboxGroup,N2oClassifier,N2oCodeEditor,N2oCodeMerge,N2oCodeViewer,N2oColorCell,N2oComponent,N2oControl,N2oCustomCell,N2oCustomControl,N2oCustomField,N2oCustomRegion,N2oCustomWidget,N2oDateInterval,N2oDatePicker,N2oDebug,N2oEditCell,N2oEditForm,N2oEditGrid,N2oField,N2oFieldSet,N2oFileUpload,N2oForm,N2oGroupClassifierMulti,N2oGroupClassifierSingle,N2oHidden,N2oHtml,N2oHtmlWidget,N2oIconCell,N2oImageCell,N2oInputInterval,N2oInputMoney,N2oInputSelect,N2oInputSelectTree,N2oInputText,N2oIntervalField,N2oLeftRightPage,N2oLineChart,N2oLineChartItem,N2oLineFieldSet,N2oLineRegion,N2oLinkCell,N2oListCell,N2oListField,N2oListWidget,N2oMaskedInput,N2oMenuItem,N2oMultiClassifier,N2oMultiFieldSet,N2oMultiListFieldAbstract,N2oNoneRegion,N2oObject.Operation,N2oOutputList,N2oOutputText,N2oPage,N2oPanelRegion,N2oPassword,N2oPerform,N2oPieChart,N2oPills,N2oPillsRegion,N2oPlainField,N2oProgress,N2oProgressBarCell,N2oQuery,N2oRadioButtons,N2oRadioGroup,N2oRating,N2oRatingCell,N2oRegion,N2oSearchablePage,N2oSearchButtons,N2oSelect,N2oSelectRegion,N2oSelectTree,N2oSetFieldSet,N2oSimpleIntervalField,N2oSimpleMenu.AnchorItem,N2oSimpleMenu.MenuItem,N2oSimpleMenu.PageItem,N2oSimpleMenu.SubMenuItem,N2oSimplePage,N2oSingleListFieldAbstract,N2oSlider,N2oStandardChart,N2oStandardChartItem,N2oStandardField,N2oStandardPage,N2oStatus,N2oSubmenu,N2oTable,N2oTabsRegion,N2oText,N2oText,N2oTextArea,N2oTextCell,N2oTextEditor,N2oTime,N2oTimeInterval,N2oToolbarCell,N2oTooltipListCell,N2oTopLeftRightPage,N2oTree,N2oWidget,N2oWizard,N2oXEditableCell,SwitchCell,ToolbarCell
public interface ExtensionAttributesAwareЗнание о дополнительных аттрибутах
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<N2oNamespace,java.util.Map<java.lang.String,java.lang.String>>getExtAttributes()voidsetExtAttributes(java.util.Map<N2oNamespace,java.util.Map<java.lang.String,java.lang.String>> extAttributes)
-
-
-
Method Detail
-
getExtAttributes
java.util.Map<N2oNamespace,java.util.Map<java.lang.String,java.lang.String>> getExtAttributes()
-
setExtAttributes
void setExtAttributes(java.util.Map<N2oNamespace,java.util.Map<java.lang.String,java.lang.String>> extAttributes)
-
-