Class
caplin.webcentric.layout

WebcentricLayout

A Webcentric implementation of the caplin.layout.Layout interface. This class should not be instantiated directly.

You should never construct this class by yourself, use the caplin.webcentric.layout.WebcentricLayoutService to construct it for you.

Constructor Summary

Attributes Name and Description
caplin.webcentric.layout.WebcentricLayout( pageMetaData, isClosable, isWritable, name, id)

Method Summary

Attributes Name and Description
void getName()

See caplin.layout.Layout#getName.

void getProperty( propertyName)

See caplin.layout.Layout#getProperty.

void insertComponent( component, name)

See caplin.layout.Layout#insertComponent.

void isClosable()

See caplin.layout.Layout#isClosable.

void isSaved()

See caplin.layout.Layout#isSaved.

void isWritable()

See caplin.layout.Layout#isWritable.

Constructor Detail

caplin.webcentric.layout.WebcentricLayout( pageMetaData, isClosable, isWritable, name, id)

Parameters
pageMetaData
isClosable
isWritable
name
id

Method Detail

void getName()

See caplin.layout.Layout#getName.

void getProperty( propertyName)

See caplin.layout.Layout#getProperty.

Parameters
propertyName

void insertComponent( component, name)

See caplin.layout.Layout#insertComponent.

Parameters
component
name

void isClosable()

See caplin.layout.Layout#isClosable.

void isSaved()

See caplin.layout.Layout#isSaved.

void isWritable()

See caplin.layout.Layout#isWritable.