Package Camelot :: Package camelot :: Package view :: Package controls :: Package editors :: Module many2oneeditor :: Class Many2OneEditor
[frames] | no frames]

Class Many2OneEditor

source code


Widget for editing many 2 one relations
Nested Classes
  CompletionsModel

Inherited from PyQt4.QtGui.QWidget: RenderFlag, RenderFlags

Inherited from PyQt4.QtGui.QPaintDevice: PaintDeviceMetric

Instance Methods
 
__init__(self, admin=None, parent=None, editable=True, **kwargs)
:param entity_admin : The Admin interface for the object on the one side of the relation
source code
 
set_editable(self, editable) source code
 
textEdited(self, text) source code
 
search_completions(*args, **kwargs)
Search for object that match text, to fill the list of completions
source code
 
display_search_completions(*args, **kwargs) source code
 
completionActivated(self, index) source code
 
completion_highlighted(self, index) source code
 
openButtonClicked(self) source code
 
returnPressed(self) source code
 
searchButtonClicked(self) source code
 
trashButtonClicked(self) source code
 
createNew(*args, **kwargs) source code
 
show_new_view(*args, **kwargs) source code
 
createFormView(self) source code
 
show_form_view(self, admin_and_title) source code
 
dataChanged(self, index1, index2) source code
 
editingFinished(self) source code
 
set_value(self, value) source code
 
get_value(self)
Returns: a function that returns the selected entity or ValueLoading or None
source code
 
set_instance_represenation(self, representation_and_propagate)
Update the gui
source code
 
setEntity(self, entity_instance_getter, propagate=True) source code
 
selectEntity(self, entity_instance_getter) source code

Inherited from PyQt4.QtGui.QWidget: acceptDrops, accessibleDescription, accessibleName, actionEvent, actions, activateWindow, addAction, addActions, adjustSize, autoFillBackground, backgroundRole, baseSize, changeEvent, childAt, childrenRect, childrenRegion, clearFocus, clearMask, close, closeEvent, contentsMargins, contentsRect, contextMenuEvent, contextMenuPolicy, create, cursor, customContextMenuRequested, destroy, devType, dragEnterEvent, dragLeaveEvent, dragMoveEvent, dropEvent, effectiveWinId, enabledChange, ensurePolished, enterEvent, event, find, focusInEvent, focusNextChild, focusNextPrevChild, focusOutEvent, focusPolicy, focusPreviousChild, focusProxy, focusWidget, font, fontChange, fontInfo, fontMetrics, foregroundRole, frameGeometry, frameSize, geometry, getContentsMargins, grabGesture, grabKeyboard, grabMouse, grabShortcut, graphicsEffect, graphicsProxyWidget, handle, hasFocus, hasMouseTracking, height, heightForWidth, hide, hideEvent, inputContext, inputMethodEvent, inputMethodHints, inputMethodQuery, insertAction, insertActions, isActiveWindow, isAncestorOf, isEnabled, isEnabledTo, isEnabledToTLW, isFullScreen, isHidden, isLeftToRight, isMaximized, isMinimized, isModal, isRightToLeft, isTopLevel, isVisible, isVisibleTo, isWindow, isWindowModified, keyPressEvent, keyReleaseEvent, keyboardGrabber, languageChange, layout, layoutDirection, leaveEvent, locale, lower, mapFrom, mapFromGlobal, mapFromParent, mapTo, mapToGlobal, mapToParent, mask, maximumHeight, maximumSize, maximumWidth, metric, minimumHeight, minimumSize, minimumSizeHint, minimumWidth, mouseDoubleClickEvent, mouseGrabber, mouseMoveEvent, mousePressEvent, mouseReleaseEvent, move, moveEvent, nativeParentWidget, nextInFocusChain, normalGeometry, overrideWindowFlags, overrideWindowState, paintEngine, paintEvent, palette, paletteChange, parentWidget, pos, previousInFocusChain, raise_, rect, releaseKeyboard, releaseMouse, releaseShortcut, removeAction, render, repaint, resetInputContext, resize, resizeEvent, restoreGeometry, saveGeometry, scroll, setAcceptDrops, setAccessibleDescription, setAccessibleName, setAttribute, setAutoFillBackground, setBackgroundRole, setBaseSize, setContentsMargins, setContextMenuPolicy, setCursor, setDisabled, setEnabled, setFixedHeight, setFixedSize, setFixedWidth, setFocus, setFocusPolicy, setFocusProxy, setFont, setForegroundRole, setGeometry, setGraphicsEffect, setHidden, setInputContext, setInputMethodHints, setLayout, setLayoutDirection, setLocale, setMask, setMaximumHeight, setMaximumSize, setMaximumWidth, setMinimumHeight, setMinimumSize, setMinimumWidth, setMouseTracking, setPalette, setParent, setShortcutAutoRepeat, setShortcutEnabled, setShown, setSizeIncrement, setSizePolicy, setStatusTip, setStyle, setStyleSheet, setTabOrder, setToolTip, setUpdatesEnabled, setVisible, setWhatsThis, setWindowFilePath, setWindowFlags, setWindowIcon, setWindowIconText, setWindowModality, setWindowModified, setWindowOpacity, setWindowRole, setWindowState, setWindowTitle, show, showEvent, showFullScreen, showMaximized, showMinimized, showNormal, size, sizeHint, sizeIncrement, sizePolicy, stackUnder, statusTip, style, styleSheet, tabletEvent, testAttribute, toolTip, topLevelWidget, underMouse, ungrabGesture, unsetCursor, unsetLayoutDirection, unsetLocale, update, updateGeometry, updateMicroFocus, updatesEnabled, visibleRegion, whatsThis, wheelEvent, width, winId, window, windowActivationChange, windowFilePath, windowFlags, windowIcon, windowIconText, windowModality, windowOpacity, windowRole, windowState, windowTitle, windowType, x, x11Info, x11PictureHandle, y

