java.lang.Object |
↳ |
AppCompatCheckBox |
|
↳ |
com.pdftron.pdf.widget.InertCheckBox |
Class Overview
Checkbox widget that does not react to any user event in order to
let the container handle them instead.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
InertCheckBox
(Context context)
public
InertCheckBox
(Context context, AttributeSet attrs)
public
InertCheckBox
(Context context, AttributeSet attrs, int defStyle)
Public Methods
public
boolean
onKeyDown
(int keyCode, KeyEvent event)
public
boolean
onKeyLongPress
(int keyCode, KeyEvent event)
public
boolean
onKeyMultiple
(int keyCode, int repeatCount, KeyEvent event)
public
boolean
onKeyPreIme
(int keyCode, KeyEvent event)
public
boolean
onKeyShortcut
(int keyCode, KeyEvent event)
public
boolean
onKeyUp
(int keyCode, KeyEvent event)
public
boolean
onTouchEvent
(MotionEvent event)
public
boolean
onTrackballEvent
(MotionEvent event)