ZMObject
|
+--ZMView
|
+--ZMPageView
|
+--ZMPopupView
public class ZMPopupView
extends ZMPageView
| Constructor Summary | |
|---|---|
ZMPopupView(string page) Create new popup view. |
|
| Method Summary | |
|---|---|
| string | 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 | |
public ZMPopupView(string page)
Create new popup view.
public string getViewFilename()
Returns the full view filename to be includes by a template.
public boolean isValid()
Check if this view is valid.
true if the view is valid, false if not.
Popup view.