Uses of Class
com.logicaldoc.gui.common.client.beans.GUIExtensibleObject
Packages that use GUIExtensibleObject
Package
Description
GWT services implementations.
-
Uses of GUIExtensibleObject in com.logicaldoc.gui.common.client.beans
Subclasses of GUIExtensibleObject in com.logicaldoc.gui.common.client.beansModifier 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
Methods in com.logicaldoc.gui.common.client.widgets that return GUIExtensibleObjectConstructors in com.logicaldoc.gui.common.client.widgets with parameters of type GUIExtensibleObjectModifierConstructorDescriptionExtendedPropertiesPanel
(GUIExtensibleObject object, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler, boolean updateEnabled, boolean checkMandatory, boolean allowTemplateSelection, boolean customidEnabled) 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, boolean customidEnabled) -
Uses of GUIExtensibleObject in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIExtensibleObjectModifier 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<List<GUIAttribute>> callback) -
Uses of GUIExtensibleObject in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service with parameters of type GUIExtensibleObjectModifier and TypeMethodDescriptionTemplateServiceImpl.getAttributes
(long templateId, GUIExtensibleObject extensibleObject)