Fixed GWT build, Animated aren't deprecated anymore
- Fixed the pooled classes (
PieMenuHighlightChangeEvent
andPieMenuHoverChangeEvent
) not working on the GWT platform. - The
Animated
classes aren't classified as deprecated anymore. It was confusing at best. - Micro-optimization for the
layout()
function. - Minor JavaDoc tweaks.
- Non-breaking refactor of the
Animated
classes (extracted interfaces to reduce code duplication).
Also, I updated the WebDemo to use v4.3.0
and tweaked some settings to make it much cleaner.