public class FormComProtocolSocketFragment extends FormProtocolFragment
Fragment subclass.
Activities that contain this fragment must implement the
FormComProtocolSocketFragment.OnFragmentInteractionListener interface
to handle interaction events.
Use the newInstance(com.iotize.android.applibrary.ui.protocol.form.FormComProtocolSocketFragment.BindingAdapter) factory method to
create an instance of this fragment.| Modifier and Type | Class and Description |
|---|---|
static class |
FormComProtocolSocketFragment.BindingAdapter |
static interface |
FormComProtocolSocketFragment.OnFragmentInteractionListener
This interface must be implemented by activities that contain this
fragment to allow an interaction in this fragment to be communicated
to the activity and potentially other fragments contained in that
activity.
|
| Constructor and Description |
|---|
FormComProtocolSocketFragment() |
| Modifier and Type | Method and Description |
|---|---|
FormComProtocolSocketFragment.BindingAdapter |
getData() |
static FormComProtocolSocketFragment |
newInstance() |
static FormComProtocolSocketFragment |
newInstance(FormComProtocolSocketFragment.BindingAdapter model)
Use this factory method to create a new instance of
this fragment using the provided parameters.
|
void |
onAttach(android.content.Context context) |
void |
onCreate(android.os.Bundle savedInstanceState) |
android.view.View |
onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState) |
void |
onDetach() |
dump, equals, getActivity, getAllowEnterTransitionOverlap, getAllowReturnTransitionOverlap, getArguments, getChildFragmentManager, getContext, getEnterTransition, getExitTransition, getFragmentManager, getHost, getId, getLayoutInflater, getLayoutInflater, getLifecycle, getLoaderManager, getParentFragment, getReenterTransition, getResources, getRetainInstance, getReturnTransition, getSharedElementEnterTransition, getSharedElementReturnTransition, getString, getString, getTag, getTargetFragment, getTargetRequestCode, getText, getUserVisibleHint, getView, getViewModelStore, hashCode, hasOptionsMenu, instantiate, instantiate, isAdded, isDetached, isHidden, isInLayout, isMenuVisible, isRemoving, isResumed, isStateSaved, isVisible, onActivityCreated, onActivityResult, onAttach, onAttachFragment, onConfigurationChanged, onContextItemSelected, onCreateAnimation, onCreateAnimator, onCreateContextMenu, onCreateOptionsMenu, onDestroy, onDestroyOptionsMenu, onDestroyView, onGetLayoutInflater, onHiddenChanged, onInflate, onInflate, onLowMemory, onMultiWindowModeChanged, onOptionsItemSelected, onOptionsMenuClosed, onPause, onPictureInPictureModeChanged, onPrepareOptionsMenu, onRequestPermissionsResult, onResume, onSaveInstanceState, onStart, onStop, onViewCreated, onViewStateRestored, postponeEnterTransition, registerForContextMenu, requestPermissions, requireActivity, requireContext, requireFragmentManager, requireHost, setAllowEnterTransitionOverlap, setAllowReturnTransitionOverlap, setArguments, setEnterSharedElementCallback, setEnterTransition, setExitSharedElementCallback, setExitTransition, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setReenterTransition, setRetainInstance, setReturnTransition, setSharedElementEnterTransition, setSharedElementReturnTransition, setTargetFragment, setUserVisibleHint, shouldShowRequestPermissionRationale, startActivity, startActivity, startActivityForResult, startActivityForResult, startIntentSenderForResult, startPostponedEnterTransition, toString, unregisterForContextMenupublic static FormComProtocolSocketFragment newInstance(FormComProtocolSocketFragment.BindingAdapter model)
model - Parameter model.public static FormComProtocolSocketFragment newInstance()
public void onCreate(android.os.Bundle savedInstanceState)
onCreate in class android.support.v4.app.Fragmentpublic android.view.View onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState)
onCreateView in class android.support.v4.app.Fragmentpublic void onAttach(android.content.Context context)
onAttach in class android.support.v4.app.Fragmentpublic void onDetach()
onDetach in class android.support.v4.app.Fragmentpublic FormComProtocolSocketFragment.BindingAdapter getData()
getData in class FormProtocolFragment