Package | Description |
---|---|
com.manydesigns.portofino.actions.admin.page | |
com.manydesigns.portofino.dispatcher | |
com.manydesigns.portofino.pages |
Modifier and Type | Method and Description |
---|---|
protected TableForm |
PageAdminAction.setupChildPagesForm(List<EditChildPage> childPages,
File childrenDirectory,
Layout layout,
String prefix) |
protected boolean |
PageAdminAction.updatePageChildren(TableForm childPagesForm,
List<EditChildPage> childPages,
Layout layout,
String[] order) |
Modifier and Type | Method and Description |
---|---|
Layout |
PageInstance.getLayout()
Returns the layout that drives the display of the embedded children of this page.
|
Modifier and Type | Method and Description |
---|---|
void |
PageInstance.setLayout(Layout layout)
Sets the layout that drives the display of the embedded children of this page.
|
Modifier and Type | Field and Description |
---|---|
protected Layout |
Page.detailLayout |
protected Layout |
Page.layout |
Modifier and Type | Method and Description |
---|---|
Layout |
Page.getDetailLayout() |
Layout |
Page.getLayout() |
Modifier and Type | Method and Description |
---|---|
void |
Page.setDetailLayout(Layout detailLayout) |
void |
Page.setLayout(Layout layout) |