Interface VTableControl

    • Method Detail

      • isAddRemoveDisabled

        boolean isAddRemoveDisabled()
        Returns the value of the 'Add Remove Disabled' attribute. The default value is "false".

        If the meaning of the 'Add Remove Disabled' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Add Remove Disabled' attribute.
        See Also:
        setAddRemoveDisabled(boolean), VTablePackage.getTableControl_AddRemoveDisabled()
      • setAddRemoveDisabled

        void setAddRemoveDisabled​(boolean value)
        Sets the value of the 'Add Remove Disabled' attribute.
        Parameters:
        value - the new value of the 'Add Remove Disabled' attribute.
        See Also:
        isAddRemoveDisabled()
      • isMoveUpDownDisabled

        boolean isMoveUpDownDisabled()
        Returns the value of the 'Move Up Down Disabled' attribute. The default value is "true".

        If the meaning of the 'Move Up Down Disabled' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Move Up Down Disabled' attribute.
        See Also:
        setMoveUpDownDisabled(boolean), VTablePackage.getTableControl_MoveUpDownDisabled()
      • setMoveUpDownDisabled

        void setMoveUpDownDisabled​(boolean value)
        Sets the value of the 'Move Up Down Disabled' attribute.
        Parameters:
        value - the new value of the 'Move Up Down Disabled' attribute.
        See Also:
        isMoveUpDownDisabled()
      • getColumnConfigurations

        org.eclipse.emf.common.util.EList<VTableColumnConfiguration> getColumnConfigurations()
        Returns the value of the 'Column Configurations' containment reference list. The list contents are of type VTableColumnConfiguration.

        If the meaning of the 'Column Configurations' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Column Configurations' containment reference list.
        See Also:
        VTablePackage.getTableControl_ColumnConfigurations()
      • getDetailView

        VView getDetailView()
        Returns the value of the 'Detail View' containment reference.

        If the meaning of the 'Detail View' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Detail View' containment reference.
        See Also:
        setDetailView(VView), VTablePackage.getTableControl_DetailView()
      • setDetailView

        void setDetailView​(VView value)
        Sets the value of the 'Detail View' containment reference.
        Parameters:
        value - the new value of the 'Detail View' containment reference.
        See Also:
        getDetailView()
      • isEnableDetailEditingDialog

        @Deprecated
        boolean isEnableDetailEditingDialog()
        Deprecated.
        Returns the value of the 'Enable Detail Editing Dialog' attribute. The default value is "false".

        If the meaning of the 'Enable Detail Editing Dialog' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Enable Detail Editing Dialog' attribute.
        See Also:
        setEnableDetailEditingDialog(boolean), VTablePackage.getTableControl_EnableDetailEditingDialog()
      • setEnableDetailEditingDialog

        @Deprecated
        void setEnableDetailEditingDialog​(boolean value)
        Deprecated.
        Sets the value of the 'Enable Detail Editing Dialog' attribute.
        Parameters:
        value - the new value of the 'Enable Detail Editing Dialog' attribute.
        See Also:
        isEnableDetailEditingDialog()
      • isDuplicateDisabled

        boolean isDuplicateDisabled()
        Returns the value of the 'Duplicate Disabled' attribute. The default value is "true".

        If the meaning of the 'Duplicate Disabled' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Duplicate Disabled' attribute.
        Since:
        1.18
        See Also:
        setDuplicateDisabled(boolean), VTablePackage.getTableControl_DuplicateDisabled()
      • setDuplicateDisabled

        void setDuplicateDisabled​(boolean value)
        Sets the value of the 'Duplicate Disabled' attribute.
        Parameters:
        value - the new value of the 'Duplicate Disabled' attribute.
        Since:
        1.18
        See Also:
        isDuplicateDisabled()