|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutManager | |
portal.core.api | |
portal.core.render |
Uses of LayoutManager in portal.core.api |
Methods in portal.core.api that return LayoutManager | |
LayoutManager |
Component.getLayout()
Get the layout manager that will render this component, if set. |
Methods in portal.core.api with parameters of type LayoutManager | |
void |
Component.setLayout(LayoutManager layout)
Set the layout manager for this component. |
Constructors in portal.core.api with parameters of type LayoutManager | |
Panel(LayoutManager layout)
|
|
Panel(java.lang.String name,
LayoutManager layout)
|
|
Container(LayoutManager layout)
Create a new Container instance with an initial layout manager. |
|
Container(java.lang.String name,
LayoutManager layout)
Create a new Container instance with the give name and layout manager. |
Uses of LayoutManager in portal.core.render |
Classes in portal.core.render that implement LayoutManager | |
class |
AbstractContainerLayout
|
class |
FlowLayout
|
class |
GridLayout
|
class |
JspLayout
Deprecated. Use Velocity instead |
class |
SimpleLayout
|
class |
TableLayoutManager
|
class |
VelocityLayout
|
Methods in portal.core.render that return LayoutManager | |
LayoutManager |
Renderable.getLayout()
|
Methods in portal.core.render with parameters of type LayoutManager | |
void |
Renderable.setLayout(LayoutManager renderer)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |