Class FragmentDeckEditorBinding
- java.lang.Object
-
- edu.cnm.deepdive.cardcombat.databinding.FragmentDeckEditorBinding
-
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class FragmentDeckEditorBinding extends Object implements androidx.viewbinding.ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description Button
generateCodeButton
androidx.constraintlayout.widget.Guideline
guideline
Button
navToMainButton
Button
saveDeckButton
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FragmentDeckEditorBinding
bind(View rootView)
androidx.constraintlayout.widget.ConstraintLayout
getRoot()
static FragmentDeckEditorBinding
inflate(LayoutInflater inflater)
static FragmentDeckEditorBinding
inflate(LayoutInflater inflater, ViewGroup parent, boolean attachToParent)
-
-
-
Method Detail
-
getRoot
@NonNull public androidx.constraintlayout.widget.ConstraintLayout getRoot()
- Specified by:
getRoot
in interfaceandroidx.viewbinding.ViewBinding
-
inflate
@NonNull public static FragmentDeckEditorBinding inflate(@NonNull LayoutInflater inflater)
-
inflate
@NonNull public static FragmentDeckEditorBinding inflate(@NonNull LayoutInflater inflater, @Nullable ViewGroup parent, boolean attachToParent)
-
bind
@NonNull public static FragmentDeckEditorBinding bind(@NonNull View rootView)
-
-