Class RowEditFeature
java.lang.Object
org.primefaces.component.datatable.feature.RowEditFeature
- All Implemented Interfaces:
DataTableFeature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(javax.faces.context.FacesContext context, DataTableRenderer renderer, DataTable table) boolean
shouldDecode
(javax.faces.context.FacesContext context, DataTable table) boolean
shouldEncode
(javax.faces.context.FacesContext context, DataTable 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.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:
encode
in interfaceDataTableFeature
- Throws:
IOException
-
shouldDecode
- Specified by:
shouldDecode
in interfaceDataTableFeature
-
shouldEncode
- Specified by:
shouldEncode
in interfaceDataTableFeature
-