Index

A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

acceptsPositiveButtonPress() - Method in class eltos.simpledialogfragment.color.SimpleColorDialog
 
acceptsPositiveButtonPress() - Method in class eltos.simpledialogfragment.CustomViewDialog
Overwrite this method to catch positive button presses, e.g. if you need to verify input by the user Note: do not call CustomViewDialog.pressPositiveButton() here!
acceptsPositiveButtonPress() - Method in class eltos.simpledialogfragment.form.SimpleFormDialog
 
acceptsPositiveButtonPress() - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
 
acceptsPositiveButtonPress() - Method in class eltos.simpledialogfragment.input.SimplePinDialog
 
AdvancedAdapter<T> - Class in eltos.simpledialogfragment.list
Created by eltos on 04.12.2016.
AdvancedAdapter() - Constructor for class eltos.simpledialogfragment.list.AdvancedAdapter
 
AdvancedAdapter.AdvancedFilter - Class in eltos.simpledialogfragment.list
An advanced filter where only the AdvancedAdapter.AdvancedFilter.matches(T, java.lang.CharSequence) method needs to be overwritten
AdvancedAdapter.ItemIdentifier<Item> - Interface in eltos.simpledialogfragment.list
 
AdvancedFilter() - Constructor for class eltos.simpledialogfragment.list.AdvancedAdapter.AdvancedFilter
 
AdvancedFilter(boolean, boolean) - Constructor for class eltos.simpledialogfragment.list.AdvancedAdapter.AdvancedFilter
AdvancedSectionAdapter<T> - Class in eltos.simpledialogfragment.list
An extension of AdvancedAdapter that provides a section indexer Created by eltos on 02.02.2017.
AdvancedSectionAdapter() - Constructor for class eltos.simpledialogfragment.list.AdvancedSectionAdapter
 
ALLOW_EMPTY - Static variable in class eltos.simpledialogfragment.input.SimpleInputDialog
 
allowCustom - Variable in class eltos.simpledialogfragment.form.ColorField
 
allowCustom(boolean) - Method in class eltos.simpledialogfragment.color.SimpleColorDialog
Set this to true to show a field with a color picker option
allowCustom(boolean) - Method in class eltos.simpledialogfragment.form.ColorField
Set this to true to show a field with a color picker option
allowEmpty(boolean) - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
Allow empty input.
alpha(boolean) - Method in class eltos.simpledialogfragment.color.SimpleColorWheelDialog
Specifies whether a seek bar for transparency control is displayed
ALPHA - Static variable in class eltos.simpledialogfragment.color.SimpleColorWheelDialog
 
asSpinner(boolean) - Method in class eltos.simpledialogfragment.form.Input
Make this Input field a spinner (not editable, drop down button)
AUTO - Static variable in class eltos.simpledialogfragment.color.ColorView
 
AUTO - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
AUTO - Static variable in class eltos.simpledialogfragment.form.ColorField
 
AUTO_FOCUS - Static variable in class eltos.simpledialogfragment.form.SimpleFormDialog
 
autofocus(boolean) - Method in class eltos.simpledialogfragment.form.SimpleFormDialog
En- or disables the automatic focussing of the first field in the form when the dialog opens.

B

bar() - Static method in class eltos.simpledialogfragment.SimpleProgressDialog
Deprecated.
BAR - Enum constant in enum class eltos.simpledialogfragment.SimpleProgressDialog.Type
A horizontal progress bar R.layout.simpledialogfragment_progress
BEIGE_COLOR_PALLET - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
BITMAP - Static variable in class eltos.simpledialogfragment.SimpleImageDialog
 
box(String) - Static method in class eltos.simpledialogfragment.form.Check
Factory method for a check field.
build() - Static method in class eltos.simpledialogfragment.color.SimpleColorDialog
 
build() - Static method in class eltos.simpledialogfragment.color.SimpleColorWheelDialog
 
build() - Static method in class eltos.simpledialogfragment.CustomViewDialog
 
build() - Static method in class eltos.simpledialogfragment.form.SimpleFormDialog
 
build() - Static method in class eltos.simpledialogfragment.input.SimpleEMailDialog
 
build() - Static method in class eltos.simpledialogfragment.input.SimpleInputDialog
 
build() - Static method in class eltos.simpledialogfragment.input.SimplePinDialog
 
build() - Static method in class eltos.simpledialogfragment.list.SimpleListDialog
 
build() - Static method in class eltos.simpledialogfragment.SimpleCheckDialog
 
build() - Static method in class eltos.simpledialogfragment.SimpleDateDialog
 
build() - Static method in class eltos.simpledialogfragment.SimpleDialog
 
build() - Static method in class eltos.simpledialogfragment.SimpleImageDialog
 
build() - Static method in class eltos.simpledialogfragment.SimpleProgressDialog
Generic static method to build this dialog
build() - Static method in class eltos.simpledialogfragment.SimpleTimeDialog
 
buildBar() - Static method in class eltos.simpledialogfragment.SimpleProgressDialog
Static method to build a progress dialog of SimpleProgressDialog.Type.BAR Shows the percentage by default.
buildEmailInput(String) - Static method in class eltos.simpledialogfragment.form.SimpleFormDialog
Convenient method to build a form dialog with a single email input
buildIndeterminateCircle() - Static method in class eltos.simpledialogfragment.SimpleProgressDialog
Static method to build an indeterminate progress dialog of SimpleProgressDialog.Type.CIRCLE
buildLogin(String, String) - Static method in class eltos.simpledialogfragment.form.SimpleFormDialog
Convenient method to build a form dialog with a plain input alongside a password input for login with username and password
buildLoginEmail(String, String) - Static method in class eltos.simpledialogfragment.form.SimpleFormDialog
Convenient method to build a form dialog with an email input alongside a password input for login with email address and password
buildNumberInput(String) - Static method in class eltos.simpledialogfragment.form.SimpleFormDialog
Convenient method to build a form dialog with a single number input
buildPasswordInput(String) - Static method in class eltos.simpledialogfragment.form.SimpleFormDialog
Convenient method to build a form dialog with a single password input
buildPinCodeInput(String) - Static method in class eltos.simpledialogfragment.form.SimpleFormDialog
Convenient method to build a form dialog with a single pin code input
buildPinCodeInput(String, int) - Static method in class eltos.simpledialogfragment.form.SimpleFormDialog
Convenient method to build a form dialog with a single pin code input
buildViewHolder() - Method in class eltos.simpledialogfragment.form.Check
 
buildViewHolder() - Method in class eltos.simpledialogfragment.form.ColorField
 
buildViewHolder() - Method in class eltos.simpledialogfragment.form.DateTime
 
buildViewHolder() - Method in class eltos.simpledialogfragment.form.FormElement
Return your custom implementation of FormElementViewHolder here
buildViewHolder() - Method in class eltos.simpledialogfragment.form.Hint
 
buildViewHolder() - Method in class eltos.simpledialogfragment.form.Input
 
buildViewHolder() - Method in class eltos.simpledialogfragment.form.Spinner
Deprecated.
 
BUNDLE - Static variable in class eltos.simpledialogfragment.SimpleDialog
 
BUTTON_NEGATIVE - Static variable in interface eltos.simpledialogfragment.SimpleDialog.OnDialogResultListener
 
BUTTON_NEUTRAL - Static variable in interface eltos.simpledialogfragment.SimpleDialog.OnDialogResultListener
 
BUTTON_POSITIVE - Static variable in interface eltos.simpledialogfragment.SimpleDialog.OnDialogResultListener
 

C

callResultListener(int, Bundle) - Method in class eltos.simpledialogfragment.CustomViewDialog
 
callResultListener(int, Bundle) - Method in class eltos.simpledialogfragment.SimpleDialog
 
callResultListener(int, Bundle) - Method in class eltos.simpledialogfragment.SimpleProgressDialog
 
cancelable(boolean) - Method in class eltos.simpledialogfragment.SimpleDialog
Specifies whether this dialog may be canceled by pressing the back button or touching outside of the dialog.
CANCELABLE - Static variable in class eltos.simpledialogfragment.SimpleDialog
 
CANCELED - Static variable in interface eltos.simpledialogfragment.SimpleDialog.OnDialogResultListener
 
check(boolean) - Method in class eltos.simpledialogfragment.form.Check
Sets the initial state of the checkbox
check(boolean) - Method in class eltos.simpledialogfragment.SimpleCheckDialog
Sets the initial check state
check(int) - Method in class eltos.simpledialogfragment.form.Check
Sets the initial state of the checkbox
Check - Class in eltos.simpledialogfragment.form
An checkbox form element to be used with SimpleFormDialog This is a CheckBox - what else?
CHECK - Enum constant in enum class eltos.simpledialogfragment.color.ColorView.Style
 
CHECK_PIN - Static variable in class eltos.simpledialogfragment.input.SimplePinDialog
 
CHECKBOX_LABEL - Static variable in class eltos.simpledialogfragment.SimpleCheckDialog
 
CHECKBOX_REQUIRED - Static variable in class eltos.simpledialogfragment.SimpleCheckDialog
 
CHECKED - Static variable in class eltos.simpledialogfragment.SimpleCheckDialog
 
checkRequired(boolean) - Method in class eltos.simpledialogfragment.SimpleCheckDialog
Whether the check is required.
CHOICE_MAX_COUNT - Static variable in class eltos.simpledialogfragment.list.CustomListDialog
 
CHOICE_MIN_COUNT - Static variable in class eltos.simpledialogfragment.list.CustomListDialog
 
CHOICE_MODE - Static variable in class eltos.simpledialogfragment.list.CustomListDialog
 
CHOICE_MODE_MULTIPLE - Static variable in class eltos.simpledialogfragment.list.AdvancedAdapter
 
CHOICE_MODE_NONE - Static variable in class eltos.simpledialogfragment.list.AdvancedAdapter
 
CHOICE_MODE_SINGLE - Static variable in class eltos.simpledialogfragment.list.AdvancedAdapter
 
