Uses of Class
com.logicaldoc.gui.common.client.beans.GUIAttribute
Packages that use GUIAttribute
Package
Description
GWT services implementations.
-
Uses of GUIAttribute in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIAttributeModifier and TypeMethodDescriptionGUIExtensibleObject.addAttributeValue
(String name) Appends a new value for a given multiple attribute.GUIAttributeSet.getAttribute
(String name) GUIExtensibleObject.getAttribute
(String attributeName) GUITemplate.getAttribute
(String name) GUIInfo.getAttributeDefinition
(String name) GUIInfo.getAttributeDefinitions()
GUIAttributeSet.getAttributes()
GUIExtensibleObject.getAttributes()
GUITemplate.getAttributes()
GUIAttributeSet.getAttributesOrderedByPosition()
GUITemplate.getAttributesOrderedByPosition()
Methods in com.logicaldoc.gui.common.client.beans that return types with arguments of type GUIAttributeModifier and TypeMethodDescriptionRetrieves the values of a multiple attributeMethods in com.logicaldoc.gui.common.client.beans with parameters of type GUIAttributeModifier and TypeMethodDescriptionvoid
GUIExtensibleObject.addAttribute
(GUIAttribute att) void
GUIAttributeSet.appendAttribute
(GUIAttribute a) void
GUITemplate.appendAttribute
(GUIAttribute a) int
GUIAttribute.compareTo
(GUIAttribute o) void
GUIExtensibleObject.putAttributeAfter
(String name, GUIAttribute att) void
GUIInfo.setAttributeDefinitions
(GUIAttribute[] attributeDefinitions) void
GUIAttributeSet.setAttributes
(GUIAttribute[] attributes) void
GUIExtensibleObject.setAttributes
(GUIAttribute[] attributes) void
GUITemplate.setAttributes
(GUIAttribute[] attributes) Constructors in com.logicaldoc.gui.common.client.beans with parameters of type GUIAttribute -
Uses of GUIAttribute in com.logicaldoc.gui.common.client.util
Methods in com.logicaldoc.gui.common.client.util with parameters of type GUIAttributeModifier and TypeMethodDescriptionstatic com.smartgwt.client.widgets.form.fields.FormItem
ItemFactory.newStringItemForAttribute
(GUIAttribute att) Creates a new TextItem for an extended attribute -
Uses of GUIAttribute in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIAttributeModifier and TypeMethodDescriptionTemplateService.getAttributes
(long templateId, GUIExtensibleObject extensibleObject) Retrieves all attributes of the specified templateReportService.getReportParameters
(long id) Loads the attributes defined in the given reportMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIAttributeModifier and TypeMethodDescriptionvoid
ReportService.execute
(long id, GUIAttribute[] parameters) Processes a reportvoid
ReportServiceAsync.execute
(long id, GUIAttribute[] paremeters, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) -
Uses of GUIAttribute in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIAttributeModifier and TypeMethodDescriptionTemplateServiceImpl.getAttributes
(long templateId, GUIExtensibleObject extensibleObject) TemplateServiceImpl.prepareGUIAttributes
(Template template, ExtensibleObject extensibleObject, User sessionUser)