[API change getFocus() in isFocused()
This commit is contained in:
parent
fc43bfa599
commit
9ee9354568
@ -256,7 +256,7 @@ public class Widget extends EwolObject {
|
||||
* get the focus state of the widget
|
||||
* @return focus state
|
||||
*/
|
||||
public boolean getFocus() {
|
||||
public boolean isFocused() {
|
||||
return this.hasFocus;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user