| Summary: | Support create action | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Konstantin Komissarchik <konstantin> |
| Component: | Sapphire | Assignee: | Konstantin Komissarchik <konstantin> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | ling.hao |
| Version: | unspecified | Keywords: | plan |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Konstantin Komissarchik
Enhancement completed. To use this feature, the developer must supply create
action handler for the property editor in the sdef file. This is done as
follows:
<property-editor>
<property>MyProperty</property>
<action-handler>
<action>Sapphire.Create</action>
<impl>MyCreateImpl</impl>
</action-handler>
</property-editor>
The action handler implementation class must extend SapphireActionHandler.
The class references in the sdef files are resolved using the import
directives specified. Make sure that the package where the implementation
class is located is imported.
Marking as fixed. Verified with gallery sample value property editor reference create. |