Package com.github.tadukoo.view.form
Interface Form
- All Superinterfaces:
com.github.tadukoo.util.pojo.MappedPojo
- All Known Subinterfaces:
MainForm
,SimpleForm
,SimpleMainForm
,TabbedForm
,TabbedMainForm
- All Known Implementing Classes:
AbstractSimpleForm
,AbstractSimpleMainForm
,AbstractTabbedForm
,AbstractTabbedMainForm
,DateForm
public interface Form
extends com.github.tadukoo.util.pojo.MappedPojo
Form represents a form used in a program that the user can fill out and interact with. This could be a simple form
with a bunch of fields, or it could be a tabbed form.
- Version:
- Alpha v.0.3.3
- Author:
- Logan Ferree (Tadukoo)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method can be called by subclasses to update the values present in the form from the Component valuesMethods inherited from interface com.github.tadukoo.util.pojo.MappedPojo
clear, getItem, getKeys, getListItem, getListItemNoThrow, getListItemNoThrow, getMap, getPojoItem, getPojoItemNoThrow, getPojoItemNoThrow, hasItem, hasKey, isEmpty, removeItem, setItem