|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.progeeks.util.DefaultContextView
public class DefaultContextView
Default implementation of ContextView that is simply a holder for a ViewContext.
| Constructor Summary | |
|---|---|
DefaultContextView(ViewContext context)
|
|
| Method Summary | |
|---|---|
ViewContext |
getViewContext()
Returns the view context associated with this view. |
void |
setViewContext(ViewContext context)
Sets this view's current ViewContext. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultContextView(ViewContext context)
| Method Detail |
|---|
public ViewContext getViewContext()
getViewContext in interface ContextViewpublic void setViewContext(ViewContext context)
setViewContext in interface ContextView
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||