Class RowEditFeature
java.lang.Object
org.primefaces.component.datatable.feature.RowEditFeature
- All Implemented Interfaces:
DataTableFeature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencode(javax.faces.context.FacesContext context, DataTableRenderer renderer, DataTable table) booleanshouldDecode(javax.faces.context.FacesContext context, DataTable table) booleanshouldEncode(javax.faces.context.FacesContext context, DataTable 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.datatable.feature.DataTableFeature
decode
-
Constructor Details
-
RowEditFeature
public RowEditFeature()
-
-
Method Details
-
encode
public void encode(javax.faces.context.FacesContext context, DataTableRenderer renderer, DataTable table) throws IOException - Specified by:
encodein interfaceDataTableFeature- Throws:
IOException
-
shouldDecode
- Specified by:
shouldDecodein interfaceDataTableFeature
-
shouldEncode
- Specified by:
shouldEncodein interfaceDataTableFeature
-