Component POOLEDBROWSER

Attribute summary

Typically used attributes

All attributes are

Positioning

Used inside: ADAPTIVETILECONTAINER, ADAPTIVETOOLBAR, AREASELECTOR, BLOCKABLEAREA, COLSYNCHEDROW, DRAWAREA, FOLDABLEPANEHEADERROW, GRIDCOL, GRIDFOOTER, GRIDHEADER, GRIDHEADERLABEL, GRIDLAYOUTROW, LABELCONTAINER, LAYEREDPANE, OVERLAYAREABASEITEM, OVERLAYAREAITEM, PAGEBEANROOT, PAINTAREAITEM, REPEAT, ROW, ROWADAPTIVELINE, ROWFLEXCOLUMNCONTAINER, ROWFLEXLINECONTAINER, ROWFOOTER, ROWHEADER, ROWTITLEBAR, SCHEDULEITEM, SCHEDULEITEMAREA, SIZEANIMATIONAREA, SPANGRIDCOL, STABLEAREA, TABBEDAREABEGIN, TABBEDAREAEND, TEXTWITHCONTROLS, TREENODE

Attribute details

actionListener

Binding to server side method that processes the events coming from this component.

The attribute value must be an expression.

#{methodBinding}Method binding

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).

The attribute value must be an expression.

#{tobedefined}Binding to IComponentAdapter instance

allowfullscreen

Embedded pages (e.g. youtube-videos...) may include the ability to render their content in full screen mode. You may allow this by setting this attributes to true/false.

falseFull screen request of inner page is blocked. (default)
trueFull screen request of inner page is allowed.

animatechangeofsize

If set to true then changes of the width/height of the component are animated.

trueWith animation
falseWithout animation (default)

attributemacro

Name of macro that is used for generating certain attributes of this component. Please pay attention: the value of this attribute is read one time for each control and cannot be changed afterwards.

avoidurlencoding

By default the URL that you pass is encoded, so that special characters are translated into some escape sequence. If you URL is already encoded, then the result would be some double-encoding - which may produce some invalid URL.

falseURL will be encoded (default)
trueURL will NOT be encoded, but will be used exactly the way you pass it.

browser

Perferred type of browser to be used. This attribute can NOT be changed during the life cycle of the corresponding component.

 default (Windows: Internet Explorer)
mozillaMozilla/Firefox - the installation of XUL runner needs to be performed on client side.

colalignmentx

In case the space provided by the container (e.g. gridlayoutcontainer) for the component is wider than the component itself: definition where to place the component

leftLeft (default)
centerCenter
rightRight

colspan

Spanning of columns if used inside a COLSYNCHEDROW or inside a GRIDLAYOUTPANE.

1Control spans one column (default)
22 columns
33 columns

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.

cookies

currenturl

URL that is currently shown in the browser. While the URL attribute represents the URL that you want the browser top open, the CURRENTURL is writing back the current navigation location within the browser.

enabled

Indicator if component is enabled or not.

trueComponent is enabled.
falseComponent is not enabled.

height

Height of the control. Either defined as absolute value or as percentage value. Pay attention when using percentage sizing: the size refers to what is given from the components above. When using percentage sizing then you may use an extended syntax: "xxx%;<min>;<max>": in this case the minimum and maximum definitions are respected. If using absolute sizes you may append a "+" to define, that the size is extended if required by the component. - Please note: the sizing may be completely taken over by the parent component (e.g. if a component is used in a grid cell), in this case the size definintions on this component level are obsolete.

100100 pixels
120120 pixels
200200 pixels
50%50 percents
100%Full available height
100%;100Full available height, minimum 100 pixels
100%;100;500Full available height, minimum 100 pixels, maximum 500 pixels
100%;;500Full available height, maximum 500 pixels

hiddenimage

In some situations the browser is hidden (e.g. during drag drop). In this case some substitute label is rendered. This is the image that is shown as substitute.

/images/abc.pngImage /images/abc.png
/images/svg/def.svgImage /images/svg/def.svg

hiddentext

In some situations the browser is hidden (e.g. during drag drop). In this case some substitute label is rendered. This is the text that is shown as substitute.

highlightid

ownnewbrowserinstances

If a new browser is to be opened within the browser then by default, a complete new, separate browser is opened, which runs completely independent from the browser control. If defining true, then new browser instances are managed within the scope of the browser control - they are closed if the browser control is closed, and they take over session cookie information from the browser control.

trueOwn browser instances, running in the scop of the browser control
falseNew independent browser instances (default)

poolid

receiveeventmessagefilter

Filter conditions by which a message event is checked if it is relevant for being processed by the actionListener. The filter is defined as sequence of name/value definitions: if one of them matches the attributes if the event data object, then the actionListener is invoked.

name1:value1;name2:value2;...Sequence of name/value definitions. Spaces are meaningful!

reference

Reference to an outside object that is the content behind the component. E.g. a field is representing a certain field of a database table: in this case you could define the value table;column. The reference plays a siginficant role within the attributemacro management.

refOne reference
ref1;ref2Two references
ref1;ref2;ref3Three references

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.

The attribute value must be an expression.

trueComponent is rendered (default)
falseComponent is not rendered

rowalignmenty

If more than one component is arranged within one row, then components need to decide how they want to be aligned vertically inside the row - in case the height of the row exceeds the height of the component itself.

topTop
centerCenter (default)
bottomBottom

rowspan

Spanning of rows if used inside a GRIDLAYOUTPANE.

1Control spans one row (default)
22 rows
33 rows

sendeventmessage

Content of message that is passed as event to the browser page. The event is called using the window.postMessage(...) method.

sendeventmessagetrigger

Trigger to send the event into the page that is currently loaded.

shadow

Shadow of component. The definition is done by several inner values: hoffset, voffset, blur and color.

hoffset:5;voffset:5;blur:5;color:#C0C0C0full shadow definition
color:#C0C0C0Definition only via color, rest of values is set to default values

stylevariant

In CaptainCasa you can define styles definitions for components. A style definition is a definition of a set of default attribute values that are applied to the component. In case you want to differenciate between different usage types of the component you can apply multiple styles - and use the stylevariant attribute to select between.

triggerprint

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

url

URL that is loaded. Either an absolute address, or relative to the jsp starting page.

width

Width of the control. Either defined as absolute value or as percentage value. Pay attention when using percentage sizing: the size refers to what is given from the components above. When using percentage sizing then you may use an extended syntax: "xxx%;<min>;<max>": in this case the minimum and maximum definitions are respected. - Please note: the sizing may be completely taken over by the parent component (e.g. if a component is used in a grid cell), in this case the size definintions on this component level are obsolete.

100100 Pixels
120120 Pixels
200200 Pixels
50%50 percents
100%Full available width
100%;100Full available width, minimum 100 pixels
100%;100;500Full available width, minimum 100 pixels, maximum 500 pixels
100%;;500Full available width, maximum 500 pixels

x

x-pixel-position: this attribute is only used if the component is directly placed into a PAINTAREA!

y

y-pixel-position: this attribute is only used if the component is directly placed into a PAINTAREA!