1 |
|
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
4 |
|
5 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
6 <head> |
|
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
8 <title>pyams_utils.widget package — PyAMS User Guide 0.1.0 documentation</title> |
|
9 <link rel="stylesheet" href="_static/pyramid.css" type="text/css" /> |
|
10 <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
|
11 <script type="text/javascript"> |
|
12 var DOCUMENTATION_OPTIONS = { |
|
13 URL_ROOT: './', |
|
14 VERSION: '0.1.0', |
|
15 COLLAPSE_INDEX: false, |
|
16 FILE_SUFFIX: '.html', |
|
17 HAS_SOURCE: true, |
|
18 SOURCELINK_SUFFIX: '.txt' |
|
19 }; |
|
20 </script> |
|
21 <script type="text/javascript" src="_static/jquery.js"></script> |
|
22 <script type="text/javascript" src="_static/underscore.js"></script> |
|
23 <script type="text/javascript" src="_static/doctools.js"></script> |
|
24 <link rel="index" title="Index" href="genindex.html" /> |
|
25 <link rel="search" title="Search" href="search.html" /> |
|
26 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
27 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
28 <!--[if lte IE 6]> |
|
29 <link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" /> |
|
30 <![endif]--> |
|
31 |
|
32 </head> |
|
33 <body> |
|
34 |
|
35 <div class="related" role="navigation" aria-label="related navigation"> |
|
36 <h3>Navigation</h3> |
|
37 <ul> |
|
38 <li class="right" style="margin-right: 10px"> |
|
39 <a href="genindex.html" title="General Index" |
|
40 accesskey="I">index</a></li> |
|
41 <li class="right" > |
|
42 <a href="py-modindex.html" title="Python Module Index" |
|
43 >modules</a> |</li> |
|
44 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
45 </ul> |
|
46 </div> |
|
47 |
|
48 <div class="document"> |
|
49 <div class="documentwrapper"> |
|
50 <div class="bodywrapper"> |
|
51 <div class="body" role="main"> |
|
52 |
|
53 <div class="section" id="pyams-utils-widget-package"> |
|
54 <h1>pyams_utils.widget package<a class="headerlink" href="#pyams-utils-widget-package" title="Permalink to this headline">¶</a></h1> |
|
55 <div class="section" id="module-pyams_utils.widget"> |
|
56 <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_utils.widget" title="Permalink to this headline">¶</a></h2> |
|
57 </div> |
|
58 <div class="section" id="submodules"> |
|
59 <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> |
|
60 <div class="section" id="module-pyams_utils.widget.decimal"> |
|
61 <span id="pyams-utils-widget-decimal-module"></span><h3>pyams_utils.widget.decimal module<a class="headerlink" href="#module-pyams_utils.widget.decimal" title="Permalink to this headline">¶</a></h3> |
|
62 <dl class="class"> |
|
63 <dt id="pyams_utils.widget.decimal.DottedDecimalDataConverter"> |
|
64 <em class="property">class </em><code class="descclassname">pyams_utils.widget.decimal.</code><code class="descname">DottedDecimalDataConverter</code><span class="sig-paren">(</span><em>field</em>, <em>widget</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.widget.decimal.DottedDecimalDataConverter" title="Permalink to this definition">¶</a></dt> |
|
65 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">z3c.form.converter.BaseDataConverter</span></code></p> |
|
66 <p>Dotted decimal field data converter</p> |
|
67 <dl class="attribute"> |
|
68 <dt id="pyams_utils.widget.decimal.DottedDecimalDataConverter.errorMessage"> |
|
69 <code class="descname">errorMessage</code><em class="property"> = 'The entered value is not a valid decimal literal.'</em><a class="headerlink" href="#pyams_utils.widget.decimal.DottedDecimalDataConverter.errorMessage" title="Permalink to this definition">¶</a></dt> |
|
70 <dd></dd></dl> |
|
71 |
|
72 <dl class="method"> |
|
73 <dt id="pyams_utils.widget.decimal.DottedDecimalDataConverter.toFieldValue"> |
|
74 <code class="descname">toFieldValue</code><span class="sig-paren">(</span><em>value</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.widget.decimal.DottedDecimalDataConverter.toFieldValue" title="Permalink to this definition">¶</a></dt> |
|
75 <dd></dd></dl> |
|
76 |
|
77 <dl class="method"> |
|
78 <dt id="pyams_utils.widget.decimal.DottedDecimalDataConverter.toWidgetValue"> |
|
79 <code class="descname">toWidgetValue</code><span class="sig-paren">(</span><em>value</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.widget.decimal.DottedDecimalDataConverter.toWidgetValue" title="Permalink to this definition">¶</a></dt> |
|
80 <dd></dd></dl> |
|
81 |
|
82 </dd></dl> |
|
83 |
|
84 </div> |
|
85 </div> |
|
86 </div> |
|
87 |
|
88 |
|
89 </div> |
|
90 </div> |
|
91 </div> |
|
92 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
|
93 <div class="sphinxsidebarwrapper"> |
|
94 <h3><a href="index.html">Table Of Contents</a></h3> |
|
95 <ul> |
|
96 <li><a class="reference internal" href="#">pyams_utils.widget package</a><ul> |
|
97 <li><a class="reference internal" href="#module-pyams_utils.widget">Module contents</a></li> |
|
98 <li><a class="reference internal" href="#submodules">Submodules</a><ul> |
|
99 <li><a class="reference internal" href="#module-pyams_utils.widget.decimal">pyams_utils.widget.decimal module</a></li> |
|
100 </ul> |
|
101 </li> |
|
102 </ul> |
|
103 </li> |
|
104 </ul> |
|
105 |
|
106 <div id="searchbox" style="display: none" role="search"> |
|
107 <h3>Quick search</h3> |
|
108 <form class="search" action="search.html" method="get"> |
|
109 <div><input type="text" name="q" /></div> |
|
110 <div><input type="submit" value="Go" /></div> |
|
111 <input type="hidden" name="check_keywords" value="yes" /> |
|
112 <input type="hidden" name="area" value="default" /> |
|
113 </form> |
|
114 </div> |
|
115 <script type="text/javascript">$('#searchbox').show(0);</script> |
|
116 </div> |
|
117 </div> |
|
118 <div class="clearer"></div> |
|
119 </div> |
|
120 <div class="related" role="navigation" aria-label="related navigation"> |
|
121 <h3>Navigation</h3> |
|
122 <ul> |
|
123 <li class="right" style="margin-right: 10px"> |
|
124 <a href="genindex.html" title="General Index" |
|
125 >index</a></li> |
|
126 <li class="right" > |
|
127 <a href="py-modindex.html" title="Python Module Index" |
|
128 >modules</a> |</li> |
|
129 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
130 </ul> |
|
131 </div> |
|
132 <div class="footer" role="contentinfo"> |
|
133 © Copyright 2017, Thierry Florac. |
|
134 Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5. |
|
135 </div> |
|
136 </body> |
|
137 </html> |
|