public class GeneralPurposeExporter extends Object implements CellExporter
String
.Constructor and Description |
---|
GeneralPurposeExporter() |
Modifier and Type | Method and Description |
---|---|
void |
exportCell(org.apache.wicket.markup.parser.XmlTag tag,
org.apache.wicket.markup.parser.XmlPullParser parser,
org.apache.poi.ss.usermodel.Cell cell,
org.apache.wicket.Component gridComponent) |
protected org.apache.wicket.Component |
getLinkInnerComponent(org.apache.wicket.markup.html.link.Link<?> link) |
protected void |
handleCalendar(org.apache.poi.ss.usermodel.Cell cell,
Calendar calendar) |
protected void |
handleDate(org.apache.poi.ss.usermodel.Cell cell,
Date date) |
protected void |
handleNumber(org.apache.poi.ss.usermodel.Cell cell,
Number number) |
public void exportCell(org.apache.wicket.markup.parser.XmlTag tag, org.apache.wicket.markup.parser.XmlPullParser parser, org.apache.poi.ss.usermodel.Cell cell, org.apache.wicket.Component gridComponent) throws ParseException
exportCell
in interface CellExporter
tag
- parser
- the XmlPullParser
in use, can be useful to parse nested elementscell
- the target cell, where the value needs to be setgridComponent
- the table components being parsedParseException
protected void handleNumber(org.apache.poi.ss.usermodel.Cell cell, Number number)
protected void handleCalendar(org.apache.poi.ss.usermodel.Cell cell, Calendar calendar)
protected void handleDate(org.apache.poi.ss.usermodel.Cell cell, Date date)
protected org.apache.wicket.Component getLinkInnerComponent(org.apache.wicket.markup.html.link.Link<?> link)
Copyright © 2015. All rights reserved.