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