static A selectAllOnFocus(final A tc) { if (tc != null) onFocus(tc, r { tc.selectAll() }); ret tc; }