Return true if this widget can currently be focused and false if not
return this.focus && (dojo.style(this.domNode, "display") != "none");