Uses of Class
com.todoroo.andlib.data.Property.StringProperty

Packages that use Property.StringProperty
com.todoroo.andlib.data Todoroo Library classes for the data layer: accessing data from a database or ContentResolver 
com.todoroo.andlib.sql Fork of sql-dsl 
com.todoroo.astrid.data Astrid data model classes and ContentResolver data access objects 
 

Uses of Property.StringProperty in com.todoroo.andlib.data
 

Subclasses of Property.StringProperty in com.todoroo.andlib.data
static class Property.StringFunctionProperty
          Runs a SQL function and returns the result as a string
 

Uses of Property.StringProperty in com.todoroo.andlib.sql
 

Methods in com.todoroo.andlib.sql with parameters of type Property.StringProperty
static Field Functions.length(Property.StringProperty field)
           
 

Uses of Property.StringProperty in com.todoroo.astrid.data
 

Fields in com.todoroo.astrid.data declared as Property.StringProperty
static Property.StringProperty Update.ACTION
          Action text
static Property.StringProperty Update.ACTION_CODE
          Action code
static Property.StringProperty Task.CALENDAR_URI
           
static Property.StringProperty Task.DETAILS
          Cached Details Column - built from add-on detail exposers.
static Property.StringProperty User.EMAIL
          User Email
static Property.StringProperty StoreObject.ITEM
          Store Item Key
static Property.StringProperty Metadata.KEY
          Metadata Key
static Property.StringProperty User.LAST_ACTIVITY
          User last activity string
static Property.StringProperty TagData.MEMBERS
          Tag team array (JSON)
static Property.StringProperty Update.MESSAGE
          Message
static Property.StringProperty TagData.NAME
          Name of Tag
static Property.StringProperty User.NAME
          User Name
static Property.StringProperty Task.NOTES
           
static Property.StringProperty TagData.PICTURE
          Project picture
static Property.StringProperty Update.PICTURE
          From User Object (JSON)
static Property.StringProperty User.PICTURE
          User picture
static Property.StringProperty Task.RECURRENCE
           
static Property.StringProperty Task.SHARED_WITH
           
static Property.StringProperty Update.TAGS
          Associated Tag remote-ids (comma separated list with leading and trailing commas)
static Property.StringProperty Update.TARGET_NAME
          Target Object Name
static Property.StringProperty TagData.THUMB
          Project picture thumbnail
static Property.StringProperty User.THUMB
          User picture thumbnail
static Property.StringProperty Task.TITLE
          Name of Task
static Property.StringProperty StoreObject.TYPE
          Store Type Key
static Property.StringProperty TagData.USER
          User Object (JSON)
static Property.StringProperty Task.USER
          User Object (JSON)
static Property.StringProperty Update.USER
          From User Object (JSON)
static Property.StringProperty RemoteModel.USER_JSON_PROPERTY
          user json property
static Property.StringProperty Metadata.VALUE1
          Metadata Text Value Column 1
static Property.StringProperty StoreObject.VALUE1
          Store Value Column 1
static Property.StringProperty Metadata.VALUE2
          Metadata Text Value Column 2
static Property.StringProperty StoreObject.VALUE2
          Store Value Column 2
static Property.StringProperty Metadata.VALUE3
          Metadata Text Value Column 3
static Property.StringProperty StoreObject.VALUE3
          Store Value Column 3
static Property.StringProperty Metadata.VALUE4
          Metadata Text Value Column 4
static Property.StringProperty StoreObject.VALUE4
          Store Value Column 4
static Property.StringProperty Metadata.VALUE5
          Metadata Text Value Column 5
static Property.StringProperty StoreObject.VALUE5
          Store Value Column 5