super(context, subMenu);
getWrappedObject().clearHeader();
return getMenuItemWrapper(getWrappedObject().getItem());
return (SupportSubMenu) mWrappedObject;
getWrappedObject().setHeaderIcon(iconRes); return this;
getWrappedObject().setHeaderIcon(icon); return this;
getWrappedObject().setHeaderTitle(titleRes); return this;
getWrappedObject().setHeaderTitle(title); return this;
getWrappedObject().setHeaderView(view); return this;
getWrappedObject().setIcon(icon); return this;
getWrappedObject().setIcon(iconRes); return this;