|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.faces.component.IlvViewHelperImpl
public class IlvViewHelperImpl
This class implements the IlvViewHelper interface.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
IlvViewHelperImpl(IlvFacesComponent helped)
Creates a new IlvViewHelperImpl instance. |
|
| Method Summary | |
|---|---|
IlvBasicView |
getView()
Returns the view component associated with this component. |
String |
getViewId()
Returns the ID of the view linked to this component. |
void |
restoreState(FacesContext context,
Object state)
Restores the state of this component from the state parameter. |
Object |
saveState(FacesContext context)
Returns the state of this component. |
void |
setView(IlvBasicView view)
Sets the view component associated with this component. |
void |
setViewId(String viewId)
Sets the ID of the view linked to this component. |
void |
updateModel(FacesContext ctx)
This method updates the referenced values by the local values of the component if these values were updated from the client. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvViewHelperImpl(IlvFacesComponent helped)
IlvViewHelperImpl instance.
helped - The component.| Method Detail |
|---|
public String getViewId()
getViewId in interface IlvViewHelperpublic void setViewId(String viewId)
setViewId in interface IlvViewHelperviewId - The ID of the view.public IlvBasicView getView()
view component associated with this component.
getView in interface IlvViewHelperview component associated with this component.public void setView(IlvBasicView view)
view component associated with this component.
setView in interface IlvViewHelperview - The view component associated with this component.public Object saveState(FacesContext context)
state of this component.
saveState in interface IlvViewHelpercontext - The current faces context
state of this component.
public void restoreState(FacesContext context,
Object state)
restoreState in interface IlvViewHelpercontext - The current faces context.state - The previously saved state of this component.public void updateModel(FacesContext ctx)
updateModel in interface IlvViewHelperctx - The current faces context.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||