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 -
-
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 viewclassGUIVersionRepresents 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)
-