focus method

void focus()

Implementation

void focus(){
  isFocused = true;
  onFocus(this);
}