canRenderProperty(RenderContext rc, ServerComponentUpdate update) Determines if this partial update participant is capable of performing
its specific task.
Parameters: rc - the relevant RenderContext Parameters: update - the ServerComponentUpdate to be processed.
Determines if this partial update participant is capable of performing
its specific task.
Parameters: rc - the relevant RenderContext Parameters: update - the ServerComponentUpdate to be processed. true if the participant is capable of performing the task
Renders an update to the client to perform the partial update.
Parameters: rc - the relevant RenderContext Parameters: update - the ServerComponentUpdate to be processed