Class PageFeature
java.lang.Object
org.primefaces.component.treetable.feature.PageFeature
- All Implemented Interfaces:
TreeTableFeature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(javax.faces.context.FacesContext context, TreeTableRenderer renderer, TreeTable tt) boolean
shouldDecode
(javax.faces.context.FacesContext context, TreeTable table) boolean
shouldEncode
(javax.faces.context.FacesContext context, TreeTable table) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.primefaces.component.treetable.feature.TreeTableFeature
decode
-
Constructor Details
-
PageFeature
public PageFeature()
-
-
Method Details
-
encode
public void encode(javax.faces.context.FacesContext context, TreeTableRenderer renderer, TreeTable tt) throws IOException - Specified by:
encode
in interfaceTreeTableFeature
- Throws:
IOException
-
shouldDecode
- Specified by:
shouldDecode
in interfaceTreeTableFeature
-
shouldEncode
- Specified by:
shouldEncode
in interfaceTreeTableFeature
-