src/build/html/pyams_thesaurus.widget.html
changeset 0 d153941bb745
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/build/html/pyams_thesaurus.widget.html	Sun Jan 14 11:48:51 2018 +0100
@@ -0,0 +1,248 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>pyams_thesaurus.widget package &#8212; PyAMS User Guide 0.1.0 documentation</title>
+    <link rel="stylesheet" href="_static/pyramid.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    <script type="text/javascript">
+      var DOCUMENTATION_OPTIONS = {
+        URL_ROOT:    './',
+        VERSION:     '0.1.0',
+        COLLAPSE_INDEX: false,
+        FILE_SUFFIX: '.html',
+        HAS_SOURCE:  true,
+        SOURCELINK_SUFFIX: '.txt'
+      };
+    </script>
+    <script type="text/javascript" src="_static/jquery.js"></script>
+    <script type="text/javascript" src="_static/underscore.js"></script>
+    <script type="text/javascript" src="_static/doctools.js"></script>
+    <link rel="index" title="Index" href="genindex.html" />
+    <link rel="search" title="Search" href="search.html" />
+<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
+<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
+<!--[if lte IE 6]>
+<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
+<![endif]-->
+
+  </head>
+  <body>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="py-modindex.html" title="Python Module Index"
+             >modules</a> |</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> &#187;</li> 
+      </ul>
+    </div>  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="pyams-thesaurus-widget-package">
+<h1>pyams_thesaurus.widget package<a class="headerlink" href="#pyams-thesaurus-widget-package" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="module-pyams_thesaurus.widget">
+<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_thesaurus.widget" title="Permalink to this headline">¶</a></h2>
+<dl class="class">
+<dt id="pyams_thesaurus.widget.ThesaurusTermDataConverter">
+<em class="property">class </em><code class="descclassname">pyams_thesaurus.widget.</code><code class="descname">ThesaurusTermDataConverter</code><span class="sig-paren">(</span><em>field</em>, <em>widget</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermDataConverter" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">z3c.form.converter.BaseDataConverter</span></code></p>
+<p>Thesaurus term data converter</p>
+<dl class="method">
+<dt id="pyams_thesaurus.widget.ThesaurusTermDataConverter.toFieldValue">
+<code class="descname">toFieldValue</code><span class="sig-paren">(</span><em>value</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermDataConverter.toFieldValue" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyams_thesaurus.widget.ThesaurusTermDataConverter.toWidgetValue">
+<code class="descname">toWidgetValue</code><span class="sig-paren">(</span><em>value</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermDataConverter.toWidgetValue" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="function">
+<dt id="pyams_thesaurus.widget.ThesaurusTermFieldWidget">
+<code class="descclassname">pyams_thesaurus.widget.</code><code class="descname">ThesaurusTermFieldWidget</code><span class="sig-paren">(</span><em>field</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermFieldWidget" title="Permalink to this definition">¶</a></dt>
+<dd><p>Thesaurus term field widget factory</p>
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_thesaurus.widget.ThesaurusTermWidget">
+<em class="property">class </em><code class="descclassname">pyams_thesaurus.widget.</code><code class="descname">ThesaurusTermWidget</code><span class="sig-paren">(</span><em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermWidget" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">z3c.form.browser.widget.HTMLInputWidget</span></code>, <code class="xref py py-class docutils literal"><span class="pre">z3c.form.widget.Widget</span></code></p>
+<p>Thesaurus term widget</p>
+<dl class="attribute">
+<dt id="pyams_thesaurus.widget.ThesaurusTermWidget.extract_name">
+<code class="descname">extract_name</code><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermWidget.extract_name" title="Permalink to this definition">¶</a></dt>
+<dd><p>Computed attributes based on schema fields</p>
+<p>Field properties provide default values, data validation and error messages
+based on data found in field meta-data.</p>
+<p>Note that FieldProperties cannot be used with slots. They can only
+be used for attributes stored in instance dictionaries.</p>
+</dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_thesaurus.widget.ThesaurusTermWidget.query_params">
+<code class="descname">query_params</code><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermWidget.query_params" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_thesaurus.widget.ThesaurusTermWidget.thesaurus_name">
+<code class="descname">thesaurus_name</code><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermWidget.thesaurus_name" title="Permalink to this definition">¶</a></dt>
+<dd><p>Computed attributes based on schema fields</p>
+<p>Field properties provide default values, data validation and error messages
+based on data found in field meta-data.</p>
+<p>Note that FieldProperties cannot be used with slots. They can only
+be used for attributes stored in instance dictionaries.</p>
+</dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_thesaurus.widget.ThesaurusTermWidget.values_map">
+<code class="descname">values_map</code><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermWidget.values_map" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_thesaurus.widget.ThesaurusTermsListDataConverter">
+<em class="property">class </em><code class="descclassname">pyams_thesaurus.widget.</code><code class="descname">ThesaurusTermsListDataConverter</code><span class="sig-paren">(</span><em>field</em>, <em>widget</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermsListDataConverter" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">z3c.form.converter.BaseDataConverter</span></code></p>
+<p>Thesaurus terms list data converter</p>
+<dl class="method">
+<dt id="pyams_thesaurus.widget.ThesaurusTermsListDataConverter.toFieldValue">
+<code class="descname">toFieldValue</code><span class="sig-paren">(</span><em>value</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermsListDataConverter.toFieldValue" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyams_thesaurus.widget.ThesaurusTermsListDataConverter.toWidgetValue">
+<code class="descname">toWidgetValue</code><span class="sig-paren">(</span><em>value</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermsListDataConverter.toWidgetValue" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="function">
+<dt id="pyams_thesaurus.widget.ThesaurusTermsListFieldWidget">
+<code class="descclassname">pyams_thesaurus.widget.</code><code class="descname">ThesaurusTermsListFieldWidget</code><span class="sig-paren">(</span><em>field</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermsListFieldWidget" title="Permalink to this definition">¶</a></dt>
+<dd><p>Thesaurus terms list field widget factory</p>
+</dd></dl>
+
+<dl class="function">
+<dt id="pyams_thesaurus.widget.ThesaurusTermsListSelectorFieldWidget">
+<code class="descclassname">pyams_thesaurus.widget.</code><code class="descname">ThesaurusTermsListSelectorFieldWidget</code><span class="sig-paren">(</span><em>field</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermsListSelectorFieldWidget" title="Permalink to this definition">¶</a></dt>
+<dd><p>Thesaurus terms list field widget with selector factory</p>
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_thesaurus.widget.ThesaurusTermsListSelectorWidget">
+<em class="property">class </em><code class="descclassname">pyams_thesaurus.widget.</code><code class="descname">ThesaurusTermsListSelectorWidget</code><span class="sig-paren">(</span><em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermsListSelectorWidget" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="#pyams_thesaurus.widget.ThesaurusTermsListWidget" title="pyams_thesaurus.widget.ThesaurusTermsListWidget"><code class="xref py py-class docutils literal"><span class="pre">pyams_thesaurus.widget.ThesaurusTermsListWidget</span></code></a></p>
+<p>Thesaurus terms list widget with selector</p>
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_thesaurus.widget.ThesaurusTermsListWidget">
+<em class="property">class </em><code class="descclassname">pyams_thesaurus.widget.</code><code class="descname">ThesaurusTermsListWidget</code><span class="sig-paren">(</span><em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermsListWidget" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">z3c.form.browser.widget.HTMLInputWidget</span></code>, <code class="xref py py-class docutils literal"><span class="pre">z3c.form.widget.Widget</span></code></p>
+<p>Thesaurus terms list widget</p>
+<dl class="attribute">
+<dt id="pyams_thesaurus.widget.ThesaurusTermsListWidget.extract_name">
+<code class="descname">extract_name</code><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermsListWidget.extract_name" title="Permalink to this definition">¶</a></dt>
+<dd><p>Computed attributes based on schema fields</p>
+<p>Field properties provide default values, data validation and error messages
+based on data found in field meta-data.</p>
+<p>Note that FieldProperties cannot be used with slots. They can only
+be used for attributes stored in instance dictionaries.</p>
+</dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_thesaurus.widget.ThesaurusTermsListWidget.query_params">
+<code class="descname">query_params</code><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermsListWidget.query_params" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_thesaurus.widget.ThesaurusTermsListWidget.thesaurus_name">
+<code class="descname">thesaurus_name</code><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermsListWidget.thesaurus_name" title="Permalink to this definition">¶</a></dt>
+<dd><p>Computed attributes based on schema fields</p>
+<p>Field properties provide default values, data validation and error messages
+based on data found in field meta-data.</p>
+<p>Note that FieldProperties cannot be used with slots. They can only
+be used for attributes stored in instance dictionaries.</p>
+</dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_thesaurus.widget.ThesaurusTermsListWidget.values_map">
+<code class="descname">values_map</code><a class="headerlink" href="#pyams_thesaurus.widget.ThesaurusTermsListWidget.values_map" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+</div>
+<div class="section" id="submodules">
+<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2>
+<div class="section" id="module-pyams_thesaurus.widget.interfaces">
+<span id="pyams-thesaurus-widget-interfaces-module"></span><h3>pyams_thesaurus.widget.interfaces module<a class="headerlink" href="#module-pyams_thesaurus.widget.interfaces" title="Permalink to this headline">¶</a></h3>
+</div>
+</div>
+</div>
+
+
+          </div>
+        </div>
+      </div>
+      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+        <div class="sphinxsidebarwrapper">
+  <h3><a href="index.html">Table Of Contents</a></h3>
+  <ul>
+<li><a class="reference internal" href="#">pyams_thesaurus.widget package</a><ul>
+<li><a class="reference internal" href="#module-pyams_thesaurus.widget">Module contents</a></li>
+<li><a class="reference internal" href="#submodules">Submodules</a><ul>
+<li><a class="reference internal" href="#module-pyams_thesaurus.widget.interfaces">pyams_thesaurus.widget.interfaces module</a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+
+<div id="searchbox" style="display: none" role="search">
+  <h3>Quick search</h3>
+    <form class="search" action="search.html" method="get">
+      <div><input type="text" name="q" /></div>
+      <div><input type="submit" value="Go" /></div>
+      <input type="hidden" name="check_keywords" value="yes" />
+      <input type="hidden" name="area" value="default" />
+    </form>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="py-modindex.html" title="Python Module Index"
+             >modules</a> |</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> &#187;</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        &#169; Copyright 2017, Thierry Florac.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5.
+    </div>
+  </body>
+</html>
\ No newline at end of file