Class N2oStandardControlReaderV1<E extends NamespaceUriAware>

    • Field Detail

      • DEFAULT_EVENT_NAMESPACE_URI

        public static final org.jdom.Namespace DEFAULT_EVENT_NAMESPACE_URI
    • Constructor Detail

      • N2oStandardControlReaderV1

        public N2oStandardControlReaderV1()
    • Method Detail

      • getControlFieldDefinition

        protected void getControlFieldDefinition​(org.jdom.Element field,
                                                 N2oField n2oField)
      • readSetValueExp

        protected void readSetValueExp​(N2oField n2oField,
                                       List<org.jdom.Element> list)
      • readSetValues

        protected void readSetValues​(N2oField n2oField,
                                     List<org.jdom.Element> list)
      • toMap

        protected Map<String,​String> toMap​(org.jdom.Element anElse)
      • readValidationReferences

        protected N2oField.Validations readValidationReferences​(org.jdom.Element field)
      • readControlTextDefinition

        protected void readControlTextDefinition​(org.jdom.Element element,
                                                 N2oText text)
      • getControlDefinition

        protected void getControlDefinition​(org.jdom.Element fieldSetElement,
                                            N2oField n2oControl)
      • getListFieldDefinition

        protected N2oListField getListFieldDefinition​(org.jdom.Element element,
                                                      N2oListField n2oListField)
      • getQueryFieldDefinition

        protected <T extends N2oListField> T getQueryFieldDefinition​(org.jdom.Element element,
                                                                     T n2oListField)
      • getTreeDefinition

        protected void getTreeDefinition​(org.jdom.Element element,
                                         org.jdom.Namespace namespace,
                                         N2oSelectTree selectTree)