Sun Java System Portal Server 7.1 Technical Reference

Common Properties for Table Container

The following table lists the common properties for table containers and their description.

The <Collection name> </Collection> tags define a list to contain these properties, which are set with the <String> tag.

Table 20–1 Table Container Properties

Property Tag 

Description 

parentTabContainer

Contained table containers have the parentTabContainer property whose value is the name of the tab container in which the contained table container is contained. If the contained table container has to be used in some other tab container, change this property value to the respective tab container name.

refreshParentContainerOnly

 

layout

Defines the width of the table columns. Layout one (1) refers to thin-thick, layout two (2) refers to thick-thin, and layout three (3) refers to thin-thick-thin. 

thin_popup_height

Defines the window height in pixels for the thin channel in the detached window. 

thin_popup_width

Defines the window width in pixels for the thin channel in the detached window. 

thick_popup_height

Defines the window height in pixels for the thick channel in the detached window. 

thick_popup_width

Defines the window width in pixels for the thick channel in the detached window. 

fullwidth_popup_height

Defines the window height in pixels for the full_top or full_bottom channel in the detached window. 

fullwidth_popup_width

Defines the window width in pixels for the full_top or full_bottom channel in the detached window. 

defaultChannelIsMinimizable

Defines the isMinimizable default value for the channels in this container. If you define a default value, then you do not have to define isMinimizable for all the leaf channels in the container. You can change the value for a leaf channel in the container if needed.

defaultchannelsIsMaximizable

Defines the isMaximizable default value for the channels in this container. If you define a default value, then you do not have to define isMaximizable for all the leaf channels in the container. You can change the value for a leaf channel in the container if needed.

defaultChannelIsMinimized

Defines the isMinimized default value for the channels in this container. If you define a default value, then you do not have to define isMinimized for all the leaf channels in the container. You can change the value for a leaf channel in the container if needed.

defaultChannelIsDetached

Defines the isDetached default value for the channels in this container. If you define a default value, then you do not have to define isDetached for all the leaf channels in the container. You can change the value for a leaf channel in the container if needed.

defaultChannelIsDetachable

Defines the isDetachable default value for the channels in this container. If you define a default value, then you do not have to define isDetachable for all the leaf channels in the container. You can change the value for a leaf channel in the container if needed.

defaultChannelIsRemovable

Defines the isRemovable default value for the channels in this container. If you define a default value, then you do not have to define isRemoveable for all the leaf channels in the container. You can change the value for a leaf channel in the container if needed.

defaultChannelHasFrame

Defines the hasFrame default value for the channels in this container. If you define a default value, then you do not have to define hasFrame for all the leaf channels in the container. You can change the value for a leaf channel in the container if needed.

defaultChannelIsMovable

Defines the isMovable default value for the channels in this container. If you define a default value, then you do not have to define isMovable for all the leaf channels in the container. You can change the value for a leaf channel in the container if needed.

defaultChannelColumn

Defines the column number default value for the channels in this container. If you define a default value, then you do not have to define the column number for all the leaf channels in the container. You can change the value for a leaf channel in the container if needed. 

defaultChannelRow

Defines the row number default value for the channels in this container. If you define a default value, then you do not have to define row number for all the leaf channels in the container. You can change the value for a leaf channel in the container if needed. 

channelsIsMinimized

Defines a collection property to contain the isMinimized value for channels in this container.

channelsIsDetached

Defines a collection property to contain the isDetached value for channels in this container.

channelsHasFrame

Defines a collection property to contain the hasFrame value for channels in this container.

channelsIsMinimizable

Defines a collection property to contain the isMinimizable value for channels in this container.

channelsIsMaximizable

Defines a collection property to contain the isMaximizable value for channels in this container.

channelsRow

Defines a collection property to contain the row number value for channels in this container. 

channelsColumn

Defines a collection property to contain the column number value for channels in this container. 

channelsIsMovable

Defines a collection property to contain the isMovable value for channels in this container.

channelsIsDetachable

Defines a collection property to contain the isDetachable value for channels in this container.

channelsIsRemovable

Defines a collection property to contain the isRemovable value for channels in this container.

borderlessChannels

Defines the collection property to contain the channel name and Boolean value pair for specifying border-less channels in this container. A value of true means the channel does not have border.

defaultBorderlessChannel

Defines the default value for the border-less channels in this container. If you define a default value, then you do not have to define borderlessChannels for all leaf channels in the container. You can change the value for a leaf channel in the container if needed.