Uses of Class
org.eclnt.jsfserver.elements.impl.FIXGRIDBinding
Packages that use FIXGRIDBinding
Package
Description
-
Uses of FIXGRIDBinding in org.eclnt.jsfserver.defaultscreens
Subclasses of FIXGRIDBinding in org.eclnt.jsfserver.defaultscreensModifier and TypeClassDescriptionclassclassFields in org.eclnt.jsfserver.defaultscreens declared as FIXGRIDBindingMethods in org.eclnt.jsfserver.defaultscreens with parameters of type FIXGRIDBindingModifier and TypeMethodDescriptionvoidGridDetails.prepare(FIXGRIDBinding grid, GridDetails.IGridDetailsListener listener, boolean cellFunctionsAvailable, String pageName) You may use this class on your own and pass an own jsp page into the page bean.voidGridDetails.DefaultGridDetailExtension.processColumnSequenceApply(GridDetails gridDetails, FIXGRIDBinding grid) voidGridDetails.IGridDetailExtension.processColumnSequenceApply(GridDetails gridDetails, FIXGRIDBinding grid) voidGridDetails.DefaultGridDetailExtension.processColumnSequenceBackToDefault(GridDetails gridDetails, FIXGRIDBinding grid) voidGridDetails.IGridDetailExtension.processColumnSequenceBackToDefault(GridDetails gridDetails, FIXGRIDBinding grid) voidGridDetails.DefaultGridDetailExtension.processColumnSequenceRevertChanges(GridDetails gridDetails, FIXGRIDBinding grid) voidGridDetails.IGridDetailExtension.processColumnSequenceRevertChanges(GridDetails gridDetails, FIXGRIDBinding grid) -
Uses of FIXGRIDBinding in org.eclnt.jsfserver.elements.adapter
Methods in org.eclnt.jsfserver.elements.adapter that return FIXGRIDBinding -
Uses of FIXGRIDBinding in org.eclnt.jsfserver.elements.impl
Subclasses of FIXGRIDBinding in org.eclnt.jsfserver.elements.implModifier and TypeClassDescriptionclassARRAYGRIDListBinding<T extends ARRAYGRIDItem>Counter part of ARRAGRID component.classFIXGRIDListBinding<ItemClass extends FIXGRIDItem>Binding class for FIXGRID component.classFIXGRIDTreeBinding<ItemClass extends FIXGRIDTreeItem>Binding class for FIXGRID component when being used as tree.classSPANGRIDListBinding<ITEMCLASS extends SPANGRIDItem>Fields in org.eclnt.jsfserver.elements.impl declared as FIXGRIDBindingMethods in org.eclnt.jsfserver.elements.impl that return FIXGRIDBindingMethods in org.eclnt.jsfserver.elements.impl with parameters of type FIXGRIDBindingModifier and TypeMethodDescriptionvoidFIXGRIDBinding.connectWithBinding(FIXGRIDBinding binding) IFIXGRIDCsvExporter.exportGrid(FIXGRIDBinding fixgrid, boolean selectedItemsOnly) Creation of csv document.byte[]IFIXGRIDSpreadSheetExporter.exportGrid(FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<FIXGRIDBinding.FormattedValue>> data, boolean selctedItemsOnly) Creation of pdf document.IFIXGRIDXmlExporter.exportGrid(FIXGRIDBinding fixgrid, boolean selectedItemsOnly) Creation of csv document.IFIXGRIDHtmlExporter.exportGridToHtml(FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<String>> data, boolean selctedItemsOnly) byte[]IFIXGRIDPdfExporter.exportGridToPdf(FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<String>> data, boolean selctedItemsOnly) Creation of pdf document.FIXGRIDPersistenceMgr.readPersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId) IFIXGRIDPersistence2.readPersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId) FIXGRIDPersistenceMgr.removePersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId) static voidFIXGRIDPersistenceMgr.updatePersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId, IFIXGRIDPersistence.PersistentInfo persistentInfo) voidIFIXGRIDPersistence2.updatePersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId, IFIXGRIDPersistence.PersistentInfo persistentInfo) -
Uses of FIXGRIDBinding in org.eclnt.jsfserver.elements.util
Subclasses of FIXGRIDBinding in org.eclnt.jsfserver.elements.utilModifier and TypeClassDescriptionclassFIXGRIDListBinding implementation that directly renders a List of beans objects.
The class provides methods for adding and removing items from the list that can be directly bound by user interface components.classGrid that includes - together with @linkFIXGRIDPivotItem- a pivot processing.Methods in org.eclnt.jsfserver.elements.util with parameters of type FIXGRIDBindingModifier and TypeMethodDescriptionprotected voidFIXGRIDPDFExporter.afterGrid(com.lowagie.text.Document document, FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<String>> data) Method for adding information to be printed behind the grid.protected voidFIXGRIDPDFExporter.afterTitle(com.lowagie.text.Document document, FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<String>> data) Method for adding information to be printed behind the grid.protected voidFIXGRIDPDFExporter.beforeGrid(com.lowagie.text.Document document, FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<String>> data) Method for adding information to be printed in front of the grid.protected voidFIXGRIDPDFExporter.beforeTitle(com.lowagie.text.Document document, FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<String>> data) Method for adding information to be printed in front of the title.protected voidFIXGRIDExcelExporter.createAfterFooter(org.apache.poi.xssf.usermodel.XSSFWorkbook wb, org.apache.poi.ss.usermodel.Sheet sheet, FIXGRIDBinding fixgrid) protected voidFIXGRIDExcelExporter.createAfterHeader(org.apache.poi.xssf.usermodel.XSSFWorkbook wb, org.apache.poi.ss.usermodel.Sheet sheet, FIXGRIDBinding fixgrid) protected voidFIXGRIDExcelExporter.createBeforeFooter(org.apache.poi.xssf.usermodel.XSSFWorkbook wb, org.apache.poi.ss.usermodel.Sheet sheet, FIXGRIDBinding fixgrid) protected voidFIXGRIDExcelExporter.createBeforeHeader(org.apache.poi.xssf.usermodel.XSSFWorkbook wb, org.apache.poi.ss.usermodel.Sheet sheet, FIXGRIDBinding fixgrid) protected com.lowagie.text.DocumentFIXGRIDPDFExporter.createDocument(FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns) Creation of iText document object.static voidFIXGRIDDumper.dumpGridContentToSystemOut(FIXGRIDBinding<?> grid) static voidFIXGRIDDumper.dumpGridContentToSystemOut(FIXGRIDBinding<?> grid, int numberOfCharacters) protected voidFIXGRIDHtmlExporter.exportBodyBegin(StringBuffer html, FIXGRIDBinding fixgrid) protected voidFIXGRIDHtmlExporter.exportBodyCol(StringBuffer html, FIXGRIDBinding fixgrid, org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo ci, List<String> row, int rowCounter, int colCounter) protected voidFIXGRIDHtmlExporter.exportBodyEnd(StringBuffer html, FIXGRIDBinding fixgrid) protected voidFIXGRIDHtmlExporter.exportBodyRows(StringBuffer html, FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<String>> data) protected voidFIXGRIDHtmlExporter.exportFooterRow(StringBuffer html, FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<String> row, int rowCounter) protected voidFIXGRIDHtmlExporter.exportFooterRows(StringBuffer html, FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns) FIXGRIDCsvExporter.exportGrid(FIXGRIDBinding fixgrid, boolean selectedItemsOnly) byte[]FIXGRIDDummyExcelExporter.exportGrid(FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<FIXGRIDBinding.FormattedValue>> data, boolean selctedItemsOnly) Main method for exporting.byte[]FIXGRIDDummyOdsExporter.exportGrid(FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<FIXGRIDBinding.FormattedValue>> data, boolean selctedItemsOnly) Main method for exporting.byte[]FIXGRIDExcelExporter.exportGrid(FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<FIXGRIDBinding.FormattedValue>> data, boolean selctedItemsOnly) Main method for exporting.byte[]FIXGRIDOdsExporter.exportGrid(FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<FIXGRIDBinding.FormattedValue>> data, boolean selctedItemsOnly) FIXGRIDXmlExporter.exportGrid(FIXGRIDBinding fixgrid, boolean selectedItemsOnly) FIXGRIDHtmlExporter.exportGridToHtml(FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<String>> data, boolean selctedItemsOnly) byte[]FIXGRIDPDFExporter.exportGridToPdf(FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<String>> data, boolean selctedItemsOnly) Main method for exporting.protected voidFIXGRIDHtmlExporter.exportHeaderRow(StringBuffer html, FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<String> row, int rowCounter) protected voidFIXGRIDHtmlExporter.exportHeaderRows(StringBuffer html, FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns) protected voidFIXGRIDHtmlExporter.exportTitle(StringBuffer html, FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<String>> data) protected StringFIXGRIDHtmlExporter.findCellValue(FIXGRIDBinding fixgrid, int rowCounter, int colCounter, List<String> row, org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo ci) Central value for retrieving the value of a cell.protected StringFIXGRIDHtmlExporter.findStyleForBodyCol(FIXGRIDBinding fixgrid, org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo ci, List<String> row, int rowCounter, int colCounter) protected StringFIXGRIDHtmlExporter.findStyleForFooterCol(FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<String> row, int rowCounter, int colCounter) protected StringFIXGRIDHtmlExporter.findStyleForHeaderCol(FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<String> row, int rowCounter, int colCounter) protected voidFIXGRIDPDFExporter.printTitle(com.lowagie.text.Document document, FIXGRIDBinding fixgrid, List<org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.ColumnInfo> columns, List<List<String>> data) FIXGRIDHtmlExporter.readFooterRows(FIXGRIDBinding fixgrid) FIXGRIDHtmlExporter.readHeaderRows(FIXGRIDBinding fixgrid) Constructors in org.eclnt.jsfserver.elements.util with parameters of type FIXGRIDBinding -
Uses of FIXGRIDBinding in org.eclnt.jsfserver.rttools
Subclasses of FIXGRIDBinding in org.eclnt.jsfserver.rttools -
Uses of FIXGRIDBinding in org.eclnt.jsfserver.util.fixgridpersistence
Methods in org.eclnt.jsfserver.util.fixgridpersistence with parameters of type FIXGRIDBindingModifier and TypeMethodDescriptionDefaultFIXGRIDPersistence.applyPersistentInfoFromGridInfo(FIXGRIDBinding gridBinding, GridInfo gi) voidDefaultFIXGRIDPersistence.applySortInfoFromGridInfo(FIXGRIDBinding gridBinding, GridInfo gi) Sort grid content according to instance ofGridInfo.static GridInfoDefaultFIXGRIDPersistence.createGridInfo(FIXGRIDBinding gridBinding, IFIXGRIDPersistence.PersistentInfo persistentInfo) Creates a serialize-ableGridInfo-object that can be simply persisted by JAXB serialization.protected GridInfoDefaultFIXGRIDPersistence.readGridInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId) The persistent info is kept in the database as instance of "GridInfo".DefaultFIXGRIDPersistence.readPersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId) Reads and applies persistent info for grid.protected StringDefaultFIXGRIDPersistence.readSerializedPersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId) Reads the serialized persistent info - by default the reading is done from the Streamstore - but this can be overriden. - OVerride this method if you only want to change the way the persistent info is stored.static voidDefaultFIXGRIDPersistence.resetGrid(FIXGRIDBinding<?> grid) protected voidDefaultFIXGRIDPersistence.saveSerializedPersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId, IFIXGRIDPersistence.PersistentInfo persistentInfo, String xml) Writes the serialized persistent info - by default the writing is done to the Streamstore - but this can be overriden. - Override this method if you only want to change the way the persistent info is stored.protected voidDefaultFIXGRIDPersistence.updateGridInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId, IFIXGRIDPersistence.PersistentInfo persistentInfo, GridInfo gridInfo) voidDefaultFIXGRIDPersistence.updatePersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId, IFIXGRIDPersistence.PersistentInfo persistentInfo)