Interface TreeTableFeature
- All Known Implementing Classes:
CellEditFeature,CollapseFeature,ExpandFeature,FilterFeature,PageFeature,ResizableColumnsFeature,RowEditFeature,SelectionFeature,SortFeature
public interface TreeTableFeature
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voidencode(javax.faces.context.FacesContext context, TreeTableRenderer renderer, TreeTable table) booleanshouldDecode(javax.faces.context.FacesContext context, TreeTable table) booleanshouldEncode(javax.faces.context.FacesContext context, TreeTable table)
-
Method Details
-
shouldDecode
-
shouldEncode
-
decode
-
encode
default void encode(javax.faces.context.FacesContext context, TreeTableRenderer renderer, TreeTable table) throws IOException - Throws:
IOException
-