Uses of Class
com.logicaldoc.gui.common.client.beans.GUIDashlet
-
-
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 void
GUIUser. addDashlet(GUIDashlet dashlet)
void
GUIUser. 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 GUIDashlet
Dashlet. getGuiDashlet()
Methods in com.logicaldoc.gui.frontend.client.dashboard.dashlet with parameters of type GUIDashlet Modifier and Type Method Description static Dashlet
Dashlet. 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 GUIDashlet
DashletService. get(long dashletId)
Gets a dashletGUIDashlet
DashletService. 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 void
DashletService. save(GUIDashlet dashlet)
Saves a dashletvoid
DashletServiceAsync. save(GUIDashlet dashlet, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void
DashletService. saveDashlets(GUIDashlet[] dashlets)
Saves the dashlet definitionsvoid
DashletServiceAsync. saveDashlets(GUIDashlet[] dashlets, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void
DashletService. saveUserDashlets(GUIDashlet[] dashlets)
Saves the user's dashlet configurationvoid
DashletServiceAsync. 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 void
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)
-
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 GUIDashlet
DashletServiceImpl. get(long dashletId)
GUIDashlet
DashletServiceImpl. get(String name)
GUIDashlet[]
DashletServiceImpl. loadDashlets()
Methods in com.logicaldoc.web.service with parameters of type GUIDashlet Modifier and Type Method Description void
DashletServiceImpl. save(GUIDashlet guiDashlet)
void
DashletServiceImpl. saveDashlets(GUIDashlet[] dashlets)
void
DashletServiceImpl. saveUserDashlets(GUIDashlet[] dashlets)
-