|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IUserLayout | |
|---|---|
| org.jasig.portal.layout | Interfaces and classes for basic layouts support. |
| org.jasig.portal.layout.dlm | Interfaces and classes in support of Distributed Layout Management. |
| org.jasig.portal.layout.immutable | Classes in support of restricting the user from changing the layout. |
| org.jasig.portal.layout.simple | Intefaces and classes primarily for Simple Layouts. |
| Uses of IUserLayout in org.jasig.portal.layout |
|---|
| Methods in org.jasig.portal.layout that return IUserLayout | |
|---|---|
IUserLayout |
IUserLayoutManager.getUserLayout()
Gets a user layout (with appropriate markings). |
IUserLayout |
TransientUserLayoutManagerWrapper.getUserLayout()
|
| Methods in org.jasig.portal.layout with parameters of type IUserLayout | |
|---|---|
void |
IUserLayoutManager.setUserLayout(IUserLayout userLayout)
Sets a user layout (with appropriate markings). |
void |
TransientUserLayoutManagerWrapper.setUserLayout(IUserLayout userLayout)
|
| Uses of IUserLayout in org.jasig.portal.layout.dlm |
|---|
| Methods in org.jasig.portal.layout.dlm that return IUserLayout | |
|---|---|
IUserLayout |
DistributedLayoutManager.getUserLayout()
|
| Methods in org.jasig.portal.layout.dlm with parameters of type IUserLayout | |
|---|---|
void |
DistributedLayoutManager.setUserLayout(IUserLayout userLayout)
|
| Uses of IUserLayout in org.jasig.portal.layout.immutable |
|---|
| Methods in org.jasig.portal.layout.immutable that return IUserLayout | |
|---|---|
IUserLayout |
ImmutableUserLayoutManagerWrapper.getUserLayout()
|
| Methods in org.jasig.portal.layout.immutable with parameters of type IUserLayout | |
|---|---|
void |
ImmutableUserLayoutManagerWrapper.setUserLayout(IUserLayout userLayout)
|
| Uses of IUserLayout in org.jasig.portal.layout.simple |
|---|
| Classes in org.jasig.portal.layout.simple that implement IUserLayout | |
|---|---|
class |
SimpleLayout
The simple user layout implementation. |
| Fields in org.jasig.portal.layout.simple declared as IUserLayout | |
|---|---|
protected IUserLayout |
SimpleUserLayoutManager.userLayout
|
| Methods in org.jasig.portal.layout.simple that return IUserLayout | |
|---|---|
IUserLayout |
SimpleUserLayoutManager.getUserLayout()
|
| Methods in org.jasig.portal.layout.simple with parameters of type IUserLayout | |
|---|---|
void |
SimpleUserLayoutManager.setUserLayout(IUserLayout userLayout)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||