I am extending Component and need to override the onResize method, that was present in the old BoxComponent. I cant seem to find it in the new mergede Component. Is there a new way to do this in 4.0?
Thanks! I extended afterComponentLayout, and it worked pefectly... I have read somewhere that extending these methods is the best practice, so that is what i did :-)