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