|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DashboardComponentEntry | |
---|---|
fr.paris.lutece.portal.service.dashboard | |
fr.paris.lutece.portal.service.dashboard.admin | |
fr.paris.lutece.portal.service.plugin |
Uses of DashboardComponentEntry in fr.paris.lutece.portal.service.dashboard |
---|
Methods in fr.paris.lutece.portal.service.dashboard with parameters of type DashboardComponentEntry | |
---|---|
void |
DashboardService.registerDashboardComponent(DashboardComponentEntry entry,
Plugin plugin)
Register a Dashboard Component |
Uses of DashboardComponentEntry in fr.paris.lutece.portal.service.dashboard.admin |
---|
Methods in fr.paris.lutece.portal.service.dashboard.admin with parameters of type DashboardComponentEntry | |
---|---|
void |
AdminDashboardService.registerDashboardComponent(DashboardComponentEntry entry,
Plugin plugin)
Register a Dashboard Component |
Uses of DashboardComponentEntry in fr.paris.lutece.portal.service.plugin |
---|
Methods in fr.paris.lutece.portal.service.plugin that return types with arguments of type DashboardComponentEntry | |
---|---|
List<DashboardComponentEntry> |
PluginFile.getAdminDashboardComponents()
Returns all admin dashbaord compopents of the plugin |
List<DashboardComponentEntry> |
PluginFile.getDashboardComponents()
Returns all Dashboard Component Services of the plugin |
Methods in fr.paris.lutece.portal.service.plugin with parameters of type DashboardComponentEntry | |
---|---|
void |
PluginFile.addAdminDashboardComponent(DashboardComponentEntry dashboardComponent)
Add a DashboardComponentEntry to the plugin definition |
void |
PluginFile.addDashboardComponent(DashboardComponentEntry entry)
Add an Dashboard Component to the plugin definition |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |