Package eltos.simpledialogfragment.form
package eltos.simpledialogfragment.form
-
ClassDescriptionAn checkbox form element to be used with
SimpleFormDialog
This is a CheckBox - what else?A color element to be used withSimpleFormDialog
One can pick a color here This will add a ColorInt to resource bundle containing the color.A color element to be used withSimpleFormDialog
One can pick a date, time or both here This will add a long to resource bundle containing the timestamp.Base-class for form elements to be used withSimpleFormDialog
Each form element holds aFormElement.resultKey
that is used to receive element specific results inSimpleFormDialog.onResult(int)
Created by eltos on 20.02.17.FormElementViewHolder<E extends FormElement>The Base class for all ViewHolders This class is used to create the View that represents the correspondingFormElement
and to maintain it's functionality Created by eltos on 23.02.17.A hint element to be used withSimpleFormDialog
This is simple hint text Created by philipp on 06.07.2018An input form element to be used withSimpleFormDialog
This is an EditText that can be used to enter text, email-addresses, numbers, passwords etc.Deprecated.