Package io.lenra.app.components
Class TextField
java.lang.Object
io.lenra.app.components.TextField
- All Implemented Interfaces:
LenraComponent,ViewResponse
-
Constructor Summary
ConstructorsConstructorDescriptionTextField(String value, Boolean autocorrect, List<Items> autofillHints, Boolean autofocus, Listener buildCounter, TextFieldStyle style, DragStartBehavior dragStartBehavior, Boolean enabled, Boolean enableInteractiveSelection, Boolean expands, TextInputType keyboardType, Integer maxLength, MaxLengthEnforcement maxLengthEnforcement, Integer maxLines, Integer minLines, Boolean obscureText, Listener onAppPrivateCommand, Listener onChanged, Listener onEditingComplete, Listener onSubmitted, Listener onTap, Boolean readOnly, Boolean showCursor, TextCapitalization textCapitalization, TextDirection textDirection, TextInputAction textInputAction, ToolbarOptions toolbarOptions, String name) -
Method Summary
Modifier and TypeMethodDescriptionautocorrect(Boolean autocorrect) autofillHints(List<Items> autofillHints) buildCounter(Listener buildCounter) dragStartBehavior(DragStartBehavior dragStartBehavior) enableInteractiveSelection(Boolean enableInteractiveSelection) keyboardType(TextInputType keyboardType) maxLengthEnforcement(MaxLengthEnforcement maxLengthEnforcement) obscureText(Boolean obscureText) onAppPrivateCommand(Listener onAppPrivateCommand) onEditingComplete(Listener onEditingComplete) onSubmitted(Listener onSubmitted) showCursor(Boolean showCursor) style(TextFieldStyle style) textCapitalization(TextCapitalization textCapitalization) textDirection(TextDirection textDirection) textInputAction(TextInputAction textInputAction) toolbarOptions(ToolbarOptions toolbarOptions)
-
Constructor Details
-
TextField
public TextField() -
TextField
-
TextField
public TextField(String value, Boolean autocorrect, List<Items> autofillHints, Boolean autofocus, Listener buildCounter, TextFieldStyle style, DragStartBehavior dragStartBehavior, Boolean enabled, Boolean enableInteractiveSelection, Boolean expands, TextInputType keyboardType, Integer maxLength, MaxLengthEnforcement maxLengthEnforcement, Integer maxLines, Integer minLines, Boolean obscureText, Listener onAppPrivateCommand, Listener onChanged, Listener onEditingComplete, Listener onSubmitted, Listener onTap, Boolean readOnly, Boolean showCursor, TextCapitalization textCapitalization, TextDirection textDirection, TextInputAction textInputAction, ToolbarOptions toolbarOptions, String name)
-
-
Method Details
-
value
-
autocorrect
-
autofillHints
-
autofocus
-
buildCounter
-
style
-
dragStartBehavior
-
enabled
-
enableInteractiveSelection
-
expands
-
keyboardType
-
maxLength
-
maxLengthEnforcement
-
maxLines
-
minLines
-
obscureText
-
onAppPrivateCommand
-
onChanged
-
onEditingComplete
-
onSubmitted
-
onTap
-
readOnly
-
showCursor
-
textCapitalization
-
textDirection
-
textInputAction
-
toolbarOptions
-
name
-