data[0]: the title @author tomyeh @since 3.0.0
265266267268269270271272273
_title = (String)exec.evaluate(this, _title, String.class); if (_title == null) _title = ""; } if (exec.isAsyncUpdate(this)) getUiEngine().addResponse(new AuSetTitle(_title)); } } }