teamdev.jsf.component.datatable
Interface DynamicColumn

All Known Implementing Classes:
DynamicTableColumn

public interface DynamicColumn

This interface is only for internal usage from within the QuipuKit library. It shouldn't be used explicitly by any application code.


Method Summary
 void declareContextVariables(FacesContext context)
           
 java.util.List getChildrenForProcessing()
           
 java.util.Map getFacetsForProcessing()
           
 void undeclareContextVariables(FacesContext context)
           
 

Method Detail

declareContextVariables

void declareContextVariables(FacesContext context)

undeclareContextVariables

void undeclareContextVariables(FacesContext context)

getFacetsForProcessing

java.util.Map getFacetsForProcessing()

getChildrenForProcessing

java.util.List getChildrenForProcessing()


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.