Reference > IBM Sales Center extension points


rowLayouts

The com.ibm.commerce.telesales.widgets.rowLayouts extension point is used to declare row layouts for use in the Multi-Channel Sales Center user interface. Row composite declarations can refer to row layout declarations.


Identifier:

com.ibm.commerce.telesales.widgets.rowLayouts


Description:

The com.ibm.commerce.telesales.widgets.rowLayouts extension point is used to declare row layouts for use in the Multi-Channel Sales Center user interface. Row composite declarations can refer to row layout declarations.


Configuration Markup:

<!ELEMENT extension ( rowLayout*)>

<!ATTLIST extension

point CDATA #REQUIRED

id CDATA #IMPLIED

name CDATA #IMPLIED>

<!ELEMENT rowLayout EMPTY>

<!ATTLIST rowLayout

marginHeight CDATA #IMPLIED

marginWidth CDATA #IMPLIED

marginTop CDATA #IMPLIED

marginBottom CDATA #IMPLIED

marginRight CDATA #IMPLIED

marginLeft CDATA #IMPLIED

fill (true | false)

wrap (true | false)

justify (true | false)

pack (true | false)

type (HORIZONTAL|VERTICAL)

id CDATA #REQUIRED

spacing CDATA #IMPLIED>


Examples:

<extension
point="com.ibm.commerce.telesales.widgets.rowLayouts">    
<rowLayout
       id="buttonBarRowLayout"
       spacing="5"
       marginHeight="8"
       marginWidth="9"/> 
</extension>


API Information:

See org.eclipse.swt.layout.RowLayout.


Supplied Implementation:

Many of the editors, dialogs, and views provided with the Multi-Channel Sales Center editor have been made use of the rowLayouts extension point in their declaration.


Related concepts

User Interface Layouts in the IBM Sales Center


+

Search Tips   |   Advanced Search