Uses of Class
com.logicaldoc.gui.common.client.beans.GUIDashlet
Packages that use GUIDashlet
Package
Description
GWT services implementations.
-
Uses of GUIDashlet in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return types with arguments of type GUIDashletMethods in com.logicaldoc.gui.common.client.beans with parameters of type GUIDashletMethod parameters in com.logicaldoc.gui.common.client.beans with type arguments of type GUIDashlet -
Uses of GUIDashlet in com.logicaldoc.gui.frontend.client.dashboard.dashlet
Methods in com.logicaldoc.gui.frontend.client.dashboard.dashlet that return GUIDashletMethods in com.logicaldoc.gui.frontend.client.dashboard.dashlet with parameters of type GUIDashletConstructors in com.logicaldoc.gui.frontend.client.dashboard.dashlet with parameters of type GUIDashletModifierConstructorDescriptionBookmarkDashlet
(GUIDashlet guiDashlet) ContentDashlet
(GUIDashlet guiDashlet) DocumentDashlet
(GUIDashlet guiDashlet) DocumentHistoryDashlet
(GUIDashlet guiDashlet) NotesDashlet
(GUIDashlet guiDashlet) TagCloudDashlet
(GUIDashlet guiDashlet) -
Uses of GUIDashlet in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIDashletModifier and TypeMethodDescriptionDashletService.get
(long dashletId) Gets a dashletGets a dashletMethods in com.logicaldoc.gui.frontend.client.services that return types with arguments of type GUIDashletModifier and TypeMethodDescriptionDashletService.loadDashlets()
Loads all the dashlet definitionsMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIDashletModifier and TypeMethodDescriptionvoid
DashletService.save
(GUIDashlet dashlet) Saves a dashletvoid
DashletServiceAsync.save
(GUIDashlet dashlet, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIDashletModifier and TypeMethodDescriptionvoid
DashletServiceAsync.get
(long dashletId, com.google.gwt.user.client.rpc.AsyncCallback<GUIDashlet> callback) void
DashletServiceAsync.get
(String name, com.google.gwt.user.client.rpc.AsyncCallback<GUIDashlet> callback) void
DashletServiceAsync.loadDashlets
(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIDashlet>> callback) void
DashletService.saveDashlets
(List<GUIDashlet> dashlets) Saves the dashlet definitionsvoid
DashletServiceAsync.saveDashlets
(List<GUIDashlet> dashlets, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
DashletService.saveUserDashlets
(List<GUIDashlet> dashlets) Saves the user's dashlet configurationvoid
DashletServiceAsync.saveUserDashlets
(List<GUIDashlet> dashlets, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) -
Uses of GUIDashlet in com.logicaldoc.gui.frontend.client.settings.gui
Constructors in com.logicaldoc.gui.frontend.client.settings.gui with parameters of type GUIDashlet -
Uses of GUIDashlet in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIDashletMethods in com.logicaldoc.web.service that return types with arguments of type GUIDashletMethods in com.logicaldoc.web.service with parameters of type GUIDashletMethod parameters in com.logicaldoc.web.service with type arguments of type GUIDashletModifier and TypeMethodDescriptionvoid
DashletServiceImpl.saveDashlets
(List<GUIDashlet> dashlets) void
DashletServiceImpl.saveUserDashlets
(List<GUIDashlet> dashlets)