Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

ZENDemo.Component.bullet

class ZENDemo.Component.bullet extends %ZEN.Component.object

Example of a custom Zen component.
This defines a bullet point within a sidebar.
Note that as this is an object and not a component it will not be displayed; instead the sidebar class will use this to define the items for it to display.

Property Inventory

Parameters

parameter NAMESPACE = http://www.intersystems.com/zendemo;
This is the XML namespace for this component.

Properties

property image as %ZEN.Datatype.uri;
If provided, the URL of an image to show.
Property methods: imageDisplayToLogical(), imageGet(), imageIsValid(), imageLogicalToDisplay(), imageLogicalToOdbc(), imageNormalize(), imageSet()
property text as %ZEN.Datatype.caption;
Text for this bullet point.
Property methods: textDisplayToLogical(), textGet(), textIsValid(), textLogicalToDisplay(), textLogicalToOdbc(), textNormalize(), textSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab