()
| 2914 | |
| 2915 | /// {@inheritDoc} |
| 2916 | @Override |
| 2917 | public final Form getComponentForm() { |
| 2918 | if (getParent() != null) { |
| 2919 | return super.getComponentForm(); |
| 2920 | } |
| 2921 | return this; |
| 2922 | } |
| 2923 | |
| 2924 | /// Invoked by display to hide the menu during transition |
| 2925 | /// |