caplin.layout-service
alias when using the caplin.webcentric-service-aliases
alias
group.
Attributes | Name and Description |
---|---|
|
caplin.webcentric.layout.WebcentricLayoutService()
|
Attributes | Name and Description |
---|---|
|
void
close( layout)
|
|
void
dispose( layout)
|
|
void
getAvailable()
|
|
void
getOpen()
|
|
void
getSelected()
|
|
void
getTemplates()
|
|
void
open( layout)
|
|
void
openNew( layoutTemplate)
|
|
void
save(caplin.webcentric.layout.WebcentricLayout layout)
Saves the layout to the Webcentric servlet. |
|
void
saveAs(caplin.webcentric.layout.WebcentricLayout layout, String name)
Saves a copy of the layout to the Webcentric servlet with a given name. |
|
void
select( layout)
|
►
caplin.webcentric.layout.WebcentricLayoutService()
►
void
close( layout)
See caplin.layout.LayoutService#close.
layout |
►
void
dispose( layout)
See caplin.layout.LayoutService#dispose.
layout |
►
void
getAvailable()
►
void
getOpen()
►
void
getSelected()
►
void
getTemplates()
►
void
open( layout)
See caplin.layout.LayoutService#open.
layout |
►
void
openNew( layoutTemplate)
See caplin.layout.LayoutService#openNew.
layoutTemplate |
►
void
save(caplin.webcentric.layout.WebcentricLayout layout)
Saves the layout to the Webcentric servlet. Calling this method with a layout that is not selected will first select it.
caplin.webcentric.layout.WebcentricLayout | layout | The Webcentric layout to be saved. |
►
void
saveAs(caplin.webcentric.layout.WebcentricLayout layout, String name)
Saves a copy of the layout to the Webcentric servlet with a given name. Calling this method with a layout that is not selected will first select it.
caplin.webcentric.layout.WebcentricLayout | layout | The Webcentric layout to be saved. |
String | name | The desired name of the newly created Webcentric layout. |
►
void
select( layout)
See caplin.layout.LayoutService#select.
layout |