Class AbstractButtonIO<T extends N2oAbstractButton>
java.lang.Object
net.n2oapp.framework.config.io.control.ComponentIO<T>
net.n2oapp.framework.config.io.toolbar.AbstractButtonIO<T>
- All Implemented Interfaces:
ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>
Чтение\запись содержимого Toolbar
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.jdom2.Namespacestatic org.jdom2.Namespace -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
getElementClass, newInstanceMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware
getElementNameMethods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespacePrefix, setNamespaceUri
-
Field Details
-
NAMESPACE
public static org.jdom2.Namespace NAMESPACE -
actionDefaultNamespace
protected org.jdom2.Namespace actionDefaultNamespace
-
-
Constructor Details
-
AbstractButtonIO
public AbstractButtonIO()
-
-
Method Details
-
io
- Specified by:
ioin interfaceElementIO<T extends N2oAbstractButton>- Overrides:
ioin classComponentIO<T extends N2oAbstractButton>
-
getNamespaceUri
-