Uses of Class
com.logicaldoc.gui.common.client.beans.GUIAttributeSet
Package
Description
GWT services implementations.
-
Uses of GUIAttributeSet in com.logicaldoc.gui.common.client.beans
Modifier and TypeMethodDescriptionvoid
GUIInfo.setDefaultAttributeSet
(GUIAttributeSet defaultAttributeSet) -
Uses of GUIAttributeSet in com.logicaldoc.gui.frontend.client.metadata.template
Modifier and TypeMethodDescriptionvoid
AttributeSetDetailsPanel.setAttributeSet
(GUIAttributeSet set) void
AttributeSetsPanel.updateRecord
(GUIAttributeSet set) Updates the selected rec with new dataModifierConstructorDescriptionAttributeSetPropertiesPanel
(GUIAttributeSet attributeSet, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler, AttributeSetDetailsPanel detailsPanel) -
Uses of GUIAttributeSet in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionAttributeSetService.getAttributeSet
(long setId) Loads a given set from the databaseAttributeSetService.save
(GUIAttributeSet set) Creates or updates a setModifier and TypeMethodDescriptionAttributeSetService.getAttributeSets()
Loads all the sets from the databaseModifier and TypeMethodDescriptionAttributeSetService.save
(GUIAttributeSet set) Creates or updates a setvoid
AttributeSetServiceAsync.save
(GUIAttributeSet set, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttributeSet> callback) Modifier and TypeMethodDescriptionvoid
AttributeSetServiceAsync.getAttributeSet
(long setId, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttributeSet> callback) void
AttributeSetServiceAsync.getAttributeSets
(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIAttributeSet>> callback) void
AttributeSetServiceAsync.save
(GUIAttributeSet set, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttributeSet> callback) -
Uses of GUIAttributeSet in com.logicaldoc.web.service
Modifier and TypeMethodDescriptionAttributeSetServiceImpl.getAttributeSet
(long setId) AttributeSetServiceImpl.getAttributeSet
(String name) AttributeSetServiceImpl.save
(GUIAttributeSet guiAttributeSet)