Interface DefaultPropertySettings

  • All Known Implementing Classes:
    DefaultPropertySettingsImpl

    public interface DefaultPropertySettings
    Provides default settings configured for a property. The PropertyDescriptor of the configured property can be retrieved using getPropertyDescriptor() method.
    • Method Detail

      • isBaseProperty

        boolean isBaseProperty()
        Returns true if the property is configured as baseProperty.
        Returns:
        true if the property is configured as baseProperty, otherwise returns false.
      • getDefaultEditorCode

        java.lang.String getDefaultEditorCode()
        Returns editorCode configured for the property.
        Returns:
        configured editorCode or null if no editorCode is configured.
      • getParameters

        java.util.Map<java.lang.String,​java.lang.String> getParameters()
        Returns a map of all parameters configured for the property.
        Returns:
        a map (name->value) of parameters configured for the property. Returns empty map if there are no configured parameters.