choiceIdPreset(long) - Method in class eltos.simpledialogfragment.list.CustomListDialog
Sets the initially checked item by its id
choiceIdPreset(long[]) - Method in class eltos.simpledialogfragment.list.CustomListDialog
Sets the initially checked items by their ids
choiceIdPreset(List<Long>) - Method in class eltos.simpledialogfragment.list.CustomListDialog
Sets the initially checked items by their ids
choiceMax(int) - Method in class eltos.simpledialogfragment.list.CustomListDialog
Sets the maximum allowed choices for the positive button to become enabled
choiceMin(int) - Method in class eltos.simpledialogfragment.list.CustomListDialog
Sets the minimum required choices for the positive button to become enabled
choiceMode(int) - Method in class eltos.simpledialogfragment.list.CustomListDialog
Sets the list choice mode
choicePreset(int) - Method in class eltos.simpledialogfragment.list.CustomListDialog
Sets the initially checked item position
choicePreset(int[]) - Method in class eltos.simpledialogfragment.list.CustomListDialog
Sets the initially checked item positions
choicePreset(List<Integer>) - Method in class eltos.simpledialogfragment.list.CustomListDialog
Sets the initially checked item positions
CIRCLE - Enum constant in enum class eltos.simpledialogfragment.SimpleProgressDialog.Type
A circle (only indeterminate) R.layout.simpledialogfragment_progress_circle
ClearableEditText - Class in eltos.simpledialogfragment.list
An edit text with a clear button
ClearableEditText(Context) - Constructor for class eltos.simpledialogfragment.list.ClearableEditText
 
ClearableEditText(Context, AttributeSet) - Constructor for class eltos.simpledialogfragment.list.ClearableEditText
 
ClearableEditText(Context, AttributeSet, int) - Constructor for class eltos.simpledialogfragment.list.ClearableEditText
 
ClearableEditText.Listener - Interface in eltos.simpledialogfragment.list
 
ClearableEditText.Location - Enum Class in eltos.simpledialogfragment.list
 
clearCurrentFocus() - Method in class eltos.simpledialogfragment.form.SimpleFormDialog.FocusActions
Helper to clear the current focus
color(int) - Method in class eltos.simpledialogfragment.color.SimpleColorWheelDialog
Specifies the initial color of the color wheel
color(int) - Method in class eltos.simpledialogfragment.form.ColorField
Sets the initial color
COLOR - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
COLOR - Static variable in class eltos.simpledialogfragment.color.SimpleColorWheelDialog
 
ColorAdapter(int[], boolean) - Constructor for class eltos.simpledialogfragment.color.SimpleColorDialog.ColorAdapter
 
ColorField - Class in eltos.simpledialogfragment.form
A color element to be used with SimpleFormDialog One can pick a color here This will add a ColorInt to resource bundle containing the color.
ColorField(Parcel) - Constructor for class eltos.simpledialogfragment.form.ColorField
 
COLORFUL_COLOR_PALLET - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
colorPreset(int) - Method in class eltos.simpledialogfragment.color.SimpleColorDialog
Sets the initially selected color
colorRes(int) - Method in class eltos.simpledialogfragment.form.ColorField
Sets the initial color
colors - Variable in class eltos.simpledialogfragment.form.ColorField
 
colors(int[]) - Method in class eltos.simpledialogfragment.color.SimpleColorDialog
Sets the colors to choose from Default is the SimpleColorDialog.DEFAULT_COLORS set
colors(int[]) - Method in class eltos.simpledialogfragment.form.ColorField
Sets the colors to choose from Default is the SimpleColorDialog.DEFAULT_COLORS set
colors(Context, int) - Method in class eltos.simpledialogfragment.color.SimpleColorDialog
colors(Context, int) - Method in class eltos.simpledialogfragment.form.ColorField
COLORS - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
ColorView - Class in eltos.simpledialogfragment.color
 
ColorView(Context) - Constructor for class eltos.simpledialogfragment.color.ColorView
 
ColorView(Context, AttributeSet) - Constructor for class eltos.simpledialogfragment.color.ColorView
 
ColorView(Context, AttributeSet, int) - Constructor for class eltos.simpledialogfragment.color.ColorView
 
ColorView.Style - Enum Class in eltos.simpledialogfragment.color
 
ColorWheelView - Class in eltos.simpledialogfragment.color
A widget to pick a hsv based color Created by eltos on 03.02.2017.
ColorWheelView(Context) - Constructor for class eltos.simpledialogfragment.color.ColorWheelView
 
ColorWheelView(Context, AttributeSet) - Constructor for class eltos.simpledialogfragment.color.ColorWheelView
 
ColorWheelView(Context, AttributeSet, int) - Constructor for class eltos.simpledialogfragment.color.ColorWheelView
 
ColorWheelView.OnColorChangeListener - Interface in eltos.simpledialogfragment.color
 
COMPLETED - Static variable in class eltos.simpledialogfragment.SimpleProgressDialog
Result type if dialog was auto-dismissed due a to completed task
continueWithNextElement(boolean) - Method in class eltos.simpledialogfragment.form.SimpleFormDialog.DialogActions
Helper to move the focus to the next element or to simulate a positive button press if this is the last element
create(String, Bundle) - Method in interface eltos.simpledialogfragment.SimpleImageDialog.IconCreator
Create and return your image here.
CREATOR - Static variable in class eltos.simpledialogfragment.form.Check
 
CREATOR - Static variable in class eltos.simpledialogfragment.form.ColorField
 
CREATOR - Static variable in class eltos.simpledialogfragment.form.DateTime
 
CREATOR - Static variable in class eltos.simpledialogfragment.form.Hint
 
CREATOR - Static variable in class eltos.simpledialogfragment.form.Input
 
CREATOR - Static variable in class eltos.simpledialogfragment.form.Spinner
Deprecated.
 
CREATOR - Static variable in class eltos.simpledialogfragment.list.SimpleListItem
 
CUSTOM - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
CUSTOM_ALPHA - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
CUSTOM_HIDE_HEX - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
CUSTOM_NEUT - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
CUSTOM_POS - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
CUSTOM_TITLE - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
CustomListDialog<This extends CustomListDialog<This>> - Class in eltos.simpledialogfragment.list
A dialog that displays a list of items.
CustomListDialog() - Constructor for class eltos.simpledialogfragment.list.CustomListDialog
 
CustomSpinnerView - Class in eltos.simpledialogfragment.form
 
CustomSpinnerView(Context) - Constructor for class eltos.simpledialogfragment.form.CustomSpinnerView
 
CustomSpinnerView(Context, int) - Constructor for class eltos.simpledialogfragment.form.CustomSpinnerView
 
CustomSpinnerView(Context, AttributeSet) - Constructor for class eltos.simpledialogfragment.form.CustomSpinnerView
 
CustomSpinnerView(Context, AttributeSet, int) - Constructor for class eltos.simpledialogfragment.form.CustomSpinnerView
 
CustomSpinnerView(Context, AttributeSet, int, int) - Constructor for class eltos.simpledialogfragment.form.CustomSpinnerView
 
CustomSpinnerView.OnSpinnerOpenListener - Interface in eltos.simpledialogfragment.form
 
CustomViewDialog<This extends CustomViewDialog<This>> - Class in eltos.simpledialogfragment
The base class for all custom dialogs.
CustomViewDialog() - Constructor for class eltos.simpledialogfragment.CustomViewDialog
 

D

DATA_SET - Static variable in class eltos.simpledialogfragment.list.SimpleListDialog
 
date - Variable in class eltos.simpledialogfragment.form.DateTime
 
date(long) - Method in class eltos.simpledialogfragment.SimpleDateDialog
Specify the initially set date as milliseconds
date(String) - Static method in class eltos.simpledialogfragment.form.DateTime
Factory method for a date field.
date(Date) - Method in class eltos.simpledialogfragment.form.DateTime
Sets the initial date and time
date(Date) - Method in class eltos.simpledialogfragment.SimpleDateDialog
Specify the initially set date
DATE - Enum constant in enum class eltos.simpledialogfragment.form.DateTime.Type
 
DATE - Static variable in class eltos.simpledialogfragment.SimpleDateDialog
 
datetime(String) - Static method in class eltos.simpledialogfragment.form.DateTime
Factory method for a datetime field.
DateTime - Class in eltos.simpledialogfragment.form
A color element to be used with SimpleFormDialog One can pick a date, time or both here This will add a long to resource bundle containing the timestamp.
DateTime(Parcel) - Constructor for class eltos.simpledialogfragment.form.DateTime
 
DATETIME - Enum constant in enum class eltos.simpledialogfragment.form.DateTime.Type
 
DateTime.Type - Enum Class in eltos.simpledialogfragment.form
 
DEFAULT_COLOR - Static variable in class eltos.simpledialogfragment.color.ColorWheelView
 
DEFAULT_COLORS - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
describeContents() - Method in class eltos.simpledialogfragment.form.Check
 
describeContents() - Method in class eltos.simpledialogfragment.form.ColorField
 
describeContents() - Method in class eltos.simpledialogfragment.form.DateTime
 
describeContents() - Method in class eltos.simpledialogfragment.form.FormElement
 
describeContents() - Method in class eltos.simpledialogfragment.form.Hint
 
describeContents() - Method in class eltos.simpledialogfragment.form.Input
 
describeContents() - Method in class eltos.simpledialogfragment.form.Spinner
Deprecated.
 
describeContents() - Method in class eltos.simpledialogfragment.list.SimpleListItem
 
didClearText() - Method in interface eltos.simpledialogfragment.list.ClearableEditText.Listener
 
dispatchTouchEvent(MotionEvent) - Method in class eltos.simpledialogfragment.color.ColorWheelView
 
divider(boolean) - Method in class eltos.simpledialogfragment.list.CustomListDialog
Sets the visibility of the divider
doNotFilter - Variable in class eltos.simpledialogfragment.input.TextInputAutoCompleteTextView
 
DRAWABLE_RESOURCE - Static variable in class eltos.simpledialogfragment.SimpleImageDialog
 

E

eltos.simpledialogfragment - package eltos.simpledialogfragment
 
eltos.simpledialogfragment.color - package eltos.simpledialogfragment.color
 
eltos.simpledialogfragment.form - package eltos.simpledialogfragment.form
 
eltos.simpledialogfragment.input - package eltos.simpledialogfragment.input
 
eltos.simpledialogfragment.list - package eltos.simpledialogfragment.list
 
