Sofia API Reference

  • Package Index
  • Class Index
  • Packages
  • sofia.app
  • sofia.content
  • sofia.data
  • sofia.graphics
  • sofia.util
  • sofia.view
  • sofia.widget
    • Classes
    • AutoCompleteTextView
    • DecoratingAdapter
    • ListView
    • Spinner
    • Annotations
    • ProvidesSubtitle
    • ProvidesTitle

public abstract @interface
ProvidesSubtitle

implements Annotation

Inheritance

  • sofia.widget.ProvidesSubtitle

Class Overview

Indicates which method should be called on an object to provide its subtitle in a ListView, Spinner, or some other widget that uses decoration to render arbitrary objects.

If a widget tries to render an object that does not have any methods marked with this annotation, then the object will not have a subtitle.


Summary

Methods inherited from interface java.lang.annotation.Annotation
abstract Class<? extends Annotation> annotationType()
abstract boolean equals(Object arg0)
abstract int hashCode()
abstract String toString()