Uses of Class
com.logicaldoc.gui.common.client.beans.GUIDashlet
-
Packages that use GUIDashlet Package Description com.logicaldoc.gui.common.client.beans com.logicaldoc.gui.frontend.client.dashboard.dashlet com.logicaldoc.gui.frontend.client.services com.logicaldoc.gui.frontend.client.settings.gui com.logicaldoc.web.service GWT services implementations. -
-
Uses of GUIDashlet in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIDashlet Modifier and Type Method Description GUIDashlet[]GUIUser. getDashlets()Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIDashlet Modifier and Type Method Description voidGUIUser. addDashlet(GUIDashlet dashlet)voidGUIUser. setDashlets(GUIDashlet[] dashlets) -
Uses of GUIDashlet in com.logicaldoc.gui.frontend.client.dashboard.dashlet
Methods in com.logicaldoc.gui.frontend.client.dashboard.dashlet that return GUIDashlet Modifier and Type Method Description GUIDashletDashlet. getGuiDashlet()Methods in com.logicaldoc.gui.frontend.client.dashboard.dashlet with parameters of type GUIDashlet Modifier and Type Method Description static DashletDashlet. getDashlet(GUIDashlet guiDashlet)Constructors in com.logicaldoc.gui.frontend.client.dashboard.dashlet with parameters of type GUIDashlet Constructor Description ContentDashlet(GUIDashlet guiDashlet)Dashlet(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 GUIDashlet Modifier and Type Method Description GUIDashletDashletService. get(long dashletId)Gets a dashletGUIDashletDashletService. get(String name)Gets a dashletGUIDashlet[]DashletService. loadDashlets()Loads all the dashlet definitionsMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIDashlet Modifier and Type Method Description voidDashletService. save(GUIDashlet dashlet)Saves a dashletvoidDashletServiceAsync. save(GUIDashlet dashlet, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidDashletService. saveDashlets(GUIDashlet[] dashlets)Saves the dashlet definitionsvoidDashletServiceAsync. saveDashlets(GUIDashlet[] dashlets, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidDashletService. saveUserDashlets(GUIDashlet[] dashlets)Saves the user's dashlet configurationvoidDashletServiceAsync. saveUserDashlets(GUIDashlet[] dashlets, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIDashlet Modifier and Type Method Description voidDashletServiceAsync. get(long dashletId, com.google.gwt.user.client.rpc.AsyncCallback<GUIDashlet> callback)voidDashletServiceAsync. get(String name, com.google.gwt.user.client.rpc.AsyncCallback<GUIDashlet> 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 Constructor Description DashletEditor(GUIDashlet dashlet, DashletsPanel panel) -
Uses of GUIDashlet in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIDashlet Modifier and Type Method Description GUIDashletDashletServiceImpl. get(long dashletId)GUIDashletDashletServiceImpl. get(String name)GUIDashlet[]DashletServiceImpl. loadDashlets()Methods in com.logicaldoc.web.service with parameters of type GUIDashlet Modifier and Type Method Description voidDashletServiceImpl. save(GUIDashlet guiDashlet)voidDashletServiceImpl. saveDashlets(GUIDashlet[] dashlets)voidDashletServiceImpl. saveUserDashlets(GUIDashlet[] dashlets)
-