Login Register

How to make MenuItem non-focusable?

Hi,
I'm wondering how I could make a MenuItem non-focusable. I don't need the onclick either, I just want to use it as title element for the following MenuItems.
There is a method isFocusable() in MenuItem, but there does not seem to be a corresponding property that I could set.
Thanks a lot for any tip!