|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.content.Context
android.content.ContextWrapper
android.view.ContextThemeWrapper
android.app.Activity
de.unikassel.android.sdcframework.app.scheduler.SDCFSchedulerEditEntryActivity
public final class SDCFSchedulerEditEntryActivity
Activity to create a new scheduler entry.
Nested Class Summary | |
---|---|
class |
SDCFSchedulerEditEntryActivity.EnumSpinnerAdapter<T extends Enum<T>>
Inner class to implement an enumeration spinner adapter. |
Field Summary | |
---|---|
static String |
ACTION
The intent extra key for the action. |
private Spinner |
actionSpinner
The action selection element. |
static String |
TIME
The intent extra key for the time. |
private TimePicker |
timePicker
The time picker element. |
static String |
WEEKDAY
The intent extra key for the weekday. |
private Spinner |
weekdaySpinner
The week day selection element. |
Fields inherited from class android.app.Activity |
---|
DEFAULT_KEYS_DIALER, DEFAULT_KEYS_DISABLE, DEFAULT_KEYS_SEARCH_GLOBAL, DEFAULT_KEYS_SEARCH_LOCAL, DEFAULT_KEYS_SHORTCUT, FOCUSED_STATE_SET, RESULT_CANCELED, RESULT_FIRST_USER, RESULT_OK |
Constructor Summary | |
---|---|
SDCFSchedulerEditEntryActivity()
Constructor |
Method Summary | |
---|---|
protected void |
onCreate(Bundle savedInstanceState)
|
private void |
onSave()
Save handler. |
Methods inherited from class android.view.ContextThemeWrapper |
---|
attachBaseContext, getTheme, setTheme |
Methods inherited from class android.content.Context |
---|
getString, getString, getText, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String WEEKDAY
public static final String ACTION
public static final String TIME
private Spinner weekdaySpinner
private Spinner actionSpinner
private TimePicker timePicker
Constructor Detail |
---|
public SDCFSchedulerEditEntryActivity()
Method Detail |
---|
protected void onCreate(Bundle savedInstanceState)
onCreate
in class Activity
private void onSave()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |