cleoni.adv
Class Page

java.lang.Object
  extended by cleoni.adv.ManageableObject
      extended by cleoni.adv.Page

public class Page
extends ManageableObject

Implements a PAGE (formerly VIEW) tool. May disappear in future releases.


Field Summary
 java.lang.String id
           
 
Fields inherited from class cleoni.adv.ManageableObject
methodArgs, methods
 
Constructor Summary
Page(java.lang.String strId, java.lang.String strTemplate)
          Creates a new instance of View
 
Method Summary
 java.lang.String toHtml(Dict replacements)
           
 java.lang.String toString()
           
 
Methods inherited from class cleoni.adv.ManageableObject
execMethod, getId, getMethodArgs, getMethods, getName, hasMethod, varExists, varGet, varGet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public java.lang.String id
Constructor Detail

Page

public Page(java.lang.String strId,
            java.lang.String strTemplate)
     throws DimxException
Creates a new instance of View

Throws:
DimxException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class ManageableObject

toHtml

public java.lang.String toHtml(Dict replacements)