Package org.zkoss.zk.ui.ext
Interface NonFellow
-
- All Known Subinterfaces:
Native
- All Known Implementing Classes:
HtmlNativeComponent
,XmlNativeComponent
public interface NonFellow
DecoratesComponent
to denote that the component won't become a fellow of the ID space it belongs.By default, if
Component.setId(java.lang.String)
is called, the component is added to the ID space (IdSpace
). However, if this interface is implemented, it won't be added to the ID space. In other words,IdSpace.getFellow(java.lang.String)
will never return this component.- Since:
- 3.0.0
- Author:
- tomyeh
- See Also:
IdSpace