Class ActionButtonsReaderV1
- java.lang.Object
-
- net.n2oapp.framework.config.reader.tools.ControlActionReaderV1<N2oActionButton>
-
- net.n2oapp.framework.config.reader.tools.ActionButtonsReaderV1
-
- All Implemented Interfaces:
ElementClassAware<N2oActionButton>,ElementNameAware,ElementReader<N2oActionButton>,TypedElementReader<N2oActionButton>
public class ActionButtonsReaderV1 extends ControlActionReaderV1<N2oActionButton>
Считывает кнопки внутри контроллов.
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.config.reader.tools.ControlActionReaderV1
DEFAULT_EVENT_NAMESPACE_URI
-
-
Constructor Summary
Constructors Constructor Description ActionButtonsReaderV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oActionButton>getElementClass()StringgetElementName()N2oActionButtonreadControlAction(org.jdom.Element element, org.jdom.Namespace namespace)-
Methods inherited from class net.n2oapp.framework.config.reader.tools.ControlActionReaderV1
read, read, setReaderFactory
-
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.ElementClassAware
newInstance
-
-
-
-
Method Detail
-
readControlAction
public N2oActionButton readControlAction(org.jdom.Element element, org.jdom.Namespace namespace)
- Specified by:
readControlActionin classControlActionReaderV1<N2oActionButton>
-
getElementClass
public Class<N2oActionButton> getElementClass()
-
getElementName
public String getElementName()
-
-