Uses of Class
com.logicaldoc.gui.common.client.beans.GUIExtensibleObject
Package
Description
GWT services implementations.
-
Uses of GUIExtensibleObject in com.logicaldoc.gui.common.client.beans
Modifier and TypeClassDescriptionclass
class
Representation of a single document handled by the GUIclass
Represents a folder from the GUI viewclass
Representation of a formclass
Implementation of a Stampclass
Represents a document version -
Uses of GUIExtensibleObject in com.logicaldoc.gui.common.client.widgets
ModifierConstructorDescriptionExtendedPropertiesPanel
(GUIExtensibleObject object, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler, boolean updateEnabled, boolean checkMandatory, boolean allowTemplateSelection) ExtendedPropertiesPanel
(GUIExtensibleObject object, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler, com.smartgwt.client.widgets.form.fields.events.ChangedHandler templateChangedHandler, boolean updateEnabled, boolean checkMandatory, boolean allowTemplateSelection) -
Uses of GUIExtensibleObject in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionTemplateService.getAttributes
(long templateId, GUIExtensibleObject extensibleObject) Retrieves all attributes of the specified templatevoid
TemplateServiceAsync.getAttributes
(long templateId, GUIExtensibleObject extensibleObject, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttribute[]> callback) -
Uses of GUIExtensibleObject in com.logicaldoc.web.service
Modifier and TypeMethodDescriptionTemplateServiceImpl.getAttributes
(long templateId, GUIExtensibleObject extensibleObject)