TimeBean timeBean = clientBean.getTimeBean();
if (request.getTimeDelta() != null) {
timeBean.move(request.getTimeDelta());
}
if (request.getTimeZoom() != null) {
timeBean.zoom(request.getTimeZoom());
}
if (request.getWidthChanged() != null) {
timeBean.setWidth(request.getWidthChanged());
}
ticks.setTicks(timeBean.getTicks());