-
Notifications
You must be signed in to change notification settings - Fork 3
2015 API dlibrary.dialog_custom
dlibrary.dialog_custom - Used for all custom dialog stuff. Most of it is internal business.
builtins.object AbstractDataContext AbstractControl AbstractFieldControl EditText PullDownMenu AbstractGroupControl GroupBox TabPane AbstractListControl ListBox ListBrowser Button Separator StaticText TabControl Dialog AlignEdgeEnum AlignFactory AlignMode Column ControlFactory ControlTypeEnum DisplayTypeEnum Layout TextAlignEnum TextStyleEnum dlibrary.utility.AbstractPropertyClassDecorator(builtins.object) Align dlibrary.utility.AbstractXmlFile(builtins.object) AbstractActivePlugInDialogXmlFile
:type active_plugin_type: ActivePlugInType(Enum)
def __init__(self, dialog_id: int, control_id: int, help_text: str, data_parent: AbstractDataContext, data_context: str, data_disabled: str=''):
That's why we use the default to have no error thrown, and an attr should be found if it was declared.
def __init__(self, dialog_id: int, control_id: int, help_text: str, data_parent: AbstractDataContext, data_context: str, data_disabled: str, data_value: str, data_items: str):
def __init__(self, dialog_id: int, control_id: int, help_text: str, data_parent: AbstractDataContext, data_context: str, data_disabled: str):
def __init__(self, dialog_id: int, control_id: int, help_text: str, data_parent: AbstractDataContext, data_context: str, data_disabled: str, data_items: str, data_selected_items: str, data_values: tuple):
Decorator to set how a control will be aligned.
:type mode: AlignMode(Enum) || {Layout(Enum): AlignMode(Enum)}
:type layout: Layout(Enum) :rtype: AlignMode(Enum)
:type layout: Layout(Enum)
AlignEdgeEnum = <class 'dlibrary.dialog_custom.AlignEdgeEnum'>
AlignMode = <class 'dlibrary.dialog_custom.AlignMode'>
def __init__(self, dialog_id: int, control_id: int, help_text: str, data_parent: AbstractDataContext, data_context: str, data_command: str, caption: str):
:param data_command: Must resolve to an ObservableCommand up the data context tree. :raises ValueError: if data_command is not a string, or an empty string. :raises ValueError: if caption is not a string, or an empty string.
def __init__(self, header: str, width: int, control_type: int, display_type: int, text_align: int, data_value: str):
def create_control(self, dialog_id: int, name: str, data: dict, data_parent: AbstractDataContext) -> AbstractControl:
def create_controls(self, dialog_id: int, controls: list, data_parent: AbstractDataContext) -> tuple:
ControlTypeEnum = <class 'dlibrary.dialog_custom.ControlTypeEnum'>
That's why we use the default to have no error thrown, and an attr should be found if it was declared.
DisplayTypeEnum = <class 'dlibrary.dialog_custom.DisplayTypeEnum'>
def __init__(self, dialog_id: int, control_id: int, help_text: str, data_parent: AbstractDataContext, data_context: str, data_disabled: str, data_value: str, data_items: str, width: int, height: int):
def __init__(self, dialog_id: int, control_id: int, help_text: str, data_parent: AbstractDataContext, data_context: str, data_disabled: str, header: str, border: bool):
Layout = <class 'dlibrary.dialog_custom.Layout'>
def __init__(self, dialog_id: int, control_id: int, help_text: str, data_parent: AbstractDataContext, data_context: str, data_disabled: str, data_items: str, data_selected_items: str, data_value: str, width: int, height: int):
def __init__(self, dialog_id: int, control_id: int, help_text: str, data_parent: AbstractDataContext, data_context: str, data_disabled: str, data_items: str, data_selected_items: str, index: bool, columns: tuple, width: int, height: int):
def __init__(self, dialog_id: int, control_id: int, help_text: str, data_parent: AbstractDataContext, data_context: str, data_disabled: str, data_available_items: str, data_value: str, data_items: str, width: int):
def __init__(self, dialog_id: int, control_id: int, help_text: str, data_parent: AbstractDataContext, data_context: str):
def __init__(self, dialog_id: int, control_id: int, help_text: str, data_parent: AbstractDataContext, data_context: str, text: str, width: int, style: int):
def __init__(self, dialog_id: int, control_id: int, help_text: str, data_parent: AbstractDataContext, data_context: str, data_disabled):
def __init__(self, dialog_id: int, control_id: int, help_text: str, data_parent: AbstractControl, data_context: str, data_disabled: str, header: str):
TextAlignEnum = <class 'dlibrary.dialog_custom.TextAlignEnum'>
TextStyleEnum = <class 'dlibrary.dialog_custom.TextStyleEnum'>
d:\development\vw libraries\dlibrary\dlibrary\dialog_custom.py