Package com.portal.browse
Class ResultsTablePanel.BrowserBeanItem
java.lang.Object
com.portal.browse.ResultsTablePanel.BrowserBeanItem
- All Implemented Interfaces:
Serializable
- Enclosing class:
ResultsTablePanel
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe data displayed in the BrowserBean.The information used to describe the data. -
Constructor Summary
ConstructorsConstructorDescriptionBrowserBeanItem
(DataTemplate data, String title) Creates an object that stores information used in the BrowserBean display. -
Method Summary
-
Field Details
-
data
The data displayed in the BrowserBean. -
title
The information used to describe the data.
-
-
Constructor Details
-
BrowserBeanItem
Creates an object that stores information used in the BrowserBean display.- Parameters:
data
- the data displayed in the BrowserBeantitle
- the information used to describe the data
-