Class N2oComponent
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.control.N2oComponent
-
- All Implemented Interfaces:
Serializable,CssClassAware,ExtensionAttributesAware,NamespaceUriAware,SrcAware,Source,SourceComponent
- Direct Known Subclasses:
N2oAbstractButton,N2oAbstractChart,N2oAbstractEvent,N2oConfirmAction.ConfirmButton,N2oCustomControl,N2oDialog,N2oField,N2oFieldsetColumn,N2oFieldsetRow,N2oFooter,N2oHeader,N2oRegion,N2oSidebar,N2oStandardChartItem
public abstract class N2oComponent extends Object implements SourceComponent, ExtensionAttributesAware
Исходная модель компонента- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oComponent()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.CssClassAware
getCssClass, getStyle, setCssClass, setStyle
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, getNamespaceUri, setNamespacePrefix, setNamespaceUri
-
-