Package eltos.simpledialogfragment.form
Klasse SimpleFormDialog.FocusActions
java.lang.Object
eltos.simpledialogfragment.form.SimpleFormDialog.FocusActions
- Bekannte direkte Unterklassen:
SimpleFormDialog.DialogActions
- Umschließende Klasse:
SimpleFormDialog
A Callback Class with useful methods used by
FormElementViewHolder.focus(eltos.simpledialogfragment.form.SimpleFormDialog.FocusActions)
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Helper to clear the current focusvoid
Helper to hide the soft keyboardvoid
showKeyboard
(android.view.View view) Helper for opening the soft keyboard on a specified view
-
Konstruktordetails
-
FocusActions
public FocusActions()
-
-
Methodendetails
-
hideKeyboard
public void hideKeyboard()Helper to hide the soft keyboard -
showKeyboard
public void showKeyboard(android.view.View view) Helper for opening the soft keyboard on a specified view- Parameter:
view
- the view to be focused and receive keyboard input
-
clearCurrentFocus
public void clearCurrentFocus()Helper to clear the current focus
-