T
- GenericTypepublic abstract class PortfolioFullView<T> extends InitEntityController<T>
Constructor and Description |
---|
PortfolioFullView() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
back()
Back to portfolio small view.
|
PortfolioHeaderController<T> |
getHeaderController()
Gets the PortfolioHeaderController.
|
PortfolioHistoryController<T> |
getHistoryController()
Gets the PortfolioHistoryController.
|
int |
getSelectedTab()
Gets the selected tab.
|
void |
setSelectedTab(int selectedTab)
Sets the selected tab.
|
getEntity, getPageInit, setEntity
public PortfolioHistoryController<T> getHistoryController()
public PortfolioHeaderController<T> getHeaderController()
public java.lang.String back()
public void setSelectedTab(int selectedTab)
selectedTab
- the new selected tabpublic int getSelectedTab()