Package org.zkoss.zk.ui.ext
Interface RawId
-
public interface RawIdDecoratesComponentto denote that the UUID (Component.getUuid()must be the same as the ID (Component.getId()), if the application assigns an ID for it. Thus, if org.zkoss.zk.ui.Component#setId} is called, both UUID and ID are changed.- Author:
- tomyeh