Class AbstractButtonIOv2<T extends N2oAbstractButton>

java.lang.Object
net.n2oapp.framework.config.io.control.ComponentIO<T>
net.n2oapp.framework.config.io.toolbar.v2.AbstractButtonIOv2<T>
All Implemented Interfaces:
ElementClassAware<T>, ElementNameAware, NamespaceUriAware, ClassedElementIO<T>, ElementIO<T>, NamedElementIO<T>, NamespaceIO<T>, TypedElementIO<T>, BadgeAwareIO<T>
Direct Known Subclasses:
ButtonIOv2, SubmenuIOv2

public abstract class AbstractButtonIOv2<T extends N2oAbstractButton> extends ComponentIO<T> implements BadgeAwareIO<T>
Чтение\запись содержимого Toolbar версии 2.0
  • Field Details

    • NAMESPACE

      public static final org.jdom2.Namespace NAMESPACE
    • actionDefaultNamespace

      protected org.jdom2.Namespace actionDefaultNamespace
  • Constructor Details

    • AbstractButtonIOv2

      public AbstractButtonIOv2()
  • Method Details