Register Operator Module
A module for registering operators. This module is composed of a header, list, and status. All composed components are created when the module is created. After than those components can replace.
- Header component is SelectUserHeaderComponent and you can set custom header component by setHeaderComponent
- List component is RegisterOperatorListComponent and you can set custom list component by setRegisterOperatorListComponent
- Status component is StatusComponent and you can set custom status component by setStatusComponent
Constructors
Link copied to clipboard
Constructor
Link copied to clipboard
open fun RegisterOperatorModule(@NonNull context: Context, @NonNull params: RegisterOperatorModule.Params)
Constructor
Types
Functions
Link copied to clipboard
open fun onCreateView(@NonNull context: Context, @NonNull inflater: LayoutInflater, @Nullable args: Bundle): View
Called after the module was created to make views to use in the Fragment or Activity.
Link copied to clipboard
Sets a custom header component.
Link copied to clipboard
open fun <T : RegisterOperatorListComponent?> setRegisterOperatorListComponent(@NonNull component: T)
Sets a custom list component.
Link copied to clipboard
Sets a custom status component.