Interface RawId


  • public interface RawId
    Decorates Component to 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