ZenMagick 0.9.0


org.zenmagick.rp.uip.views.ZMPopupView

Class ZMPopupView

ZMObject
|
+--ZMView
|
+--ZMPageView
|
+--ZMPopupView

public class ZMPopupView
extends ZMPageView

Popup view.

Author:
mano
Version:
$Id$

Constructor Summary

ZMPopupView(string page)

Create new popup view.

Method Summary
string

getViewFilename()

Returns the full view filename to be includes by a template.

boolean

isValid()

Check if this view is valid.

Methods inherited from org.zenmagick.rp.uip.ZMPageView
generate, getLayout
Methods inherited from org.zenmagick.rp.ZMView
callView, generate, getController, getMappingId, getName, getViewFilename, isValid, isViewFunction, setController, setMappingId, setName
Methods inherited from org.zenmagick.ZMObject
create

Constructor Detail

ZMPopupView

public ZMPopupView(string page)

Create new popup view.

Parameters:
page - The page (view) name.

Method Detail

getViewFilename

public string getViewFilename()

Returns the full view filename to be includes by a template.

Returns:
The full view filename.

isValid

public boolean isValid()

Check if this view is valid.

Returns:
true if the view is valid, false if not.

ZenMagick 0.9.0