Skip to content

Commit 6a48334

Browse files
tjvantollscottgonzalez
authored andcommitted
Spinner: Document isValid() method.
1 parent 9407a22 commit 6a48334

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

entries/spinner.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@
167167
</argument>
168168
</signature>
169169
</method>
170+
<method name="isValid" return="Boolean" example-return-var="isValid">
171+
<desc>
172+
Returns whether the Spinner's value is valid given its <a href="#option-min"><code>min</code></a>, <a href="#option-max"><code>max</code></a>, and <a href="#option-step"><code>step</code></a>.
173+
</desc>
174+
</method>
170175
<xi:include href="../includes/widget-method-widget.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
171176
</methods>
172177
<extension-points>

0 commit comments

Comments
 (0)