ArcGIS Server Geoportal extension
10

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
 javax.faces.component.UIData getDataTable()
          Gets the data table.
 javax.faces.component.UIPanel getInfoPanel()
          Gets the info panel.
 String getRowIndexAsString()
          Gets the row index as string.
 void setDataTable(javax.faces.component.UIData dataTable)
          Sets the data table.
 void setInfoPanel(javax.faces.component.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 javax.faces.component.UIData getDataTable()
Gets the data table.

Returns:
the data table

setDataTable

public void setDataTable(javax.faces.component.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 javax.faces.component.UIPanel getInfoPanel()
Gets the info panel.

Returns:
the info panel

setInfoPanel

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

Parameters:
infoPanel - the new info panel

ArcGIS Server Geoportal extension
10

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