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 TypeMethodDescriptionvoidGUIExtensibleObject.addAttribute(GUIAttribute att) voidGUIAttributeSet.appendAttribute(GUIAttribute a) voidGUITemplate.appendAttribute(GUIAttribute a) intGUIAttribute.compareTo(GUIAttribute o) voidGUIExtensibleObject.putAttributeAfter(String name, GUIAttribute att) voidGUIInfo.setAttributeDefinitions(GUIAttribute[] attributeDefinitions) voidGUIAttributeSet.setAttributes(GUIAttribute[] attributes) voidGUIExtensibleObject.setAttributes(GUIAttribute[] attributes) voidGUITemplate.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.FormItemItemFactory.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 TypeMethodDescriptionvoidReportService.execute(long id, GUIAttribute[] parameters) Processes a reportvoidReportServiceAsync.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)