email(String) - Static method in class eltos.simpledialogfragment.form.Input
Factory method for an email input field.
EMAIL - Static variable in class eltos.simpledialogfragment.input.SimpleEMailDialog
 
EMAIL_PATTERN - Static variable in class eltos.simpledialogfragment.input.SimpleEMailDialog
 
emptyText(int) - Method in class eltos.simpledialogfragment.list.CustomListDialog
Sets a string to be displayed if no items are currently visible
emptyText(CharSequence) - Method in class eltos.simpledialogfragment.list.CustomListDialog
Sets a string to be displayed if no items are currently visible
enoughToFilter() - Method in class eltos.simpledialogfragment.input.TextInputAutoCompleteTextView
 
extra(Bundle) - Method in class eltos.simpledialogfragment.SimpleDialog
Pass extras to the dialog to retain specific information across configuration changes.
extractContentView(Bundle) - Method in class eltos.simpledialogfragment.CustomViewDialog
Method to extract the underlying content view.

F

field - Variable in class eltos.simpledialogfragment.form.FormElementViewHolder
The FormElement that this ViewHolder represents.
fields(FormElement...) - Method in class eltos.simpledialogfragment.form.SimpleFormDialog
Convenient method to populate the form with form elements
filterable(boolean) - Method in class eltos.simpledialogfragment.list.CustomListDialog
If set to true, show an input field at the to of the list and allow the user to filter the list
filterable(boolean, boolean) - Method in class eltos.simpledialogfragment.list.SimpleListDialog
If set to true, show an input field at the to of the list and allow the user to filter the list
filterItems() - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
FIRST_DAY_OF_WEEK - Static variable in class eltos.simpledialogfragment.SimpleDateDialog
 
firstDayOfWeek(int) - Method in class eltos.simpledialogfragment.SimpleDateDialog
Set the first day of the week to display
FIT - Enum constant in enum class eltos.simpledialogfragment.SimpleImageDialog.Scale
scales the image down ensuring the image is fully visible
focus(SimpleFormDialog.FocusActions) - Method in class eltos.simpledialogfragment.form.FormElementViewHolder
Method to focus this element
FocusActions() - Constructor for class eltos.simpledialogfragment.form.SimpleFormDialog.FocusActions
 
forceSuggestion() - Method in class eltos.simpledialogfragment.form.Input
forceSuggestion(boolean) - Method in class eltos.simpledialogfragment.form.Input
Specify whether this input may contain only one of the suggestions provided.
FormElement<T extends FormElement,V extends FormElementViewHolder> - Class in eltos.simpledialogfragment.form
Base-class for form elements to be used with SimpleFormDialog Each form element holds a FormElement.resultKey that is used to receive element specific results in SimpleFormDialog.onResult(int) Created by eltos on 20.02.17.
FormElement(Parcel) - Constructor for class eltos.simpledialogfragment.form.FormElement
 
FormElement(String) - Constructor for class eltos.simpledialogfragment.form.FormElement
 
FormElementViewHolder<E extends FormElement> - Class in eltos.simpledialogfragment.form
The Base class for all ViewHolders This class is used to create the View that represents the corresponding FormElement and to maintain it's functionality Created by eltos on 23.02.17.
FormElementViewHolder(E) - Constructor for class eltos.simpledialogfragment.form.FormElementViewHolder
 
fullscreen() - Method in class eltos.simpledialogfragment.SimpleDialog
Set that this dialog is shown as fullscreen dialog.
fullscreen(boolean) - Method in class eltos.simpledialogfragment.SimpleDialog
Specifies whether this dialog is shown as fullscreen or basic dialog.
FULLSCREEN - Static variable in class eltos.simpledialogfragment.SimpleDialog
 
FullscreenAlertDialog - Class in eltos.simpledialogfragment
Fullscreen dialog class mimicing the AlertDialog interface for compatibility reasons
FullscreenAlertDialog(Context, int) - Constructor for class eltos.simpledialogfragment.FullscreenAlertDialog
 

G

getArgs() - Method in class eltos.simpledialogfragment.SimpleDialog
null-save method to get arguments
getArgString(String) - Method in class eltos.simpledialogfragment.SimpleDialog
 
getButton(int) - Method in class eltos.simpledialogfragment.FullscreenAlertDialog
Deprecated.
getCheckedItemCount() - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
getCheckedItemIds() - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
getCheckedItemOriginalPositions() - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
getCheckedItems() - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
getColor() - Method in class eltos.simpledialogfragment.color.ColorView
 
getColor() - Method in class eltos.simpledialogfragment.color.ColorWheelView
 
getContentViewLayout() - Method in class eltos.simpledialogfragment.form.FormElementViewHolder
Implement this method to return a custom layout resource id for this view
getContext() - Method in class eltos.simpledialogfragment.SimpleDialog
 
getCount() - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
getDarkRippleColor(int) - Static method in class eltos.simpledialogfragment.color.ColorView
 
getData() - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
Get the data maintained by this adapter
getExtras() - Method in class eltos.simpledialogfragment.SimpleDialog
Gets the extras bundle provided
getFilter() - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
Overwrite this method to return your AdvancedFilter here
getHint(Context) - Method in class eltos.simpledialogfragment.form.Input
 
getId() - Method in class eltos.simpledialogfragment.list.SimpleListItem
 
getIdForItem(Item) - Method in interface eltos.simpledialogfragment.list.AdvancedAdapter.ItemIdentifier
 
getInitialColor(Context) - Method in class eltos.simpledialogfragment.form.ColorField
 
getInitialState(Context) - Method in class eltos.simpledialogfragment.form.Check
 
getItem(int) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
getItemId(int) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
getItems(Context) - Method in class eltos.simpledialogfragment.form.Spinner
Deprecated.
 
getLightRippleColor(int) - Static method in class eltos.simpledialogfragment.color.ColorView
 
getListView() - Method in class eltos.simpledialogfragment.list.CustomListDialog
 
getMessage() - Method in class eltos.simpledialogfragment.SimpleDialog
Gets the string representation of the message set
getPatternError(Context) - Method in class eltos.simpledialogfragment.form.Input
 
getPlaceholderText(Context) - Method in class eltos.simpledialogfragment.form.Spinner
Deprecated.
 
getPositionForSection(int) - Method in class eltos.simpledialogfragment.list.AdvancedSectionAdapter
 
getSectionForPosition(int) - Method in class eltos.simpledialogfragment.list.AdvancedSectionAdapter
 
getSections() - Method in class eltos.simpledialogfragment.list.AdvancedSectionAdapter
 
getSectionTitle(T) - Method in class eltos.simpledialogfragment.list.AdvancedSectionAdapter
Overwrite this method to return the section title corresponding with the given object.
getString() - Method in class eltos.simpledialogfragment.list.SimpleListItem
 
getSuggestions(Context) - Method in class eltos.simpledialogfragment.form.Input
 
getText() - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
 
getText() - Method in class eltos.simpledialogfragment.input.SimplePinDialog
 
getText(Context) - Method in class eltos.simpledialogfragment.form.Check
 
getText(Context) - Method in class eltos.simpledialogfragment.form.FormElement
 
getText(Context) - Method in class eltos.simpledialogfragment.form.Input
 
getTitle() - Method in class eltos.simpledialogfragment.SimpleDialog
Gets the string representation of the title set
getView(int, View, ViewGroup) - Method in class eltos.simpledialogfragment.color.SimpleColorDialog.ColorAdapter
 
getView(int, View, ViewGroup) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
grid() - Method in class eltos.simpledialogfragment.list.CustomListDialog
Change the list into a grid list view (grid mode)
gridColumnWidth(int) - Method in class eltos.simpledialogfragment.list.CustomListDialog
Specifies the column with of this grid view (only if in grid mode)
gridNumColumn(int) - Method in class eltos.simpledialogfragment.list.CustomListDialog
Specifies the number of columns of this grid view (only if in grid mode)

H

hideHexInput(boolean) - Method in class eltos.simpledialogfragment.color.SimpleColorWheelDialog
Method to hide the input field for color hex code
hideKeyboard() - Method in class eltos.simpledialogfragment.form.SimpleFormDialog.FocusActions
Helper to hide the soft keyboard
highlight(String, int) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
Highlights everything that matched the current filter (if any) in text
highlight(String, Context) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
Highlights everything that matched the current filter (if any) in text
HIGHLIGHT - Static variable in class eltos.simpledialogfragment.list.SimpleListDialog
 
hint(int) - Method in class eltos.simpledialogfragment.form.Input
Sets a hint
hint(int) - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
Sets the EditText's hint
hint(String) - Method in class eltos.simpledialogfragment.form.Input
Sets a hint
hint(String) - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
Sets the EditText's hint
Hint - Class in eltos.simpledialogfragment.form
A hint element to be used with SimpleFormDialog This is simple hint text Created by philipp on 06.07.2018
Hint() - Constructor for class eltos.simpledialogfragment.form.Hint
 
Hint(Parcel) - Constructor for class eltos.simpledialogfragment.form.Hint
 
HINT - Static variable in class eltos.simpledialogfragment.input.SimpleInputDialog
 
hour - Variable in class eltos.simpledialogfragment.form.DateTime
 
hour(int) - Method in class eltos.simpledialogfragment.SimpleTimeDialog
Specify the initially set hour
HOUR - Static variable in class eltos.simpledialogfragment.SimpleTimeDialog
 
HTML - Static variable in class eltos.simpledialogfragment.SimpleDialog
 

I

icon(int) - Method in class eltos.simpledialogfragment.SimpleDialog
Sets this dialogs icon
ICON_RESOURCE - Static variable in class eltos.simpledialogfragment.SimpleDialog
 
image(int) - Method in class eltos.simpledialogfragment.SimpleImageDialog
Sets the image drawable to be displayed
image(Bitmap) - Method in class eltos.simpledialogfragment.SimpleImageDialog
Deprecated.
image(Uri) - Method in class eltos.simpledialogfragment.SimpleImageDialog
Sets the image uri to be displayed
image(Class<? extends SimpleImageDialog.Creator>) - Method in class eltos.simpledialogfragment.SimpleImageDialog
Sets a Creator that can be used to create the image.
IMAGE_URI - Static variable in class eltos.simpledialogfragment.SimpleImageDialog
 
