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 TypeClassDescriptionclassclassRepresentation of a single document handled by the GUIclassRepresents a folder from the GUI viewclassRepresentation of a formclassImplementation of a StampclassRepresents 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.ai.sampler
Methods in com.logicaldoc.gui.frontend.client.ai.sampler that return types with arguments of type GUIExtensibleObjectMethod parameters in com.logicaldoc.gui.frontend.client.ai.sampler with type arguments of type GUIExtensibleObject -
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 templatevoidTemplateServiceAsync.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)