IPageableComponent<E> component = findPageableComponent();
component.nextPage();
target.addComponent(component.getUpdatableComponent());
if(component instanceof IPageableNavigationListener) {
IPageableNavigationListener listener = (IPageableNavigationListener)component;
listener.onNextPage(target);
}
}
@Override
public boolean isEnabled() {