Class DataSourcesSheetBean

All Implemented Interfaces:
Serializable

@Named @ViewScoped public class DataSourcesSheetBean extends FCContextBean
Bean for handling data source manipulation through excel-like sheet
Author:
XIMA MEDIA GmbH
See Also:
  • Field Details

  • Constructor Details

    • DataSourcesSheetBean

      public DataSourcesSheetBean()
  • Method Details

    • getDataSheet

      public StringDataSheet getDataSheet()
      Returns:
      the dataSheet
    • setDataSheet

      public void setDataSheet(StringDataSheet dataSheet)
      Parameters:
      dataSheet - the dataSheet to set
    • getUpdateScriptName

      public String getUpdateScriptName()
      Returns:
      the updateScriptName
    • onSheetDataChanged

      public void onSheetDataChanged(javax.faces.event.AjaxBehaviorEvent event)
    • onSheetCellSelected

      public void onSheetCellSelected(javax.faces.event.AjaxBehaviorEvent event)
    • addRowAbove

      public void addRowAbove()
    • addRowBelow

      public void addRowBelow()
    • removeRows

      public void removeRows()
    • addColLeft

      public void addColLeft()
    • addColRight

      public void addColRight()
    • removeCols

      public void removeCols()
    • hasSelection

      public boolean hasSelection()
    • clearCells

      public void clearCells()