public class FormFillActivity
extends Activity
implements com.qoppa.viewer.dialogs.DateTimePickerDialog.OnDateTimeChangedListener
Modifier and Type | Field and Description |
---|---|
static PDFDocument |
CURRENT_DOC |
Constructor and Description |
---|
FormFillActivity() |
Modifier and Type | Method and Description |
---|---|
void |
onBackPressed() |
void |
onConfigurationChanged(Configuration newConfig) |
void |
onCreate(Bundle savedInstanceState) |
boolean |
onCreateOptionsMenu(Menu menu) |
void |
onDateSet(DatePicker view,
int year,
int monthOfYear,
int dayOfMonth) |
void |
onDateTimeChanged(int year,
int monthOfYear,
int dayOfMonth,
int hour,
int minute) |
void |
onDismiss(DialogInterface dialog) |
boolean |
onDown(MotionEvent e) |
boolean |
onFling(MotionEvent e1,
MotionEvent e2,
float velocityX,
float velocityY) |
void |
onItemClick(<any> parent,
View view,
int position,
long id) |
void |
onItemSelected(<any> parent,
View view,
int position,
long id) |
boolean |
onKey(View v,
int keyCode,
KeyEvent event) |
void |
onLongPress(MotionEvent e) |
void |
onNothingSelected(<any> parent) |
boolean |
onOptionsItemSelected(MenuItem item) |
void |
onPostCreate(Bundle savedInstanceState) |
boolean |
onScroll(MotionEvent e1,
MotionEvent e2,
float distanceX,
float distanceY) |
void |
onShowPress(MotionEvent e) |
boolean |
onSingleTapUp(MotionEvent e) |
void |
onTimeSet(TimePicker view,
int hourOfDay,
int minute) |
boolean |
onTouch(View v,
MotionEvent event) |
void |
updatePageNumber()
Update the selected page number to match that of the page that is currently visible.
|
public static PDFDocument CURRENT_DOC
public void onCreate(Bundle savedInstanceState)
public void onBackPressed()
public boolean onKey(View v, int keyCode, KeyEvent event)
public void onDateSet(DatePicker view, int year, int monthOfYear, int dayOfMonth)
public void onDateTimeChanged(int year, int monthOfYear, int dayOfMonth, int hour, int minute)
onDateTimeChanged
in interface com.qoppa.viewer.dialogs.DateTimePickerDialog.OnDateTimeChangedListener
public void onTimeSet(TimePicker view, int hourOfDay, int minute)
public boolean onTouch(View v, MotionEvent event)
public boolean onSingleTapUp(MotionEvent e)
public void onDismiss(DialogInterface dialog)
public boolean onDown(MotionEvent e)
public void onShowPress(MotionEvent e)
public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY)
public void onLongPress(MotionEvent e)
public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY)
public void updatePageNumber()
public void onItemClick(<any> parent, View view, int position, long id)
public void onConfigurationChanged(Configuration newConfig)
public boolean onCreateOptionsMenu(Menu menu)
public boolean onOptionsItemSelected(MenuItem item)
public void onPostCreate(Bundle savedInstanceState)
public void onItemSelected(<any> parent, View view, int position, long id)
public void onNothingSelected(<any> parent)