Component CLIPBOARDSET

Overview

The CLIPBOARDSET component is an invisible component by which you can pass data into the client side clipboard.

If the client directly supports clipboard access then the data is transferred to the clipboard silently. Otherwise a popup dialog will show up, from which the user is request to copy the data explicitly.

Attribute summary

Typically used attributes

All attributes are

General attributes are

Positioning

Used inside: BEANPROCESSING

Attribute details

adapterbinding

Special binding to component adapter object instance on server side. The component adapter must be an instance of IComponentAdapterBinding. For some components (e.g. FIXGRID) there is an extended interface (e.g. IFIXGRIDComponentAdapterBinding).

#{tobedefined}Binding to IComponentAdapter instance

comment

Comment that can be asigned to any component. The comment is not operationally used.

Any textAny text

configinfo

Configuration information that is attached to this component. This information is not functionally used by CaptainCasa, but may be used for any application specific purpose.

dataflavor

Type of data that is passed into the clipboard.

texttext
imageimage - the value in this case is a hexstring representation of the image bytes

rendered

Flag that indicated if this component is rendered at all. If set to false then the component is not rendered - there is no component data sent to the client.

trueComponent is rendered (default)
falseComponent is not rendered

trigger

Trigger value: if the value changes then the component's activity is executed on client side. Use class Trigger on server side for implementations of this property.

value

Data value that is shown and (dependent from the component type) edited inside the component.