Class ResultsTablePanel.BrowserBeanItem

java.lang.Object
com.portal.browse.ResultsTablePanel.BrowserBeanItem
All Implemented Interfaces:
Serializable
Enclosing class:
ResultsTablePanel

protected class ResultsTablePanel.BrowserBeanItem extends Object implements Serializable
See Also:
  • Field Details

    • data

      public DataTemplate data
      The data displayed in the BrowserBean.
    • title

      public String title
      The information used to describe the data.
  • Constructor Details

    • BrowserBeanItem

      public BrowserBeanItem(DataTemplate data, String title)
      Creates an object that stores information used in the BrowserBean display.
      Parameters:
      data - the data displayed in the BrowserBean
      title - the information used to describe the data