indeterminateCircle() - Static method in class eltos.simpledialogfragment.SimpleProgressDialog
Deprecated.
inflate(int) - Method in class eltos.simpledialogfragment.CustomViewDialog
Method to inflate your custom View from CustomViewDialog.onCreateContentView(android.os.Bundle)
inflate(int, ViewGroup, boolean) - Method in class eltos.simpledialogfragment.CustomViewDialog
Method to inflate your custom View from CustomViewDialog.onCreateContentView(android.os.Bundle).
INITIALLY_CHECKED_IDS - Static variable in class eltos.simpledialogfragment.list.CustomListDialog
 
INITIALLY_CHECKED_POSITIONS - Static variable in class eltos.simpledialogfragment.list.CustomListDialog
 
Input - Class in eltos.simpledialogfragment.form
An input form element to be used with SimpleFormDialog This is an EditText that can be used to enter text, email-addresses, numbers, passwords etc.
INPUT_FIELDS - Static variable in class eltos.simpledialogfragment.form.SimpleFormDialog
 
INPUT_TYPE - Static variable in class eltos.simpledialogfragment.input.SimpleInputDialog
 
inputType(int) - Method in class eltos.simpledialogfragment.form.Input
Sets the input type The default is InputType.TYPE_CLASS_TEXT.
inputType(int) - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
Sets the input type The default is InputType.TYPE_CLASS_TEXT.
isCancelable() - Method in class eltos.simpledialogfragment.SimpleDialog
Return whether the dialog was set to be cancelable or not
isChecked() - Method in class eltos.simpledialogfragment.color.ColorView
 
isClearIconVisible() - Method in class eltos.simpledialogfragment.list.ClearableEditText
 
isColorDark(int) - Static method in class eltos.simpledialogfragment.color.ColorView
 
isIgnoreCase() - Method in class eltos.simpledialogfragment.list.AdvancedAdapter.AdvancedFilter
 
isInputEmpty() - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
 
isItemChecked(int) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
isLastFocusableElement() - Method in class eltos.simpledialogfragment.form.SimpleFormDialog.DialogActions
Check if this is the last (focusable) element
isMatchWordBeginning() - Method in class eltos.simpledialogfragment.list.AdvancedAdapter.AdvancedFilter
 
isOnlyFocusableElement() - Method in class eltos.simpledialogfragment.form.SimpleFormDialog.DialogActions
Check if this is the only (focusable) element
items(int) - Method in class eltos.simpledialogfragment.form.Spinner
Deprecated.
Provide an array resource with items to be shown by this spinner.
items(int...) - Method in class eltos.simpledialogfragment.form.Spinner
Deprecated.
Provide an array of items to be shown by this spinner.
items(Context, int) - Method in class eltos.simpledialogfragment.list.SimpleListDialog
Populate the list using a string array resource id
items(Context, int[]) - Method in class eltos.simpledialogfragment.list.SimpleListDialog
Populate the list with the labels provided
items(String...) - Method in class eltos.simpledialogfragment.form.Spinner
Deprecated.
Provide an array of items to be shown by this spinner.
items(String[]) - Method in class eltos.simpledialogfragment.list.SimpleListDialog
Populate the list with the labels provided
items(String[], long[]) - Method in class eltos.simpledialogfragment.list.SimpleListDialog
Populate the list with the labels provided The corresponding ids can be used to identify which labels were selected
items(ArrayList<SimpleListItem>) - Method in class eltos.simpledialogfragment.list.SimpleListDialog
Populate the list with the Items provided.

L

label(int) - Method in class eltos.simpledialogfragment.form.Check
Sets the label
label(int) - Method in class eltos.simpledialogfragment.form.FormElement
Sets the label
label(int) - Method in class eltos.simpledialogfragment.SimpleCheckDialog
Sets the checkbox's label
label(CharSequence) - Method in class eltos.simpledialogfragment.SimpleCheckDialog
Sets the checkbox's label
label(String) - Method in class eltos.simpledialogfragment.form.Check
Sets the label
label(String) - Method in class eltos.simpledialogfragment.form.FormElement
Sets the label
layout(int) - Method in class eltos.simpledialogfragment.list.SimpleListDialog
LAYOUT - Static variable in class eltos.simpledialogfragment.list.SimpleListDialog
 
LAYOUT_ACTION - Static variable in class eltos.simpledialogfragment.list.SimpleListDialog
 
LAYOUT_AUTO - Static variable in class eltos.simpledialogfragment.list.SimpleListDialog
 
LAYOUT_MULTI_CHOICE - Static variable in class eltos.simpledialogfragment.list.SimpleListDialog
 
LAYOUT_PLAIN - Static variable in class eltos.simpledialogfragment.list.SimpleListDialog
 
LAYOUT_SINGLE_CHOICE - Static variable in class eltos.simpledialogfragment.list.SimpleListDialog
 
LEFT - Enum constant in enum class eltos.simpledialogfragment.list.ClearableEditText.Location
 
length(int) - Method in class eltos.simpledialogfragment.input.SimplePinDialog
Sets the pin codes length (default is 4 digits)
LENGTH - Static variable in class eltos.simpledialogfragment.input.SimplePinDialog
 

M

mAdapter - Variable in class eltos.simpledialogfragment.list.CustomListDialog
 
MASK - Static variable in class eltos.simpledialogfragment.input.SimplePinDialog
 
matches(String) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter.AdvancedFilter
Simple string matcher that uses the current constraint and flags as specified upon creation.
matches(T, CharSequence) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter.AdvancedFilter
 
matchesWord(String, CharSequence) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter.AdvancedFilter
Deprecated.
MATERIAL_COLOR_PALLET - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
MATERIAL_COLOR_PALLET_DARK - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
MATERIAL_COLOR_PALLET_LIGHT - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
max - Variable in class eltos.simpledialogfragment.form.DateTime
 
max(int) - Method in class eltos.simpledialogfragment.form.Input
Sets an upper limit to the input's text length.
max(int) - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
Sets a max limit to the EditText.
max(Date) - Method in class eltos.simpledialogfragment.form.DateTime
Sets the last date selectable
MAX_DATE - Static variable in class eltos.simpledialogfragment.SimpleDateDialog
 
MAX_LENGTH - Static variable in class eltos.simpledialogfragment.input.SimpleInputDialog
 
maxDate(long) - Method in class eltos.simpledialogfragment.SimpleDateDialog
Sets the last date selectable as milliseconds
maxDate(Date) - Method in class eltos.simpledialogfragment.SimpleDateDialog
Sets the last date selectable
maxLines - Variable in class eltos.simpledialogfragment.form.Input
 
mDialog - Variable in class eltos.simpledialogfragment.SimpleProgressTask
 
MESSAGE - Static variable in class eltos.simpledialogfragment.SimpleDialog
 
mFilterEditText - Variable in class eltos.simpledialogfragment.list.CustomListDialog
 
min - Variable in class eltos.simpledialogfragment.form.DateTime
 
min(int) - Method in class eltos.simpledialogfragment.form.Input
Sets a lower limit to the input's text length.
min(Date) - Method in class eltos.simpledialogfragment.form.DateTime
Sets the first date selectable
MIN_DATE - Static variable in class eltos.simpledialogfragment.SimpleDateDialog
 
minDate(long) - Method in class eltos.simpledialogfragment.SimpleDateDialog
Sets the first date selectable as milliseconds
minDate(Date) - Method in class eltos.simpledialogfragment.SimpleDateDialog
Sets the first date selectable
mInfoText - Variable in class eltos.simpledialogfragment.SimpleProgressDialog
 
minute - Variable in class eltos.simpledialogfragment.form.DateTime
 
minute(int) - Method in class eltos.simpledialogfragment.SimpleTimeDialog
Specify the initially set minute
MINUTE - Static variable in class eltos.simpledialogfragment.SimpleTimeDialog
 
mListView - Variable in class eltos.simpledialogfragment.list.CustomListDialog
 
mProgressBar - Variable in class eltos.simpledialogfragment.SimpleProgressDialog
 
mProgressText - Variable in class eltos.simpledialogfragment.SimpleProgressDialog
 
msg(int) - Method in class eltos.simpledialogfragment.SimpleDialog
Sets this dialogs message
msg(CharSequence) - Method in class eltos.simpledialogfragment.SimpleDialog
Sets this dialogs message
msgHtml(int) - Method in class eltos.simpledialogfragment.SimpleDialog
Sets this dialogs message as html styled string
msgHtml(String) - Method in class eltos.simpledialogfragment.SimpleDialog
Sets this dialogs message as html styled string
mTask - Variable in class eltos.simpledialogfragment.SimpleProgressDialog
 
MULTI_CHOICE - Static variable in class eltos.simpledialogfragment.list.CustomListDialog
 
multiLine() - Method in class eltos.simpledialogfragment.form.Input
Sets the input type to InputType.TYPE_TEXT_FLAG_MULTI_LINE.
multiLine(int) - Method in class eltos.simpledialogfragment.form.Input
Sets the input type to InputType.TYPE_TEXT_FLAG_MULTI_LINE and the maximum number of lines to show

N

name(String) - Static method in class eltos.simpledialogfragment.form.Input
Factory method for a name input field.
neg() - Method in class eltos.simpledialogfragment.SimpleDialog
Sets this dialogs negative button text to R.string.no
neg(int) - Method in class eltos.simpledialogfragment.SimpleDialog
Sets this dialogs negative button text
neg(CharSequence) - Method in class eltos.simpledialogfragment.SimpleDialog
Sets this dialogs negative button text
NEGATIVE_BUTTON_TEXT - Static variable in class eltos.simpledialogfragment.SimpleDialog
 
neut() - Method in class eltos.simpledialogfragment.SimpleDialog
Sets this dialogs neutral button text to R.string.cancel
neut(int) - Method in class eltos.simpledialogfragment.SimpleDialog
Sets this dialogs neutral button text
neut(CharSequence) - Method in class eltos.simpledialogfragment.SimpleDialog
Sets this dialogs neutral button text
NEUTRAL_BUTTON_TEXT - Static variable in class eltos.simpledialogfragment.SimpleDialog
 
NO_CHOICE - Static variable in class eltos.simpledialogfragment.list.CustomListDialog
 
