Uses of Class
com.logicaldoc.gui.common.client.beans.GUIAttribute
-
Packages that use GUIAttribute Package Description com.logicaldoc.gui.common.client.beans com.logicaldoc.gui.common.client.util com.logicaldoc.gui.frontend.client.services com.logicaldoc.web.service GWT services implementations. -
-
Uses of GUIAttribute in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIAttribute Modifier and Type Method Description GUIAttributeGUIExtensibleObject. addAttributeValue(String name)Appends a new value for a given multiple attribute.GUIAttributeGUIAttributeSet. getAttribute(String name)GUIAttributeGUIExtensibleObject. getAttribute(String attributeName)GUIAttributeGUITemplate. getAttribute(String name)GUIAttributeGUIInfo. getAttributeDefinition(String name)GUIAttribute[]GUIInfo. getAttributeDefinitions()GUIAttribute[]GUIAttributeSet. getAttributes()GUIAttribute[]GUIExtensibleObject. getAttributes()GUIAttribute[]GUITemplate. getAttributes()GUIAttribute[]GUIAttributeSet. getAttributesOrderedByPosition()GUIAttribute[]GUITemplate. getAttributesOrderedByPosition()GUIAttributeGUIExtensibleObject. setValue(String name, Object value)Methods in com.logicaldoc.gui.common.client.beans that return types with arguments of type GUIAttribute Modifier and Type Method Description List<GUIAttribute>GUIExtensibleObject. getValues(String name)Retrieves the values of a multiple attributeMethods in com.logicaldoc.gui.common.client.beans with parameters of type GUIAttribute Modifier and Type Method Description voidGUIExtensibleObject. 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 Constructor Description GUIAttribute(GUIAttribute source) -
Uses of GUIAttribute in com.logicaldoc.gui.common.client.util
Methods in com.logicaldoc.gui.common.client.util with parameters of type GUIAttribute Modifier and Type Method Description static 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 GUIAttribute Modifier and Type Method Description GUIAttribute[]TemplateService. getAttributes(long templateId, GUIExtensibleObject extensibleObject)Retrieves all attributes of the specified templateGUIAttribute[]ReportService. getReportParameters(long id)Loads the attributes defined in the given reportMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIAttribute Modifier and Type Method Description voidReportService. 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 GUIAttribute Modifier and Type Method Description GUIAttribute[]TemplateServiceImpl. getAttributes(long templateId, GUIExtensibleObject extensibleObject)GUIAttribute[]TemplateServiceImpl. prepareGUIAttributes(Template template, ExtensibleObject extensibleObject, User sessionUser)
-