Interface ITypeDescriptionDialogModel

    • Method Detail

      • getCompositeType

        IValue<Boolean> getCompositeType()
        Returns:
        the 'composite type' model
      • getSelectedItem

        IValue<TypeItem> getSelectedItem()
        Returns:
        the selected item in dialog model
      • isCompositeTypeAllowed

        boolean isCompositeTypeAllowed()
        Returns:
        true if the composite type is allowed, false - otherwise
      • isSysEnum

        boolean isSysEnum​(TypeItem item)
        Parameters:
        item - the TypeItem
        Returns:
        true if item is system enum
      • isPcOnly

        boolean isPcOnly​(TypeItem item)
        Parameters:
        item - the TypeItem
        Returns:
        true if the given item is for PC only
      • showMobileOnly

        boolean showMobileOnly()
        Returns:
        true if the dialog should display only mobile types.
      • isQualifiersAllowed

        boolean isQualifiersAllowed()
        Returns:
        true if the type qualifiers is allowed, false - otherwise