{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.workplace.wcm.api.plugin
Interface AuthoringPlugin
- All Known Subinterfaces:
- ItemValidationPlugin, RenderingPlugin, RenderingPluginDefinition, TextProvider
- All Known Implementing Classes:
- TextProviderAdapter
public interface AuthoringPluginInterface to define options for WCM plugins that can be displayed through the WCM authoring UI
- Since:
- 7.0
- Note:
This interface is designed to be implemented by clients.
Method Summary boolean isShownInAuthoringUI()
This property should return true if the plugin will be selectable through the Web Content Manager Authoring UI or false if the plugin is to be hidden from users.
Method Detail isShownInAuthoringUI
boolean isShownInAuthoringUI()
- This property should return true if the plugin will be selectable through the Web Content Manager Authoring UI or false if the plugin is to be hidden from users. If this property is false, the user will need to manually enter the name of the plugin in order to use it.
- Returns:
- true to make the plugin selectable, false to hide it from selection
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD