Interface IWidgetInfoProvider


public interface IWidgetInfoProvider
Use this adapter to provide widget specific information to other widgets. Sometimes a widget may want to know the information of another widget. For example, the array widget want to know which property should be unique for each child. Use this adapter can help to decouple their strong connections. They only need to know the same key value.
  • Method Summary

    Modifier and Type
    Method
    Description