Esri Geoportal Server
1.0

com.esri.gpt.control.view
Class DataTableBackingBean

java.lang.Object
  extended by com.esri.gpt.control.view.DataTableBackingBean

public class DataTableBackingBean
extends Object

The Class dataTableBackingBean.


Constructor Summary
DataTableBackingBean()
           
 
Method Summary
 UIData getDataTable()
          Gets the data table.
 UIPanel getInfoPanel()
          Gets the info panel.
 String getRowIndexAsString()
          Gets the row index as string.
 void setDataTable(UIData dataTable)
          Sets the data table.
 void setInfoPanel(UIPanel infoPanel)
          Sets the info panel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataTableBackingBean

public DataTableBackingBean()
Method Detail

getDataTable

public UIData getDataTable()
Gets the data table.

Returns:
the data table

setDataTable

public void setDataTable(UIData dataTable)
Sets the data table.

Parameters:
dataTable - the new data table

getRowIndexAsString

public String getRowIndexAsString()
Gets the row index as string.

Returns:
the row index as string

getInfoPanel

public UIPanel getInfoPanel()
Gets the info panel.

Returns:
the info panel

setInfoPanel

public void setInfoPanel(UIPanel infoPanel)
Sets the info panel.

Parameters:
infoPanel - the new info panel

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.