NO_ID - Static variable in class eltos.simpledialogfragment.form.FormElement
 
NONE - Static variable in class eltos.simpledialogfragment.color.ColorView
 
NONE - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
NONE - Static variable in class eltos.simpledialogfragment.form.ColorField
 
notifyDataSetChanged() - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
notifyDataSetChanged() - Method in class eltos.simpledialogfragment.list.AdvancedSectionAdapter
 
notifyDataSetChanged() - Method in class eltos.simpledialogfragment.list.CustomListDialog
 

O

onCancel(DialogInterface) - Method in class eltos.simpledialogfragment.SimpleDialog
 
onColorChange(int) - Method in interface eltos.simpledialogfragment.color.ColorWheelView.OnColorChangeListener
 
onCreate(Bundle) - Method in class eltos.simpledialogfragment.color.SimpleColorDialog
 
onCreate(Bundle) - Method in class eltos.simpledialogfragment.CustomViewDialog
 
onCreate(Bundle) - Method in class eltos.simpledialogfragment.FullscreenAlertDialog
 
onCreate(Bundle) - Method in class eltos.simpledialogfragment.SimpleDialog
 
onCreate(Bundle) - Method in class eltos.simpledialogfragment.SimpleProgressDialog
 
onCreateAdapter() - Method in class eltos.simpledialogfragment.color.SimpleColorDialog
 
onCreateAdapter() - Method in class eltos.simpledialogfragment.list.CustomListDialog
Overwrite this method to provide a custom adapter
onCreateAdapter() - Method in class eltos.simpledialogfragment.list.SimpleListDialog
 
onCreateContentView(Bundle) - Method in class eltos.simpledialogfragment.color.SimpleColorWheelDialog
 
onCreateContentView(Bundle) - Method in class eltos.simpledialogfragment.CustomViewDialog
Inflate your custom view here.
onCreateContentView(Bundle) - Method in class eltos.simpledialogfragment.form.SimpleFormDialog
Method for view creation.
onCreateContentView(Bundle) - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
 
onCreateContentView(Bundle) - Method in class eltos.simpledialogfragment.input.SimplePinDialog
 
onCreateContentView(Bundle) - Method in class eltos.simpledialogfragment.list.CustomListDialog
 
onCreateContentView(Bundle) - Method in class eltos.simpledialogfragment.SimpleCheckDialog
 
onCreateContentView(Bundle) - Method in class eltos.simpledialogfragment.SimpleDateDialog
 
onCreateContentView(Bundle) - Method in class eltos.simpledialogfragment.SimpleImageDialog
 
onCreateContentView(Bundle) - Method in class eltos.simpledialogfragment.SimpleProgressDialog
 
onCreateContentView(Bundle) - Method in class eltos.simpledialogfragment.SimpleTimeDialog
 
onCreateDialog(Bundle) - Method in class eltos.simpledialogfragment.CustomViewDialog
 
onCreateDialog(Bundle) - Method in class eltos.simpledialogfragment.SimpleDialog
 
onCreateDialog(Bundle) - Method in class eltos.simpledialogfragment.SimpleImageDialog
 
onCreateInputConnection(EditorInfo) - Method in class eltos.simpledialogfragment.input.TextInputAutoCompleteTextView
 
onDateChanged(DatePicker, int, int, int) - Method in class eltos.simpledialogfragment.SimpleDateDialog
 
onDestroyView() - Method in class eltos.simpledialogfragment.SimpleDialog
 
onDialogShown() - Method in class eltos.simpledialogfragment.CustomViewDialog
Overwrite this method to take action once the dialog is shown such as settings an input focus, showing the keyboard or setting the initial positiveButtonState
onDialogShown() - Method in class eltos.simpledialogfragment.form.SimpleFormDialog
 
onDialogShown() - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
 
onDialogShown() - Method in class eltos.simpledialogfragment.input.SimplePinDialog
 
onDialogShown() - Method in class eltos.simpledialogfragment.list.CustomListDialog
 
onDialogShown() - Method in class eltos.simpledialogfragment.SimpleCheckDialog
 
onDraw(Canvas) - Method in class eltos.simpledialogfragment.color.ColorWheelView
 
onFocusChange(View, boolean) - Method in class eltos.simpledialogfragment.list.ClearableEditText
 
onItemClick(AdapterView<?>, View, int, long) - Method in class eltos.simpledialogfragment.color.SimpleColorDialog
 
onItemClick(AdapterView<?>, View, int, long) - Method in class eltos.simpledialogfragment.list.CustomListDialog
Callback method to be invoked when an item in this AdapterView has been clicked.
onItemLongClick(AdapterView<?>, View, int, long) - Method in class eltos.simpledialogfragment.list.CustomListDialog
Callback method to be invoked when an item in this view has been clicked and held.
onMeasure(int, int) - Method in class eltos.simpledialogfragment.color.ColorView
 
onMeasure(int, int) - Method in class eltos.simpledialogfragment.color.ColorWheelView
 
onNegativeButtonClick() - Method in class eltos.simpledialogfragment.CustomViewDialog
Overwrite this method to modify what happens if the user presses the negative button.
onNeutralButtonClick() - Method in class eltos.simpledialogfragment.CustomViewDialog
Overwrite this method to modify what happens if the user presses the neutral button.
onOpen() - Method in interface eltos.simpledialogfragment.form.CustomSpinnerView.OnSpinnerOpenListener
 
onPositiveButtonClick() - Method in class eltos.simpledialogfragment.CustomViewDialog
Overwrite this method to modify what happens if the user presses the positive button.
onPostExecute(Result) - Method in class eltos.simpledialogfragment.SimpleProgressTask
 
onPreExecute() - Method in class eltos.simpledialogfragment.SimpleProgressTask
 
onProgressUpdate(Progress...) - Method in class eltos.simpledialogfragment.SimpleProgressTask
Updates the progress dialog by trying to guess the meaning of the supplied parameter(s): - if values is of numeric type - if values[0] < 0, then progress is indeterminate - if values[0] >= 0, then (int) values[0] is set as progress - if values[1] > 0, then (int) values[1] is set as max, otherwise max defaults to 100 - if values[2] >= 0, then (int) values[2] is set as secondary progress - if values is of CharSequence type, then values[0] is set as info text and progress to indeterminate - if values is a Pair of a Number and a String, the above is applied to either value of the pair
onRestoreInstanceState(Parcelable) - Method in class eltos.simpledialogfragment.color.ColorWheelView
 
onResult(int) - Method in class eltos.simpledialogfragment.color.SimpleColorDialog
 
onResult(int) - Method in class eltos.simpledialogfragment.color.SimpleColorWheelDialog
 
onResult(int) - Method in class eltos.simpledialogfragment.CustomViewDialog
Overwrite this method to provide additional results from your custom view to be passed to the SimpleDialog.OnDialogResultListener.onResult(java.lang.String, int, android.os.Bundle)
onResult(int) - Method in class eltos.simpledialogfragment.form.SimpleFormDialog
 
onResult(int) - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
 
onResult(int) - Method in class eltos.simpledialogfragment.input.SimplePinDialog
 
onResult(int) - Method in class eltos.simpledialogfragment.list.CustomListDialog
 
onResult(int) - Method in class eltos.simpledialogfragment.list.SimpleListDialog
 
onResult(int) - Method in class eltos.simpledialogfragment.SimpleCheckDialog
 
onResult(int) - Method in class eltos.simpledialogfragment.SimpleDateDialog
 
onResult(int) - Method in class eltos.simpledialogfragment.SimpleTimeDialog
 
onResult(String, int, Bundle) - Method in class eltos.simpledialogfragment.color.SimpleColorDialog
 
onResult(String, int, Bundle) - Method in class eltos.simpledialogfragment.form.SimpleFormDialog
 
onResult(String, int, Bundle) - Method in interface eltos.simpledialogfragment.SimpleDialog.OnDialogResultListener
Let the hosting fragment or activity implement this interface to receive results from the dialog
onSaveInstanceState() - Method in class eltos.simpledialogfragment.color.ColorWheelView
 
onSaveInstanceState(Bundle) - Method in class eltos.simpledialogfragment.color.SimpleColorDialog
 
onSaveInstanceState(Bundle) - Method in class eltos.simpledialogfragment.form.SimpleFormDialog
 
onSaveInstanceState(Bundle) - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
 
onSaveInstanceState(Bundle) - Method in class eltos.simpledialogfragment.input.SimplePinDialog
 
onSaveInstanceState(Bundle) - Method in class eltos.simpledialogfragment.list.CustomListDialog
 
onSaveInstanceState(Bundle) - Method in class eltos.simpledialogfragment.SimpleCheckDialog
 
onSaveInstanceState(Bundle) - Method in class eltos.simpledialogfragment.SimpleDateDialog
 
onSaveInstanceState(Bundle) - Method in class eltos.simpledialogfragment.SimpleProgressDialog
 
onSaveInstanceState(Bundle) - Method in class eltos.simpledialogfragment.SimpleTimeDialog
 
onSizeChanged(int, int, int, int) - Method in class eltos.simpledialogfragment.color.ColorWheelView
 
onTimeChanged(TimePicker, int, int) - Method in class eltos.simpledialogfragment.SimpleTimeDialog
 
onTouch(View, MotionEvent) - Method in class eltos.simpledialogfragment.list.ClearableEditText
 
onValidateInput(String) - Method in class eltos.simpledialogfragment.input.SimpleEMailDialog
 
onValidateInput(String) - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
 
onValidateInput(String) - Method in class eltos.simpledialogfragment.input.SimplePinDialog
 
onValidateInput(String, String) - Method in class eltos.simpledialogfragment.form.SimpleFormDialog
 
openKeyboard() - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
Helper for opening the soft keyboard
openKeyboard() - Method in class eltos.simpledialogfragment.input.SimplePinDialog
Helper for opening the soft keyboard
outline - Variable in class eltos.simpledialogfragment.form.ColorField
 

P

PALETTE - Enum constant in enum class eltos.simpledialogfragment.color.ColorView.Style
 
password(String) - Static method in class eltos.simpledialogfragment.form.Input
Factory method for a password input field.
pattern - Variable in class eltos.simpledialogfragment.input.SimpleEMailDialog
 
