org.zkoss.zk.ui.ext
Interface RawId


public interface RawId

Decorates Component to denote that the UUID (Component.getUuid() must be the same as the ID (Component.getId()). Thus, if org.zkoss.zk.ui.Component#setId} is called, both UUID and ID are changed.

In summary, if this interface is declared, ID == UUID.

Author:
tomyeh



Copyright © 2005-2008 Potix Corporation. All Rights Reserved.