All Classes
-
All Classes Enum Summary Annotation Types Summary Class Description AfterPropsSet This can be used to annotate methods inside classes with aModelViewannotation.AutoModel Used to annotate model fields in an EpoxyController.CallbackProp A convenient replacement forModelPropwhen the prop represents a callback or listener.EpoxyAttribute Used to annotate fields on EpoxyModel classes in order to generate a subclass of that model with getters, setters, equals, and hashcode for the annotated fields.EpoxyAttribute.Option Options that can be included on the attribute to affect how the model's generated class is created.EpoxyDataBindingLayouts Used to specify a list of databinding layout resources that you want EpoxyModels generated for.EpoxyDataBindingPattern Used to specify a naming pattern for the databinding layouts that you want models generated for.EpoxyModelClass Used to annotate EpoxyModel classes in order to generate a subclass of that model with getters, setters, equals, and hashcode for the annotated fields, as well as other helper methods and boilerplate reduction.ModelProp Used in conjunction withModelViewto automatically generate EpoxyModels from custom views - https://github.com/airbnb/epoxy/wiki/Generating-Models-from-View-AnnotationsModelProp.Option ModelView An annotation on custom view classes to automatically generate an EpoxyModel for that view.ModelView.Size Use withModelView.autoLayout()to declare what layout parameters should be used to size your view when it is added to a RecyclerView.OnViewRecycled This can be used to annotate methods inside classes with aModelViewannotation.OnVisibilityChanged This can be used to annotate methods inside classes with aModelViewannotation.OnVisibilityStateChanged This can be used to annotate methods inside classes with aModelViewannotation.PackageEpoxyConfig Use this annotation on any class or interface in your package to specify default behavior for the Epoxy annotation processor for that package.PackageModelViewConfig Settings that apply to all views annotated withModelViewin this package.PackageModelViewConfig.Option Enable or Disable an option, or inherit the default.TextProp A convenient replacement forModelPropwhen the prop represents text.