Interface PropertyBinding

    • Method Detail

      • getConverter

        Converter getConverter()
        Returns the associated _converter with this binding.
        Returns:
        the associated _converter with this binding.
      • getFieldName

        java.lang.String getFieldName()
        Returns the field name of the source object.
        Returns:
        the field name of the source object.
      • getCommandName

        java.lang.String getCommandName()
        Returns the associated command name of this binding; null if not speicified.
        Returns:
        the associated command name of this binding; null if not speicified.
      • getPropertyString

        java.lang.String getPropertyString()
        Returns the property expression script of this binding.
        Returns:
        the property expression script of this binding.
      • getConditionType

        ConditionType getConditionType()
        Returns the condition type of this binding
      • getConverterArgs

        java.util.Map<java.lang.String,​java.lang.Object> getConverterArgs()
        Returns an argument <tags, object> pairs map for converter.
        Returns:
        an argument <tags, object> pairs map for converter.
      • getProperty

        ExpressionX getProperty()
        Returns:
        the property expression of binding
        Since:
        8.0.0