Class BooleanUIDefinition

    • Constructor Detail

      • BooleanUIDefinition

        public BooleanUIDefinition()
        Deprecated.
    • Method Detail

      • getParentType

        public String getParentType()
        Deprecated.
        Overrides:
        getParentType in class UIDefinition
        Returns:
        the Smartclient type from which this type inherits.
      • getFormEditorType

        public String getFormEditorType()
        Deprecated.
        Overrides:
        getFormEditorType in class UIDefinition
        Returns:
        the form item type used for editing this reference in a form.
      • getTypeProperties

        public String getTypeProperties()
        Deprecated.
        Computes the properties used to define the type, this includes all the Smartclient SimpleType properties.
        Overrides:
        getTypeProperties in class UIDefinition
        Returns:
        a javascript string which can be included in the javascript defining the SimpleType. The default implementation returns an empty string.
      • convertToClassicString

        public String convertToClassicString​(Object value)
        Deprecated.
        Description copied from class: UIDefinition
        Creates a classic string which is used by callouts from an object value.
        Overrides:
        convertToClassicString in class UIDefinition
        Returns:
        the classic string
      • getFieldProperties

        public String getFieldProperties​(Field field,
                                         boolean getValueFromSession)
        Deprecated.
        Description copied from class: UIDefinition
        Computes properties to initialize and set the field in a Smartclient form. This can be the default value or the sets of values in the valuemap.
        Overrides:
        getFieldProperties in class UIDefinition
        Parameters:
        field - the field for which the information should be computed.
        Returns:
        a JSONObject string which is used to initialize the formitem.