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.beansMethods in com.logicaldoc.gui.common.client.beans that return GUIAttributeSetMethods in com.logicaldoc.gui.common.client.beans with parameters of type GUIAttributeSetModifier and TypeMethodDescriptionvoidGUIInfo.setDefaultAttributeSet(GUIAttributeSet defaultAttributeSet) 
- 
Uses of GUIAttributeSet in com.logicaldoc.gui.frontend.client.metadata.templateMethods 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 TypeMethodDescriptionvoidAttributeSetDetailsPanel.setAttributeSet(GUIAttributeSet set) voidAttributeSetsPanel.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.servicesMethods in com.logicaldoc.gui.frontend.client.services that return GUIAttributeSetModifier and TypeMethodDescriptionAttributeSetService.getAttributeSet(long setId) Loads a given set from the databaseAttributeSetService.save(GUIAttributeSet set) Creates or updates a setMethods in com.logicaldoc.gui.frontend.client.services that return types with arguments of type GUIAttributeSetModifier and TypeMethodDescriptionAttributeSetService.getAttributeSets()Loads all the sets from the databaseMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIAttributeSetModifier and TypeMethodDescriptionAttributeSetService.save(GUIAttributeSet set) Creates or updates a setvoidAttributeSetServiceAsync.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 TypeMethodDescriptionvoidAttributeSetServiceAsync.getAttributeSet(long setId, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttributeSet> callback) voidAttributeSetServiceAsync.getAttributeSets(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIAttributeSet>> callback) voidAttributeSetServiceAsync.save(GUIAttributeSet set, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttributeSet> callback) 
- 
Uses of GUIAttributeSet in com.logicaldoc.web.serviceMethods in com.logicaldoc.web.service that return GUIAttributeSetModifier and TypeMethodDescriptionAttributeSetServiceImpl.getAttributeSet(long setId) AttributeSetServiceImpl.getAttributeSet(String name) AttributeSetServiceImpl.save(GUIAttributeSet guiAttributeSet) Methods in com.logicaldoc.web.service that return types with arguments of type GUIAttributeSetMethods in com.logicaldoc.web.service with parameters of type GUIAttributeSet