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 -
-
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 GUIAttribute
GUIExtensibleObject. addAttributeValue(String name)
Appends a new value for a given multiple attribute.GUIAttribute
GUIAttribute. clone()
GUIAttribute
GUIAttributeSet. getAttribute(String name)
GUIAttribute
GUIExtensibleObject. getAttribute(String attributeName)
GUIAttribute
GUITemplate. getAttribute(String name)
GUIAttribute
GUIInfo. getAttributeDefinition(String name)
GUIAttribute[]
GUIInfo. getAttributeDefinitions()
GUIAttribute[]
GUIAttributeSet. getAttributes()
GUIAttribute[]
GUIExtensibleObject. getAttributes()
GUIAttribute[]
GUITemplate. getAttributes()
GUIAttribute[]
GUIAttributeSet. getAttributesOrderedByPosition()
GUIAttribute[]
GUITemplate. getAttributesOrderedByPosition()
GUIAttribute
GUIExtensibleObject. 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 void
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
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.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 GUIAttribute Modifier and Type Method Description GUIAttribute[]
DocumentService. getAttributes(long templateId)
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 void
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 GUIAttribute Modifier and Type Method Description GUIAttribute[]
DocumentServiceImpl. getAttributes(long templateId)
-