Package com.sun.rave.designtime.markup

This package is for markup component specific portions of the Creator Design-Time API

See:
          Description

Interface Summary
AttributePropertyEditor The AttributePropertyEditor interface extends the PropertyEditor interface (a special type of property editor for markup attributes) to add the ability to persist and resolve complex types in markup.
MarkupDesignBean A MarkupDesignBean represents an instance of a markup (JSF/JSP/etc) JavaBean class at design- time.
MarkupDesignContext The MarkupDesignContext is an extension to the DesignContext interface that adds markup-specific functionality.
MarkupDesignInfo The MarkupDesignInfo interface is an extension of the DesignInfo interface that adds the ability to annotate the render stream of a markup element for design-time, and provide clickable sub-regions and context items within the visual markup element.
MarkupMouseRegion A MarkupMouseRegion represents a portion (sub-region) of a markup component's rendered markup that has special design-time behavior.
MarkupRenderContext A MarkupRenderContext represents the context in which a markup bean will be rendering its markup output.
 

Class Summary
AttributeDescriptor An AttributeDescriptor describes a markup attribute that is used to persist the value of a JavaBean property.
BasicMarkupMouseRegion A basic implementation of MarkupMouseRegion to use for convenience.
MarkupPosition The MarkupPosition extends the Position class to include specifics about DOM coordinates.
StyleClassDescriptor The StyleClassDescriptor describes a CSS style class declared in an associated CSS stylesheet.
 

Package com.sun.rave.designtime.markup Description

This package is for markup component specific portions of the Creator Design-Time API

Package Specification

The Creator Design-Time API is the 'hook' for component authors to get access to the rich design-time functionality supplied by Creator. Each class or interface is clearly marked as to wether it is to be implemented by the component author or is supplied by the Creator IDE. This package contains markup component specific portions of the Creator Design-Time API.

Related Documentation