Skip to content

Commit 7f2ec1f

Browse files
committed
ChipsInput can now be made readonly, updated docs
1 parent 6704391 commit 7f2ec1f

File tree

119 files changed

+3231
-412
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+3231
-412
lines changed

.idea/libraries/Dart_Packages.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 312 additions & 206 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 263 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,263 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta name="description" content="API docs for the AlwaysDisabledFocusNode class from the flutter_form_builder library, for the Dart programming language.">
8+
<title>AlwaysDisabledFocusNode class - flutter_form_builder library - Dart API</title>
9+
<!-- required because all the links are pseudo-absolute -->
10+
<base href="..">
11+
12+
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500,400i,400,300|Source+Sans+Pro:400,300,700" rel="stylesheet">
13+
<link rel="stylesheet" href="static-assets/github.css">
14+
<link rel="stylesheet" href="static-assets/styles.css">
15+
<link rel="icon" href="static-assets/favicon.png">
16+
17+
</head>
18+
19+
<body>
20+
21+
<div id="overlay-under-drawer"></div>
22+
23+
<header id="title">
24+
<button id="sidenav-left-toggle" type="button">&nbsp;</button>
25+
<ol class="breadcrumbs gt-separated dark hidden-xs">
26+
<li><a href="index.html">flutter_form_builder</a></li>
27+
<li><a href="flutter_form_builder/flutter_form_builder-library.html">flutter_form_builder</a></li>
28+
<li class="self-crumb">AlwaysDisabledFocusNode class</li>
29+
</ol>
30+
<div class="self-name">AlwaysDisabledFocusNode</div>
31+
<form class="search navbar-right" role="search">
32+
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
33+
</form>
34+
</header>
35+
36+
<main>
37+
38+
<div class="col-xs-6 col-sm-3 col-md-2 sidebar sidebar-offcanvas-left">
39+
<h5>flutter_form_builder library</h5>
40+
<ol>
41+
<li class="section-title"><a href="flutter_form_builder/flutter_form_builder-library.html#classes">Classes</a></li>
42+
<li><a href="flutter_form_builder/AlwaysDisabledFocusNode-class.html">AlwaysDisabledFocusNode</a></li>
43+
<li><a href="flutter_form_builder/FormBuilder-class.html">FormBuilder</a></li>
44+
<li><a href="flutter_form_builder/FormBuilderInput-class.html">FormBuilderInput</a></li>
45+
<li><a href="flutter_form_builder/FormBuilderInputOption-class.html">FormBuilderInputOption</a></li>
46+
47+
48+
49+
50+
51+
52+
</ol>
53+
</div>
54+
55+
<div class="col-xs-12 col-sm-9 col-md-8 main-content">
56+
<h1>AlwaysDisabledFocusNode class</h1>
57+
58+
59+
60+
<section class="summary offset-anchor" id="constructors">
61+
<h2>Constructors</h2>
62+
63+
<dl class="constructor-summary-list">
64+
<dt id="AlwaysDisabledFocusNode" class="callable">
65+
<span class="name"><a href="flutter_form_builder/AlwaysDisabledFocusNode/AlwaysDisabledFocusNode.html">AlwaysDisabledFocusNode</a></span><span class="signature">()</span>
66+
</dt>
67+
<dd>
68+
69+
</dd>
70+
</dl>
71+
</section>
72+
73+
<section class="summary offset-anchor" id="instance-properties">
74+
<h2>Properties</h2>
75+
76+
<dl class="properties">
77+
<dt id="hasFocus" class="property">
78+
<span class="name"><a href="flutter_form_builder/AlwaysDisabledFocusNode/hasFocus.html">hasFocus</a></span>
79+
<span class="signature">&#8594; bool</span>
80+
</dt>
81+
<dd>
82+
Whether this node has the overall focus. <a href="flutter_form_builder/AlwaysDisabledFocusNode/hasFocus.html">[...]</a>
83+
<div class="features">read-only</div>
84+
</dd>
85+
<dt id="hashCode" class="property inherited">
86+
<span class="name"><a href="flutter_form_builder/AlwaysDisabledFocusNode/hashCode.html">hashCode</a></span>
87+
<span class="signature">&#8594; int</span>
88+
</dt>
89+
<dd class="inherited">
90+
The hash code for this object. <a href="flutter_form_builder/AlwaysDisabledFocusNode/hashCode.html">[...]</a>
91+
<div class="features">read-only, inherited</div>
92+
</dd>
93+
<dt id="hasListeners" class="property inherited">
94+
<span class="name"><a href="flutter_form_builder/AlwaysDisabledFocusNode/hasListeners.html">hasListeners</a></span>
95+
<span class="signature">&#8594; bool</span>
96+
</dt>
97+
<dd class="inherited">
98+
Whether any listeners are currently registered. <a href="flutter_form_builder/AlwaysDisabledFocusNode/hasListeners.html">[...]</a>
99+
<div class="features">@protected, read-only, inherited</div>
100+
</dd>
101+
<dt id="runtimeType" class="property inherited">
102+
<span class="name"><a href="flutter_form_builder/AlwaysDisabledFocusNode/runtimeType.html">runtimeType</a></span>
103+
<span class="signature">&#8594; Type</span>
104+
</dt>
105+
<dd class="inherited">
106+
A representation of the runtime type of the object.
107+
<div class="features">read-only, inherited</div>
108+
</dd>
109+
</dl>
110+
</section>
111+
112+
<section class="summary offset-anchor inherited" id="instance-methods">
113+
<h2>Methods</h2>
114+
<dl class="callables">
115+
<dt id="addListener" class="callable inherited">
116+
<span class="name"><a href="flutter_form_builder/AlwaysDisabledFocusNode/addListener.html">addListener</a></span><span class="signature">(<wbr><span class="parameter" id="addListener-param-listener"><span class="type-annotation">void</span> <span class="parameter-name">listener</span></span>)
117+
<span class="returntype parameter">&#8594; void</span>
118+
</span>
119+
</dt>
120+
<dd class="inherited">
121+
Register a closure to be called when the object changes. <a href="flutter_form_builder/AlwaysDisabledFocusNode/addListener.html">[...]</a>
122+
<div class="features">inherited</div>
123+
</dd>
124+
<dt id="consumeKeyboardToken" class="callable inherited">
125+
<span class="name"><a href="flutter_form_builder/AlwaysDisabledFocusNode/consumeKeyboardToken.html">consumeKeyboardToken</a></span><span class="signature">(<wbr>)
126+
<span class="returntype parameter">&#8594; bool</span>
127+
</span>
128+
</dt>
129+
<dd class="inherited">
130+
Removes the keyboard token from this focus node if it has one. <a href="flutter_form_builder/AlwaysDisabledFocusNode/consumeKeyboardToken.html">[...]</a>
131+
<div class="features">inherited</div>
132+
</dd>
133+
<dt id="dispose" class="callable inherited">
134+
<span class="name"><a href="flutter_form_builder/AlwaysDisabledFocusNode/dispose.html">dispose</a></span><span class="signature">(<wbr>)
135+
<span class="returntype parameter">&#8594; void</span>
136+
</span>
137+
</dt>
138+
<dd class="inherited">
139+
Discards any resources used by the object. After this is called, the
140+
object is not in a usable state and should be discarded (calls to
141+
<a href="flutter_form_builder/AlwaysDisabledFocusNode/addListener.html">addListener</a> and <a href="flutter_form_builder/AlwaysDisabledFocusNode/removeListener.html">removeListener</a> will throw after the object is
142+
disposed). <a href="flutter_form_builder/AlwaysDisabledFocusNode/dispose.html">[...]</a>
143+
<div class="features">inherited</div>
144+
</dd>
145+
<dt id="noSuchMethod" class="callable inherited">
146+
<span class="name"><a href="flutter_form_builder/AlwaysDisabledFocusNode/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation">Invocation</span> <span class="parameter-name">invocation</span></span>)
147+
<span class="returntype parameter">&#8594; dynamic</span>
148+
</span>
149+
</dt>
150+
<dd class="inherited">
151+
Invoked when a non-existent method or property is accessed. <a href="flutter_form_builder/AlwaysDisabledFocusNode/noSuchMethod.html">[...]</a>
152+
<div class="features">@pragma(&quot;vm:entry-point&quot;), inherited</div>
153+
</dd>
154+
<dt id="notifyListeners" class="callable inherited">
155+
<span class="name"><a href="flutter_form_builder/AlwaysDisabledFocusNode/notifyListeners.html">notifyListeners</a></span><span class="signature">(<wbr>)
156+
<span class="returntype parameter">&#8594; void</span>
157+
</span>
158+
</dt>
159+
<dd class="inherited">
160+
Call all the registered listeners. <a href="flutter_form_builder/AlwaysDisabledFocusNode/notifyListeners.html">[...]</a>
161+
<div class="features">@protected, inherited</div>
162+
</dd>
163+
<dt id="removeListener" class="callable inherited">
164+
<span class="name"><a href="flutter_form_builder/AlwaysDisabledFocusNode/removeListener.html">removeListener</a></span><span class="signature">(<wbr><span class="parameter" id="removeListener-param-listener"><span class="type-annotation">void</span> <span class="parameter-name">listener</span></span>)
165+
<span class="returntype parameter">&#8594; void</span>
166+
</span>
167+
</dt>
168+
<dd class="inherited">
169+
Remove a previously registered closure from the list of closures that are
170+
notified when the object changes. <a href="flutter_form_builder/AlwaysDisabledFocusNode/removeListener.html">[...]</a>
171+
<div class="features">inherited</div>
172+
</dd>
173+
<dt id="toString" class="callable inherited">
174+
<span class="name"><a href="flutter_form_builder/AlwaysDisabledFocusNode/toString.html">toString</a></span><span class="signature">(<wbr>)
175+
<span class="returntype parameter">&#8594; String</span>
176+
</span>
177+
</dt>
178+
<dd class="inherited">
179+
Returns a string representation of this object.
180+
<div class="features">inherited</div>
181+
</dd>
182+
<dt id="unfocus" class="callable inherited">
183+
<span class="name"><a href="flutter_form_builder/AlwaysDisabledFocusNode/unfocus.html">unfocus</a></span><span class="signature">(<wbr>)
184+
<span class="returntype parameter">&#8594; void</span>
185+
</span>
186+
</dt>
187+
<dd class="inherited">
188+
Cancels any outstanding requests for focus. <a href="flutter_form_builder/AlwaysDisabledFocusNode/unfocus.html">[...]</a>
189+
<div class="features">inherited</div>
190+
</dd>
191+
</dl>
192+
</section>
193+
194+
<section class="summary offset-anchor inherited" id="operators">
195+
<h2>Operators</h2>
196+
<dl class="callables">
197+
<dt id="operator ==" class="callable inherited">
198+
<span class="name"><a href="flutter_form_builder/AlwaysDisabledFocusNode/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation">dynamic</span> <span class="parameter-name">other</span></span>)
199+
<span class="returntype parameter">&#8594; bool</span>
200+
</span>
201+
</dt>
202+
<dd class="inherited">
203+
The equality operator. <a href="flutter_form_builder/AlwaysDisabledFocusNode/operator_equals.html">[...]</a>
204+
<div class="features">inherited</div>
205+
</dd>
206+
</dl>
207+
</section>
208+
209+
210+
211+
212+
</div> <!-- /.main-content -->
213+
214+
<div class="col-xs-6 col-sm-6 col-md-2 sidebar sidebar-offcanvas-right">
215+
<ol>
216+
<li class="section-title"><a href="flutter_form_builder/AlwaysDisabledFocusNode-class.html#constructors">Constructors</a></li>
217+
<li><a href="flutter_form_builder/AlwaysDisabledFocusNode/AlwaysDisabledFocusNode.html">AlwaysDisabledFocusNode</a></li>
218+
219+
<li class="section-title">
220+
<a href="flutter_form_builder/AlwaysDisabledFocusNode-class.html#instance-properties">Properties</a>
221+
</li>
222+
<li><a href="flutter_form_builder/AlwaysDisabledFocusNode/hasFocus.html">hasFocus</a></li>
223+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/hashCode.html">hashCode</a></li>
224+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/hasListeners.html">hasListeners</a></li>
225+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/runtimeType.html">runtimeType</a></li>
226+
227+
<li class="section-title inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode-class.html#instance-methods">Methods</a></li>
228+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/addListener.html">addListener</a></li>
229+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/consumeKeyboardToken.html">consumeKeyboardToken</a></li>
230+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/dispose.html">dispose</a></li>
231+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/noSuchMethod.html">noSuchMethod</a></li>
232+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/notifyListeners.html">notifyListeners</a></li>
233+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/removeListener.html">removeListener</a></li>
234+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/toString.html">toString</a></li>
235+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/unfocus.html">unfocus</a></li>
236+
237+
<li class="section-title inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode-class.html#operators">Operators</a></li>
238+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/operator_equals.html">operator ==</a></li>
239+
240+
241+
242+
</ol>
243+
</div><!--/.sidebar-offcanvas-->
244+
245+
</main>
246+
247+
<footer>
248+
<span class="no-break">
249+
flutter_form_builder 1.3.4
250+
</span>
251+
252+
</footer>
253+
254+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
255+
<script src="static-assets/typeahead.bundle.min.js"></script>
256+
<script src="static-assets/highlight.pack.js"></script>
257+
<script src="static-assets/URI.js"></script>
258+
<script src="static-assets/script.js"></script>
259+
260+
261+
</body>
262+
263+
</html>
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta name="description" content="API docs for the AlwaysDisabledFocusNode constructor from the Class AlwaysDisabledFocusNode class from the flutter_form_builder library, for the Dart programming language.">
8+
<title>AlwaysDisabledFocusNode constructor - AlwaysDisabledFocusNode class - flutter_form_builder library - Dart API</title>
9+
<!-- required because all the links are pseudo-absolute -->
10+
<base href="../..">
11+
12+
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500,400i,400,300|Source+Sans+Pro:400,300,700" rel="stylesheet">
13+
<link rel="stylesheet" href="static-assets/github.css">
14+
<link rel="stylesheet" href="static-assets/styles.css">
15+
<link rel="icon" href="static-assets/favicon.png">
16+
17+
</head>
18+
19+
<body>
20+
21+
<div id="overlay-under-drawer"></div>
22+
23+
<header id="title">
24+
<button id="sidenav-left-toggle" type="button">&nbsp;</button>
25+
<ol class="breadcrumbs gt-separated dark hidden-xs">
26+
<li><a href="index.html">flutter_form_builder</a></li>
27+
<li><a href="flutter_form_builder/flutter_form_builder-library.html">flutter_form_builder</a></li>
28+
<li><a href="flutter_form_builder/AlwaysDisabledFocusNode-class.html">AlwaysDisabledFocusNode</a></li>
29+
<li class="self-crumb">AlwaysDisabledFocusNode constructor</li>
30+
</ol>
31+
<div class="self-name">AlwaysDisabledFocusNode</div>
32+
<form class="search navbar-right" role="search">
33+
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
34+
</form>
35+
</header>
36+
37+
<main>
38+
39+
<div class="col-xs-6 col-sm-3 col-md-2 sidebar sidebar-offcanvas-left">
40+
<h5>AlwaysDisabledFocusNode class</h5>
41+
<ol>
42+
<li class="section-title"><a href="flutter_form_builder/AlwaysDisabledFocusNode-class.html#constructors">Constructors</a></li>
43+
<li><a href="flutter_form_builder/AlwaysDisabledFocusNode/AlwaysDisabledFocusNode.html">AlwaysDisabledFocusNode</a></li>
44+
45+
<li class="section-title">
46+
<a href="flutter_form_builder/AlwaysDisabledFocusNode-class.html#instance-properties">Properties</a>
47+
</li>
48+
<li><a href="flutter_form_builder/AlwaysDisabledFocusNode/hasFocus.html">hasFocus</a></li>
49+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/hashCode.html">hashCode</a></li>
50+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/hasListeners.html">hasListeners</a></li>
51+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/runtimeType.html">runtimeType</a></li>
52+
53+
<li class="section-title inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode-class.html#instance-methods">Methods</a></li>
54+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/addListener.html">addListener</a></li>
55+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/consumeKeyboardToken.html">consumeKeyboardToken</a></li>
56+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/dispose.html">dispose</a></li>
57+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/noSuchMethod.html">noSuchMethod</a></li>
58+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/notifyListeners.html">notifyListeners</a></li>
59+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/removeListener.html">removeListener</a></li>
60+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/toString.html">toString</a></li>
61+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/unfocus.html">unfocus</a></li>
62+
63+
<li class="section-title inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode-class.html#operators">Operators</a></li>
64+
<li class="inherited"><a href="flutter_form_builder/AlwaysDisabledFocusNode/operator_equals.html">operator ==</a></li>
65+
66+
67+
68+
</ol>
69+
</div><!--/.sidebar-offcanvas-left-->
70+
71+
<div class="col-xs-12 col-sm-9 col-md-8 main-content">
72+
<h1>AlwaysDisabledFocusNode constructor</h1>
73+
74+
<section class="multi-line-signature">
75+
76+
<span class="name ">AlwaysDisabledFocusNode</span>(<wbr>)
77+
</section>
78+
79+
80+
81+
82+
</div> <!-- /.main-content -->
83+
84+
<div class="col-xs-6 col-sm-6 col-md-2 sidebar sidebar-offcanvas-right">
85+
</div><!--/.sidebar-offcanvas-->
86+
87+
</main>
88+
89+
<footer>
90+
<span class="no-break">
91+
flutter_form_builder 1.3.4
92+
</span>
93+
94+
</footer>
95+
96+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
97+
<script src="static-assets/typeahead.bundle.min.js"></script>
98+
<script src="static-assets/highlight.pack.js"></script>
99+
<script src="static-assets/URI.js"></script>
100+
<script src="static-assets/script.js"></script>
101+
102+
103+
</body>
104+
105+
</html>

0 commit comments

Comments
 (0)