Uses of Class
com.logicaldoc.gui.common.client.beans.GUIAttribute
Package
Description
GWT services implementations.
-
Uses of GUIAttribute in com.logicaldoc.gui.common.client.beans
Modifier 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()
Modifier and TypeMethodDescriptionRetrieves the values of a multiple attributeModifier 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) -
Uses of GUIAttribute in com.logicaldoc.gui.common.client.util
Modifier 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
Modifier and TypeMethodDescriptionTemplateService.getAttributes
(long templateId, GUIExtensibleObject extensibleObject) Retrieves all attributes of the specified templateReportService.getReportParameters
(long id) Loads the attributes defined in the given reportModifier 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
Modifier and TypeMethodDescriptionTemplateServiceImpl.getAttributes
(long templateId, GUIExtensibleObject extensibleObject) TemplateServiceImpl.prepareGUIAttributes
(Template template, ExtensibleObject extensibleObject, User sessionUser)