Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: awt ::

interface XTabControllerModel

Base Interface
com::sun::star::uno::XInterface

[ DEPRECATED ]
Description
el !


Known Services which Export this Interface

com::sun::star::form::component::Form This service specifies a form which is a group of FormComponents.
com::sun::star::awt::TabControllerModel specifies a standard tab controller / ** specifies the standard model of an TabController .

Methods' Summary

getGroupControl
setGroupControl
setControlModels
getControlModels
setGroup
getGroupCount
getGroup
getGroupByName

Methods' Details

getGroupControl
 
boolean
getGroupControl();
setGroupControl
 
[ oneway ] void
setGroupControl(
[ in ] boolean GroupControl );

setControlModels
 
[ oneway ] void
setControlModels(
[ in ] sequence< com::sun::star::awt::XControlModel > Controls );

getControlModels
 
sequence< com::sun::star::awt::XControlModel >
getControlModels();
setGroup
 
[ oneway ] void
setGroup(
[ in ] sequence< com::sun::star::awt::XControlModel > Group,
[ in ] string GroupName );

getGroupCount
 
long
getGroupCount();
getGroup
 
void
getGroup(
[ in ] long nGroup,
[ out ] sequence< com::sun::star::awt::XControlModel > Group,
[ out ] string Name );

getGroupByName
 
void
getGroupByName(
[ in ] string Name,
[ out ] sequence< com::sun::star::awt::XControlModel > Group );


Top of Page