org.ajax4jsf.component
Interface AjaxDataEncoder

All Superinterfaces:
AjaxChildrenEncoder

public interface AjaxDataEncoder
extends AjaxChildrenEncoder

Interface for iterable component, allowed for render given set of rows in ajax response.

Author:
shura

Method Summary
 java.util.Set<java.lang.Object> getAjaxKeys()
           
 void setAjaxKeys(java.util.Set<java.lang.Object> ajaxKeys)
           
 
Methods inherited from interface org.ajax4jsf.component.AjaxChildrenEncoder
encodeAjaxChild
 

Method Detail

getAjaxKeys

java.util.Set<java.lang.Object> getAjaxKeys()
Returns:
Set for values of ExtendedDataModel keys, encoded in ajax response by this component.

setAjaxKeys

void setAjaxKeys(java.util.Set<java.lang.Object> ajaxKeys)


Copyright © 2010. All Rights Reserved.