percentage(boolean) - Method in class eltos.simpledialogfragment.SimpleProgressDialog
Whether to show the percentage text or not
performClick() - Method in class eltos.simpledialogfragment.form.CustomSpinnerView
 
performFiltering(CharSequence) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter.AdvancedFilter
 
performFiltering(CharSequence, int) - Method in class eltos.simpledialogfragment.input.TextInputAutoCompleteTextView
 
phone(String) - Static method in class eltos.simpledialogfragment.form.Input
Factory method for a phone input field.
picker(String) - Static method in class eltos.simpledialogfragment.form.ColorField
Factory method for a color field.
picker(String) - Static method in class eltos.simpledialogfragment.form.DateTime
Factory method for a date/time/datetime field.
PICKER - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
PICKER_DIALOG_TAG - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
pin(String) - Static method in class eltos.simpledialogfragment.form.Input
Factory method for a pin input field.
pin(String) - Method in class eltos.simpledialogfragment.input.SimplePinDialog
Sets the required pin to check for.
PIN - Static variable in class eltos.simpledialogfragment.input.SimplePinDialog
 
placeholder(int) - Method in class eltos.simpledialogfragment.form.Spinner
Deprecated.
Sets the placeholder text displayed if nothing is selected
placeholder(String) - Method in class eltos.simpledialogfragment.form.Spinner
Deprecated.
Sets the placeholder text displayed if nothing is selected
plain(int) - Static method in class eltos.simpledialogfragment.form.Hint
 
plain(String) - Static method in class eltos.simpledialogfragment.form.Hint
Factory method for a hint.
plain(String) - Static method in class eltos.simpledialogfragment.form.Input
Factory method for a plain input field.
plain(String) - Static method in class eltos.simpledialogfragment.form.Spinner
Deprecated.
Factory method for a plain spinner.
populateContainer(ViewGroup, Bundle) - Method in class eltos.simpledialogfragment.form.SimpleFormDialog
Creates FormElements and adds them to the container
pos(int) - Method in class eltos.simpledialogfragment.list.CustomListDialog
 
pos(int) - Method in class eltos.simpledialogfragment.SimpleDialog
Sets this dialogs positive button text
pos(CharSequence) - Method in class eltos.simpledialogfragment.list.CustomListDialog
 
pos(CharSequence) - Method in class eltos.simpledialogfragment.SimpleDialog
Sets this dialogs positive button text
posButtonEnabled() - Method in class eltos.simpledialogfragment.form.SimpleFormDialog
 
posButtonEnabled(Context) - Method in class eltos.simpledialogfragment.form.FormElementViewHolder
Method to check for empty input, (un-)checked state etc.
posEnabled() - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
 
posEnabled() - Method in class eltos.simpledialogfragment.input.SimplePinDialog
 
POSITIVE_BUTTON_TEXT - Static variable in class eltos.simpledialogfragment.SimpleDialog
 
preset(int) - Method in class eltos.simpledialogfragment.form.Spinner
Deprecated.
Set the initially selected item
pressPositiveButton() - Method in class eltos.simpledialogfragment.CustomViewDialog
Simulates a positive button press.
publishResults(CharSequence, Filter.FilterResults) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter.AdvancedFilter
 
putResults(Bundle, String) - Method in class eltos.simpledialogfragment.form.FormElementViewHolder

R

registerDialog(SimpleProgressDialog) - Method in class eltos.simpledialogfragment.SimpleProgressTask
 
requestFocus(int) - Method in class eltos.simpledialogfragment.form.SimpleFormDialog
 
required - Variable in class eltos.simpledialogfragment.form.FormElement
 
required() - Method in class eltos.simpledialogfragment.form.FormElement
Mark this Field as required.
required(boolean) - Method in class eltos.simpledialogfragment.form.FormElement
Set the required flag for this field.
resultKey - Variable in class eltos.simpledialogfragment.form.FormElement
 
RIGHT - Enum constant in enum class eltos.simpledialogfragment.list.ClearableEditText.Location
 

S

SAVE_TAG - Static variable in class eltos.simpledialogfragment.form.SimpleFormDialog
 
saveState(Bundle) - Method in class eltos.simpledialogfragment.form.FormElementViewHolder
Method to save this elements state Bundles are maintained on a per-view basis, so that keys can be arbitrary
SCALE_TYPE - Static variable in class eltos.simpledialogfragment.SimpleImageDialog
 
scaleType(SimpleImageDialog.Scale) - Method in class eltos.simpledialogfragment.SimpleImageDialog
Sets the images scale and scroll type to one of SimpleImageDialog.Scale
SCROLL_HORIZONTAL - Enum constant in enum class eltos.simpledialogfragment.SimpleImageDialog.Scale
scales the image up, allowing horizontal scrolling ("panorama")
SCROLL_VERTICAL - Enum constant in enum class eltos.simpledialogfragment.SimpleImageDialog.Scale
scales the image up, allowing vertical scrolling
SELECTED_IDS - Static variable in class eltos.simpledialogfragment.list.CustomListDialog
Key for a long[] returned by CustomListDialog.onResult(int)
SELECTED_LABELS - Static variable in class eltos.simpledialogfragment.list.SimpleListDialog
 
SELECTED_POSITIONS - Static variable in class eltos.simpledialogfragment.list.CustomListDialog
Key for an ArrayList<Integer> returned by CustomListDialog.onResult(int)
SELECTED_SINGLE_ID - Static variable in class eltos.simpledialogfragment.list.CustomListDialog
Key for a long returned by CustomListDialog.onResult(int) in single choice mode
SELECTED_SINGLE_LABEL - Static variable in class eltos.simpledialogfragment.list.SimpleListDialog
 
SELECTED_SINGLE_POSITION - Static variable in class eltos.simpledialogfragment.list.CustomListDialog
Key for an int returned by CustomListDialog.onResult(int) in single choice mode
set24HourView(boolean) - Method in class eltos.simpledialogfragment.SimpleTimeDialog
Changes the hour display mode between 24 and AM/PM
setAllItemsChecked(boolean) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
setArg(String, boolean) - Method in class eltos.simpledialogfragment.SimpleDialog
 
setArg(String, int) - Method in class eltos.simpledialogfragment.SimpleDialog
 
setArg(String, long) - Method in class eltos.simpledialogfragment.SimpleDialog
 
setArg(String, CharSequence) - Method in class eltos.simpledialogfragment.SimpleDialog
 
setButton(int, CharSequence, DialogInterface.OnClickListener) - Method in class eltos.simpledialogfragment.FullscreenAlertDialog
 
setButton(int, CharSequence, Message) - Method in class eltos.simpledialogfragment.FullscreenAlertDialog
Deprecated.
setButtonClickListener(int, View.OnClickListener) - Method in class eltos.simpledialogfragment.SimpleDialog
Call this method to overwrite the click listener for a button Note: This method has no effect if the dialog is not yet shown
setButtonEnabled(int, boolean) - Method in class eltos.simpledialogfragment.FullscreenAlertDialog
 
setButtonEnabled(int, boolean) - Method in class eltos.simpledialogfragment.SimpleDialog
Call this method to enable or disable a button Note: This method has no effect if the dialog is not yet shown
setCancelable(boolean) - Method in class eltos.simpledialogfragment.FullscreenAlertDialog
 
setChecked(boolean) - Method in class eltos.simpledialogfragment.color.ColorView
 
setChecked(boolean, boolean) - Method in class eltos.simpledialogfragment.color.ColorView
 
setChoiceMode(int) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
Defines the choice behavior for the list.
setClearDrawable(int) - Method in class eltos.simpledialogfragment.list.ClearableEditText
 
setClearIconVisible(boolean) - Method in class eltos.simpledialogfragment.list.ClearableEditText
 
setClearPosition(ClearableEditText.Location) - Method in class eltos.simpledialogfragment.list.ClearableEditText
 
setColor(int) - Method in class eltos.simpledialogfragment.color.ColorView
 
setColor(int) - Method in class eltos.simpledialogfragment.color.ColorWheelView
 
setColor(int, boolean) - Method in class eltos.simpledialogfragment.color.ColorWheelView
 
setData(ArrayList<? extends T>) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
Set this adapters data
setData(ArrayList<? extends T>, AdvancedAdapter.ItemIdentifier<T>) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
Set this adapters data and ids
setData(T[]) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
Set this adapters data
setData(T[], AdvancedAdapter.ItemIdentifier<T>) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
Set this adapters data and ids
setDataAndIds(ArrayList<Pair<T, Long>>) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
setDataAndIds(T[], long[]) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
setIcon(int) - Method in class eltos.simpledialogfragment.FullscreenAlertDialog
 
setId(long) - Method in class eltos.simpledialogfragment.list.SimpleListItem
 
setItemChecked(int, boolean) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
setItemChecked(long, boolean) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
setItemsCheckedFromIds(long[]) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
setItemsCheckedFromIds(ArrayList<Long>) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
setListener(ClearableEditText.Listener) - Method in class eltos.simpledialogfragment.list.ClearableEditText
 
setMessage(CharSequence) - Method in class eltos.simpledialogfragment.FullscreenAlertDialog
 
setNegativeButtonEnabled(boolean) - Method in class eltos.simpledialogfragment.CustomViewDialog
Call this method to enable or disable the positive button, e.g. if you want to consider for preconditions to be fulfilled Note: call this in CustomViewDialog.onDialogShown() rather than CustomViewDialog.onCreateContentView(android.os.Bundle)
setNeutralButtonEnabled(boolean) - Method in class eltos.simpledialogfragment.CustomViewDialog
Call this method to enable or disable the neutral button, e.g. if you want to consider for preconditions to be fulfilled Note: call this in CustomViewDialog.onDialogShown() rather than CustomViewDialog.onCreateContentView(android.os.Bundle)
setOnColorChangeListener(ColorWheelView.OnColorChangeListener) - Method in class eltos.simpledialogfragment.color.ColorWheelView
 
setOnFocusChangeListener(View.OnFocusChangeListener) - Method in class eltos.simpledialogfragment.list.ClearableEditText
 
setOnTouchListener(View.OnTouchListener) - Method in class eltos.simpledialogfragment.list.ClearableEditText
 
