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 class
GUIAutomationRoutine
class
GUIDocument
Representation of a single document handled by the GUIclass
GUIFolder
Represents a folder from the GUI viewclass
GUIVersion
Represents 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 GUIExtensibleObject
ExtendedPropertiesPanel. 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)
-