ExtractButtonpublic class ExtractButton extends android.widget.Button Specialization of {@link Button} that ignores the window not being focused. |
Methods Summary |
---|
public boolean | hasWindowFocus()Pretend like the window this view is in always has focus, so it will
highlight when selected.
return this.isEnabled() ? true : false;
|
|