setOutlineColor(int) - Method in class eltos.simpledialogfragment.color.ColorView
Change the outline color.
setOutlineWidth(int) - Method in class eltos.simpledialogfragment.color.ColorView
Change the size of the outlining
setPositiveButtonEnabled(boolean) - Method in class eltos.simpledialogfragment.CustomViewDialog
Call this method to enable or disable the positive button, e.g. if you want to consider for preconditions to be fulfilled Note: call this in CustomViewDialog.onDialogShown() rather than CustomViewDialog.onCreateContentView(android.os.Bundle)
setSpinnerEventsListener(CustomSpinnerView.OnSpinnerOpenListener) - Method in class eltos.simpledialogfragment.form.CustomSpinnerView
 
setString(String) - Method in class eltos.simpledialogfragment.list.SimpleListItem
 
setStyle(ColorView.Style) - Method in class eltos.simpledialogfragment.color.ColorView
 
setTitle(CharSequence) - Method in class eltos.simpledialogfragment.FullscreenAlertDialog
 
setupColorWheelAlpha(boolean) - Method in class eltos.simpledialogfragment.color.SimpleColorDialog
Configures SimpleColorWheelDialog for custom color picking See SimpleColorWheelDialog.alpha(boolean)
setupColorWheelHideHex(boolean) - Method in class eltos.simpledialogfragment.color.SimpleColorDialog
setupColorWheelNeutButton(CharSequence) - Method in class eltos.simpledialogfragment.color.SimpleColorDialog
Configures SimpleColorWheelDialog for custom color picking See SimpleDialog.neut(CharSequence)
setupColorWheelPosButton(CharSequence) - Method in class eltos.simpledialogfragment.color.SimpleColorDialog
Configures SimpleColorWheelDialog for custom color picking See SimpleDialog.pos(CharSequence)
setupColorWheelTitle(CharSequence) - Method in class eltos.simpledialogfragment.color.SimpleColorDialog
Configures SimpleColorWheelDialog for custom color picking See SimpleDialog.title(CharSequence)
setUpView(View, Context, Bundle, SimpleFormDialog.DialogActions) - Method in class eltos.simpledialogfragment.form.FormElementViewHolder
Implement this method to setup your view for the first time or after a FormElementViewHolder.saveState(android.os.Bundle)
setView(View) - Method in class eltos.simpledialogfragment.FullscreenAlertDialog
 
show(Fragment) - Method in class eltos.simpledialogfragment.SimpleDialog
Shows the dialog.
show(FragmentActivity) - Method in class eltos.simpledialogfragment.SimpleDialog
Shows the dialog.
show(FragmentActivity, String) - Method in class eltos.simpledialogfragment.SimpleDialog
Shows the dialog.
show(FragmentActivity, String, String) - Method in class eltos.simpledialogfragment.SimpleDialog
Shows the dialog.
show(FragmentManager, String) - Method in class eltos.simpledialogfragment.SimpleDialog
Deprecated.
show(Fragment, String) - Method in class eltos.simpledialogfragment.SimpleDialog
Shows the dialog.
show(Fragment, String, String) - Method in class eltos.simpledialogfragment.SimpleDialog
Shows the dialog.
show(FragmentTransaction, String) - Method in class eltos.simpledialogfragment.SimpleDialog
Deprecated.
showDialog(SimpleDialog, String) - Method in class eltos.simpledialogfragment.form.SimpleFormDialog.DialogActions
 
showKeyboard(View) - Method in class eltos.simpledialogfragment.form.SimpleFormDialog.FocusActions
Helper for opening the soft keyboard on a specified view
showKeyboard(View) - Method in class eltos.simpledialogfragment.SimpleDialog
Helper for opening the soft keyboard on a specified view
showOutline(int) - Method in class eltos.simpledialogfragment.color.SimpleColorDialog
Add a colored outline to the color fields.
showOutline(int) - Method in class eltos.simpledialogfragment.form.ColorField
Add a colored outline to the color fields.
showPasswordToggle() - Method in class eltos.simpledialogfragment.form.Input
Displays a button to toggle the password visibility.
showPasswordToggle(boolean) - Method in class eltos.simpledialogfragment.form.Input
Hide or show a button to toggle the password visibility.
SimpleCheckDialog - Class in eltos.simpledialogfragment
An simple dialog with a checkbox that can be set as required before proceeding Created by eltos on 14.10.2015.
SimpleCheckDialog() - Constructor for class eltos.simpledialogfragment.SimpleCheckDialog
 
SimpleColorDialog - Class in eltos.simpledialogfragment.color
A dialog that let's the user select a color Result: COLOR int Selected color (rgb) Created by eltos on 17.04.2016.
SimpleColorDialog() - Constructor for class eltos.simpledialogfragment.color.SimpleColorDialog
 
SimpleColorDialog.ColorAdapter - Class in eltos.simpledialogfragment.color
 
SimpleColorWheelDialog - Class in eltos.simpledialogfragment.color
A dialog with a color wheel to pick a custom color.
SimpleColorWheelDialog() - Constructor for class eltos.simpledialogfragment.color.SimpleColorWheelDialog
 
SimpleDateDialog - Class in eltos.simpledialogfragment
A date-picker dialog Created by eltos on 02.02.2017.
SimpleDateDialog() - Constructor for class eltos.simpledialogfragment.SimpleDateDialog
 
SimpleDialog<This extends SimpleDialog<This>> - Class in eltos.simpledialogfragment
An easy to use and extendable dialog fragment that displays a text message.
SimpleDialog() - Constructor for class eltos.simpledialogfragment.SimpleDialog
 
SimpleDialog.OnDialogResultListener - Interface in eltos.simpledialogfragment
 
SimpleEMailDialog - Class in eltos.simpledialogfragment.input
An extension for the input dialog that will ensure the input is a valid email address Results: EMAIL String The entered email-address Created by expos on 02.01.2017.
SimpleEMailDialog() - Constructor for class eltos.simpledialogfragment.input.SimpleEMailDialog
 
SimpleFormDialog - Class in eltos.simpledialogfragment.form
A form dialog to display a number of input fields to the user, such as - Input fields (Input) - Check-boxes (Check) - Dropdown-menus (Spinner) Created by eltos on 20.02.17.
SimpleFormDialog() - Constructor for class eltos.simpledialogfragment.form.SimpleFormDialog
 
SimpleFormDialog.DialogActions - Class in eltos.simpledialogfragment.form
SimpleFormDialog.FocusActions - Class in eltos.simpledialogfragment.form
SimpleFormDialog.InputValidator - Interface in eltos.simpledialogfragment.form
 
SimpleImageDialog - Class in eltos.simpledialogfragment
A dialog that displays an image Created by eltos on 13.02.17.
SimpleImageDialog() - Constructor for class eltos.simpledialogfragment.SimpleImageDialog
 
SimpleImageDialog.BitmapCreator - Interface in eltos.simpledialogfragment
 
SimpleImageDialog.DrawableCreator - Interface in eltos.simpledialogfragment
 
SimpleImageDialog.IconCreator - Interface in eltos.simpledialogfragment
 
SimpleImageDialog.Scale - Enum Class in eltos.simpledialogfragment
 
SimpleInputDialog - Class in eltos.simpledialogfragment.input
An simple dialog with an input field.
SimpleInputDialog() - Constructor for class eltos.simpledialogfragment.input.SimpleInputDialog
 
SimpleInputDialog.InputValidator - Interface in eltos.simpledialogfragment.input
 
SimpleListDialog - Class in eltos.simpledialogfragment.list
A dialog that displays a filterable list in single- or multi-choice mode.
SimpleListDialog() - Constructor for class eltos.simpledialogfragment.list.SimpleListDialog
 
SimpleListItem - Class in eltos.simpledialogfragment.list
Created by eltos on 02.01.2017.
SimpleListItem(String) - Constructor for class eltos.simpledialogfragment.list.SimpleListItem
 
SimpleListItem(String, long) - Constructor for class eltos.simpledialogfragment.list.SimpleListItem
 
SimplePinDialog - Class in eltos.simpledialogfragment.input
An simple dialog with an pin field.
SimplePinDialog() - Constructor for class eltos.simpledialogfragment.input.SimplePinDialog
 
SimpleProgressDialog - Class in eltos.simpledialogfragment
A dialog that displays a progress Created by eltos on 27.05.21.
SimpleProgressDialog() - Constructor for class eltos.simpledialogfragment.SimpleProgressDialog
 
SimpleProgressDialog.Type - Enum Class in eltos.simpledialogfragment
Enum for various progress bar types.
SimpleProgressTask<Params,Progress,Result> - Class in eltos.simpledialogfragment
An AsyncTask for use with SimpleProgressDialog Automatically reflects the task's states in the dialog.
SimpleProgressTask() - Constructor for class eltos.simpledialogfragment.SimpleProgressTask
 
SimpleTimeDialog - Class in eltos.simpledialogfragment
A time-picker dialog Created by eltos on 02.02.2017.
SimpleTimeDialog() - Constructor for class eltos.simpledialogfragment.SimpleTimeDialog
 
SINGLE_CHOICE - Static variable in class eltos.simpledialogfragment.list.CustomListDialog
 
SINGLE_CHOICE_DIRECT - Static variable in class eltos.simpledialogfragment.list.CustomListDialog
 
spinner(String) - Static method in class eltos.simpledialogfragment.form.Input
Factory method for a spinner input field.
spinner(String, int) - Static method in class eltos.simpledialogfragment.form.Input
 
spinner(String, int...) - Static method in class eltos.simpledialogfragment.form.Input
 
spinner(String, String...) - Static method in class eltos.simpledialogfragment.form.Input
 
spinner(String, ArrayList<String>) - Static method in class eltos.simpledialogfragment.form.Input
 
Spinner - Class in eltos.simpledialogfragment.form
Deprecated.
Spinner(Parcel) - Constructor for class eltos.simpledialogfragment.form.Spinner
Deprecated.
 
