Uses of Class
com.logicaldoc.gui.common.client.beans.GUIExtensibleObject
-
Packages that use GUIExtensibleObject Package Description com.logicaldoc.gui.common.client.beans com.logicaldoc.gui.common.client.widgets com.logicaldoc.gui.frontend.client.services com.logicaldoc.web.service GWT services implementations. -
-
Uses of GUIExtensibleObject in com.logicaldoc.gui.common.client.beans
Subclasses of GUIExtensibleObject in com.logicaldoc.gui.common.client.beans Modifier and Type Class Description classGUIAutomationRoutineclassGUIDocumentRepresentation of a single document handled by the GUIclassGUIFolderRepresents a folder from the GUI viewclassGUIFormRepresentation of a formclassGUIStampImplementation of a StampclassGUIVersionRepresents a document version -
Uses of GUIExtensibleObject in com.logicaldoc.gui.common.client.widgets
Methods in com.logicaldoc.gui.common.client.widgets that return GUIExtensibleObject Modifier and Type Method Description GUIExtensibleObjectExtendedPropertiesPanel. getObject()Constructors in com.logicaldoc.gui.common.client.widgets with parameters of type GUIExtensibleObject Constructor Description ExtendedPropertiesPanel(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
Methods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIExtensibleObject Modifier and Type Method Description GUIAttribute[]TemplateService. getAttributes(long templateId, GUIExtensibleObject extensibleObject)Retrieves all attributes of the specified templatevoidTemplateServiceAsync. getAttributes(long templateId, GUIExtensibleObject extensibleObject, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttribute[]> callback) -
Uses of GUIExtensibleObject in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service with parameters of type GUIExtensibleObject Modifier and Type Method Description GUIAttribute[]TemplateServiceImpl. getAttributes(long templateId, GUIExtensibleObject extensibleObject)
-