File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -188,8 +188,9 @@ it into a format that's suitable for being rendered in an HTML form.
188
188
``task `` property via the ``getTask() `` and ``setTask() `` methods on the
189
189
``Task `` class. Unless a property is public, it *must * have a "getter" and
190
190
"setter" method so that the form component can get and put data onto the
191
- property. For a Boolean property, you can use an "isser" method (e.g.
192
- ``isPublished() ``) instead of a getter (e.g. ``getPublished() ``).
191
+ property. For a Boolean property, you can use an "isser" or "hasser" method
192
+ (e.g. ``isPublished() `` or ``hasReminder() ``) instead of a getter (e.g.
193
+ ``getPublished() `` or ``getReminder() ``).
193
194
194
195
.. index ::
195
196
single: Forms; Handling form submission
You can’t perform that action at this time.
0 commit comments