Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated first example, fixed import

...

Code Block
languagejava
titlePage or component class (partial)
@Inject
private RequestAjaxResponseRenderer requestajaxResponseRenderer;

@InjectComponent
private Zone timeArea;
...
void onUpdateTime()
{
    ajaxResponseRenderer.addRender(timeArea);
} 

...