Interface AccountConnectorTabProvider
-
public interface AccountConnectorTabProvider
A
AccountConnectorTabProvider
is used to provide a customAccountConnectorTab
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountConnectorTab
getAccountConnectorTab(AccountConnectorTabViewContext accountConnectorTabViewContext)
-
-
-
Method Detail
-
getAccountConnectorTab
AccountConnectorTab getAccountConnectorTab(AccountConnectorTabViewContext accountConnectorTabViewContext)
- Parameters:
accountConnectorTabViewContext
- provides view context specific information forAccountConnectorTab
- Returns:
- the customized
AccountConnectorTab
or null if noAccountConnectorTab
should be shown.
-
-