Modifier and Type | Method and Description |
---|---|
GUIExtendedAttribute[] |
GUITemplate.getAttributes() |
GUIExtendedAttribute[] |
GUIExtensibleObject.getAttributes() |
GUIExtendedAttribute |
GUIExtensibleObject.getExtendedAttribute(String attributeName) |
GUIExtendedAttribute |
GUIExtensibleObject.setValue(String name,
Object value) |
Modifier and Type | Method and Description |
---|---|
int |
GUIExtendedAttribute.compareTo(GUIExtendedAttribute o) |
void |
GUITemplate.setAttributes(GUIExtendedAttribute[] attributes) |
void |
GUIExtensibleObject.setAttributes(GUIExtendedAttribute[] attributes) |
Modifier and Type | Method and Description |
---|---|
static com.smartgwt.client.widgets.form.fields.FormItem |
ItemFactory.newStringItemForExtendedAttribute(GUIExtendedAttribute att)
Creates a new TextItem for the Extended Attributes.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,GUIExtendedAttribute> |
TemplatePropertiesPanel.guiAttributes |
Modifier and Type | Method and Description |
---|---|
GUIExtendedAttribute[] |
DocumentService.getAttributes(String sid,
long templateId)
Retrieves all attributes of the specified template
|
Modifier and Type | Method and Description |
---|---|
GUIExtendedAttribute[] |
DocumentServiceImpl.getAttributes(String sid,
long templateId) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.