Class ComponentScope

  • All Implemented Interfaces:
    java.io.Serializable

    public class ComponentScope
    extends java.lang.Object
    implements java.io.Serializable
    Компонент-обёртка. Применяется для передачи родительского компонента в сборку к дочернему
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ComponentScope​(java.lang.Object component)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T unwrap​(java.lang.Class<T> clazz)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ComponentScope

        public ComponentScope​(java.lang.Object component)
    • Method Detail

      • unwrap

        public <T> T unwrap​(java.lang.Class<T> clazz)