|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property.IntegerProperty | |
---|---|
com.todoroo.andlib.data | Todoroo Library classes for the data layer: accessing data from a database or
ContentResolver |
com.todoroo.astrid.data | Astrid data model classes and ContentResolver data access objects |
Uses of Property.IntegerProperty in com.todoroo.andlib.data |
---|
Subclasses of Property.IntegerProperty in com.todoroo.andlib.data | |
---|---|
static class |
Property.CountProperty
Counting in aggregated tables. |
static class |
Property.IntegerFunctionProperty
Runs a SQL function and returns the result as a string |
Fields in com.todoroo.andlib.data declared as Property.IntegerProperty | |
---|---|
static Property.IntegerProperty |
AbstractModel.ID_PROPERTY
id field common to all models |
Methods in com.todoroo.andlib.data with parameters of type Property.IntegerProperty | |
---|---|
boolean |
AbstractModel.getFlag(Property.IntegerProperty property,
int flag)
Returns the set state of the given flag on the given property |
void |
AbstractModel.setFlag(Property.IntegerProperty property,
int flag,
boolean value)
Sets the state of the given flag on the given property |
Uses of Property.IntegerProperty in com.todoroo.astrid.data |
---|
Fields in com.todoroo.astrid.data declared as Property.IntegerProperty | |
---|---|
static Property.IntegerProperty |
Task.COMMENT_COUNT
Comment Count |
static Property.IntegerProperty |
Task.ELAPSED_SECONDS
|
static Property.IntegerProperty |
Task.ESTIMATED_SECONDS
|
static Property.IntegerProperty |
TagData.FLAGS
Flags |
static Property.IntegerProperty |
Task.FLAGS
|
static Property.IntegerProperty |
Task.IMPORTANCE
Importance of Task (see importance flags) |
static Property.IntegerProperty |
TagData.IS_TEAM
Whether user is part of Tag team |
static Property.IntegerProperty |
TagData.IS_UNREAD
Whether Tag has unread activity |
static Property.IntegerProperty |
TagData.MEMBER_COUNT
Tag member count |
static Property.IntegerProperty |
Task.POSTPONE_COUNT
|
static Property.IntegerProperty |
Task.REMINDER_FLAGS
Flags for when to send reminders |
static Property.IntegerProperty |
TagData.TASK_COUNT
Task count |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |