Class ResizableColumnsFeature
- java.lang.Object
-
- org.primefaces.component.treetable.feature.ResizableColumnsFeature
-
- All Implemented Interfaces:
TreeTableFeature
public class ResizableColumnsFeature extends Object implements TreeTableFeature
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
decode(javax.faces.context.FacesContext context, TreeTable table)
void
encode(javax.faces.context.FacesContext context, TreeTableRenderer renderer, TreeTable table)
static ResizableColumnsFeature
getInstance()
boolean
shouldDecode(javax.faces.context.FacesContext context, TreeTable table)
boolean
shouldEncode(javax.faces.context.FacesContext context, TreeTable table)
-
-
-
Method Detail
-
getInstance
public static ResizableColumnsFeature getInstance()
-
decode
public void decode(javax.faces.context.FacesContext context, TreeTable table)
- Specified by:
decode
in interfaceTreeTableFeature
-
encode
public void encode(javax.faces.context.FacesContext context, TreeTableRenderer renderer, TreeTable table) throws IOException
- Specified by:
encode
in interfaceTreeTableFeature
- Throws:
IOException
-
shouldDecode
public boolean shouldDecode(javax.faces.context.FacesContext context, TreeTable table)
- Specified by:
shouldDecode
in interfaceTreeTableFeature
-
shouldEncode
public boolean shouldEncode(javax.faces.context.FacesContext context, TreeTable table)
- Specified by:
shouldEncode
in interfaceTreeTableFeature
-
-