com.ibm.xsp.component
Interface FacesNestedDataTable

All Known Implementing Classes:
UIViewPanel, XspViewPanel

public interface FacesNestedDataTable

Unit: NestedDataTableComponent.java


Method Summary
 java.lang.String getOuterTableClientId(javax.faces.context.FacesContext context)
          This method is provide mainly for the ajax functionality, where some components, namely the viewPanel can potentially have the clientId applied to the inner table (the dataTable) where the ajax request is interested in replacing the whole Table, not just the inner data table.
 

Method Detail

getOuterTableClientId

java.lang.String getOuterTableClientId(javax.faces.context.FacesContext context)
This method is provide mainly for the ajax functionality, where some components, namely the viewPanel can potentially have the clientId applied to the inner table (the dataTable) where the ajax request is interested in replacing the whole Table, not just the inner data table. So we need something other than the clientId.