A MarkupDesignBean represents an instance of a markup (JSF/JSP/etc) JavaBean class at design-
time. There is one MarkupDesignBean instance 'wrapping' each instance of a component class in a
bean design tool. All access to properties and events should be done via the MarkupDesignBean
interface at design-time, so that the tool is able to track changes and persist them.
MarkupDesignBean extends the DesignBean interface, adding access to the DOM Element that
represents this portion of source markup
IMPLEMENTED BY CREATOR - This interface is implemented by Creator for use by the
component (bean) author.
author: Joe Nuxoll version: 1.0 |