Inherited from PyQt4.QtCore.QObject: blockSignals, childEvent, children, connect, connectNotify, customEvent, deleteLater, destroyed, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, eventFilter, findChild, findChildren, inherits, installEventFilter, isWidgetType, killTimer, metaObject, moveToThread, objectName, parent, property, pyqtConfigure, receivers, removeEventFilter, sender, setObjectName, setProperty, signalsBlocked, startTimer, thread, timerEvent, tr, trUtf8

Inherited from PyQt4.QtGui.QPaintDevice: colorCount, depth, heightMM, logicalDpiX, logicalDpiY, numColors, paintingActive, physicalDpiX, physicalDpiY, widthMM

Inherited from sip.simplewrapper: __delattr__, __getattribute__, __new__, __setattr__

Inherited from customeditor.AbstractCustomEditor: get_height, set_background_color

Inherited from abstractmanytooneeditor.AbstractManyToOneEditor: createSelectView

Inherited from object: __format__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from PyQt4.QtGui.QWidget: DrawChildren, DrawWindowBackground, IgnoreMask

Inherited from PyQt4.QtCore.QObject: staticMetaObject

Inherited from PyQt4.QtGui.QPaintDevice: PdmDepth, PdmDpiX, PdmDpiY, PdmHeight, PdmHeightMM, PdmNumColors, PdmPhysicalDpiX, PdmPhysicalDpiY, PdmWidth, PdmWidthMM

Properties

Inherited from object: __class__

Method Details

__init__(self, admin=None, parent=None, editable=True, **kwargs)
(Constructor)

source code 
:param entity_admin : The Admin interface for the object on the one side of the relation
Overrides: object.__init__

search_completions(*args, **kwargs)

source code 
Search for object that match text, to fill the list of completions
Returns:
a list of tuples of (object_representation, object_getter)
Decorators:
  • @model_function

display_search_completions(*args, **kwargs)

source code 
Decorators:
  • @gui_function

createNew(*args, **kwargs)

source code 
Decorators:
  • @gui_function

show_new_view(*args, **kwargs)

source code 
Decorators:
  • @gui_function

set_value(self, value)

source code 
Parameters:
  • value - either ValueLoading, or a function that returns None or the entity to be shown in the editor
Overrides: customeditor.AbstractCustomEditor.set_value

get_value(self)

source code 
Returns:
a function that returns the selected entity or ValueLoading or None
Overrides: customeditor.AbstractCustomEditor.get_value

selectEntity(self, entity_instance_getter)

source code 
Overrides: abstractmanytooneeditor.AbstractManyToOneEditor.selectEntity