suggest(int) - Method in class eltos.simpledialogfragment.form.Input
Provide an array resource with suggestions to be shown while the user is typing.
suggest(int...) - Method in class eltos.simpledialogfragment.form.Input
Provide an array of suggestions to be shown while the user is typing This enables the auto-complete behaviour.
suggest(Context, int[]) - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
Provide an array of suggestions to be shown while the user is typing
suggest(String...) - Method in class eltos.simpledialogfragment.form.Input
Provide an array of suggestions to be shown while the user is typing This enables the auto-complete behaviour.
suggest(String[]) - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
Provide an array of suggestions to be shown while the user is typing
suggest(ArrayList<String>) - Method in class eltos.simpledialogfragment.form.Input
Provide an array of suggestions to be shown while the user is typing This enables the auto-complete behaviour.
SUGGESTIONS - Static variable in class eltos.simpledialogfragment.input.SimpleInputDialog
 

T

TAG - Static variable in class eltos.simpledialogfragment.color.SimpleColorDialog
 
TAG - Static variable in class eltos.simpledialogfragment.color.SimpleColorWheelDialog
 
TAG - Static variable in class eltos.simpledialogfragment.CustomViewDialog
 
TAG - Static variable in class eltos.simpledialogfragment.form.SimpleFormDialog
 
TAG - Static variable in class eltos.simpledialogfragment.input.SimpleEMailDialog
 
TAG - Static variable in class eltos.simpledialogfragment.input.SimpleInputDialog
 
TAG - Static variable in class eltos.simpledialogfragment.input.SimplePinDialog
 
TAG - Static variable in class eltos.simpledialogfragment.list.CustomListDialog
 
TAG - Static variable in class eltos.simpledialogfragment.list.SimpleListDialog
 
TAG - Static variable in class eltos.simpledialogfragment.SimpleCheckDialog
 
TAG - Static variable in class eltos.simpledialogfragment.SimpleDateDialog
 
TAG - Static variable in class eltos.simpledialogfragment.SimpleDialog
 
TAG - Static variable in class eltos.simpledialogfragment.SimpleImageDialog
 
TAG - Static variable in class eltos.simpledialogfragment.SimpleProgressDialog
 
TAG - Static variable in class eltos.simpledialogfragment.SimpleTimeDialog
 
task(SimpleProgressTask<?, ?, ?>, boolean, boolean) - Method in class eltos.simpledialogfragment.SimpleProgressDialog
Connect an AsyncTask with this dialog.
text(int) - Method in class eltos.simpledialogfragment.form.Input
Sets the initial text
text(int) - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
Sets the EditText's initial text
text(String) - Method in class eltos.simpledialogfragment.form.Input
Sets the initial text
text(String) - Method in class eltos.simpledialogfragment.input.SimpleInputDialog
Sets the EditText's initial text
TEXT - Static variable in class eltos.simpledialogfragment.input.SimpleInputDialog
 
TextInputAutoCompleteTextView - Class in eltos.simpledialogfragment.input
A special sub-class of MaterialAutoCompleteTextView designed for use as a child of TextInputLayout.
TextInputAutoCompleteTextView(Context) - Constructor for class eltos.simpledialogfragment.input.TextInputAutoCompleteTextView
 
TextInputAutoCompleteTextView(Context, AttributeSet) - Constructor for class eltos.simpledialogfragment.input.TextInputAutoCompleteTextView
 
TextInputAutoCompleteTextView(Context, AttributeSet, int) - Constructor for class eltos.simpledialogfragment.input.TextInputAutoCompleteTextView
 
theme(int) - Method in class eltos.simpledialogfragment.SimpleDialog
Set a custom theme.
theme(int) - Method in class eltos.simpledialogfragment.SimpleImageDialog
 
THEME - Static variable in class eltos.simpledialogfragment.SimpleDialog
 
time(int, int) - Method in class eltos.simpledialogfragment.form.DateTime
Sets the initial time
time(String) - Static method in class eltos.simpledialogfragment.form.DateTime
Factory method for a time field.
TIME - Enum constant in enum class eltos.simpledialogfragment.form.DateTime.Type
 
title(int) - Method in class eltos.simpledialogfragment.SimpleDialog
Sets this dialogs title
title(CharSequence) - Method in class eltos.simpledialogfragment.SimpleDialog
Sets this dialogs title
TITLE - Static variable in class eltos.simpledialogfragment.SimpleDialog
 
toggle() - Method in class eltos.simpledialogfragment.color.ColorView
 
toggleChecked(int) - Method in class eltos.simpledialogfragment.list.AdvancedAdapter
 
toString() - Method in class eltos.simpledialogfragment.list.SimpleListItem
 
type - Variable in class eltos.simpledialogfragment.form.DateTime
 
type(DateTime.Type) - Method in class eltos.simpledialogfragment.form.DateTime
Sets this fields type
type(SimpleProgressDialog.Type) - Method in class eltos.simpledialogfragment.SimpleProgressDialog
Set the progress bar type to any of SimpleProgressDialog.Type Please note that some features might not be available depending on the chosen type

U

updateAlpha(int) - Method in class eltos.simpledialogfragment.color.ColorWheelView
 
updateAlpha(int, boolean) - Method in class eltos.simpledialogfragment.color.ColorWheelView
 
updateFinished() - Method in class eltos.simpledialogfragment.SimpleProgressDialog
Set or update the progress to be finished, i.e. 100% If a task is linked to this dialog, the "cancel" button is disabled, the positive one enabled, and the dialog dismissed if autoDismiss was set
updateIndeterminate() - Method in class eltos.simpledialogfragment.SimpleProgressDialog
Set or update the progress to be indeterminate before or while the dialog is shown.
updateInfoText(String) - Method in class eltos.simpledialogfragment.SimpleProgressDialog
Set or update the info text at the end of the bar / next to the circle
updateMax(int) - Method in class eltos.simpledialogfragment.SimpleProgressDialog
Set or update the progress before or while the dialog is shown.
updatePosButton() - Method in class eltos.simpledialogfragment.list.CustomListDialog
 
updatePosButtonState() - Method in class eltos.simpledialogfragment.form.SimpleFormDialog.DialogActions
Helper to request an update of the positive button state
updateProgress(int) - Method in class eltos.simpledialogfragment.SimpleProgressDialog
Set or update the progress before or while the dialog is shown.
updateProgress(int, int) - Method in class eltos.simpledialogfragment.SimpleProgressDialog
Set or update the progress before or while the dialog is shown.
updateProgress(Boolean, Integer, Integer, Integer) - Method in class eltos.simpledialogfragment.SimpleProgressDialog
Set or update the progress before or while the dialog is shown.
updateProgressText(String) - Method in class eltos.simpledialogfragment.SimpleProgressDialog
Set or update the progress text at the start of the progress bar / in the center of the circle
updateSecondaryProgress(int) - Method in class eltos.simpledialogfragment.SimpleProgressDialog
Set or update the progress before or while the dialog is shown.

V

validate(Context) - Method in class eltos.simpledialogfragment.form.FormElementViewHolder
Method to validate input, state etc. and display an error message or indicator
validate(String, String, Bundle) - Method in interface eltos.simpledialogfragment.input.SimpleInputDialog.InputValidator
Let the hosting fragment or activity implement this interface to control when a user can proceed or to display an error message on an invalid input.
validate(String, String, String, Bundle) - Method in interface eltos.simpledialogfragment.form.SimpleFormDialog.InputValidator
Let the hosting fragment or activity implement this interface to make custom validations for Input fields.
validatePattern(Context, String) - Method in class eltos.simpledialogfragment.form.Input
 
validatePattern(String, int) - Method in class eltos.simpledialogfragment.form.Input
Validate input using the supplied regular expression pattern and display an error message if the pattern does not match.
validatePattern(String, String) - Method in class eltos.simpledialogfragment.form.Input
Validate input using the supplied regular expression pattern and display an error message if the pattern does not match.
validatePatternAlphanumeric() - Method in class eltos.simpledialogfragment.form.Input
Validate input to consist of alpha-numeric characters only.
validatePatternEmail() - Method in class eltos.simpledialogfragment.form.Input
Validate input as email address.
validatePatternLetters() - Method in class eltos.simpledialogfragment.form.Input
Validate input so that only upper- and lowercase letters are contained.
validatePatternStrongPassword() - Method in class eltos.simpledialogfragment.form.Input
Validate input as password.
valueOf(String) - Static method in enum class eltos.simpledialogfragment.color.ColorView.Style
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class eltos.simpledialogfragment.form.DateTime.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class eltos.simpledialogfragment.list.ClearableEditText.Location
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class eltos.simpledialogfragment.SimpleImageDialog.Scale
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class eltos.simpledialogfragment.SimpleProgressDialog.Type
Returns the enum constant of this class with the specified name.
values() - Static method in enum class eltos.simpledialogfragment.color.ColorView.Style
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class eltos.simpledialogfragment.form.DateTime.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class eltos.simpledialogfragment.list.ClearableEditText.Location
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class eltos.simpledialogfragment.SimpleImageDialog.Scale
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class eltos.simpledialogfragment.SimpleProgressDialog.Type
Returns an array containing the constants of this enum class, in the order they are declared.
VIEW_24_HOUR - Static variable in class eltos.simpledialogfragment.SimpleTimeDialog
 

W

wrap - Variable in class eltos.simpledialogfragment.form.Input
 
wrap() - Method in class eltos.simpledialogfragment.form.Input
Enables wrapping of lines exceeding the width of the input field.
wrap(int) - Method in class eltos.simpledialogfragment.form.Input
Enables wrapping of lines exceeding the width of the input field.
wrap(Boolean, int) - Method in class eltos.simpledialogfragment.form.Input
Configures wrapping of lines exceeding the width of the input field.
writeToParcel(Parcel, int) - Method in class eltos.simpledialogfragment.form.Check
 
writeToParcel(Parcel, int) - Method in class eltos.simpledialogfragment.form.ColorField
 
writeToParcel(Parcel, int) - Method in class eltos.simpledialogfragment.form.DateTime
 
writeToParcel(Parcel, int) - Method in class eltos.simpledialogfragment.form.FormElement
 
writeToParcel(Parcel, int) - Method in class eltos.simpledialogfragment.form.Hint
 
writeToParcel(Parcel, int) - Method in class eltos.simpledialogfragment.form.Input
 
writeToParcel(Parcel, int) - Method in class eltos.simpledialogfragment.form.Spinner
Deprecated.
 
writeToParcel(Parcel, int) - Method in class eltos.simpledialogfragment.list.SimpleListItem
 
A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values