Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jac.aspects.gui.web
Class AbstractPage  view AbstractPage download AbstractPage.java

java.lang.Object
  extended byjac.aspects.gui.web.AbstractView
      extended byjac.aspects.gui.web.AbstractPage
All Implemented Interfaces:
HTMLViewer, jac.aspects.gui.View
Direct Known Subclasses:
Dialog, Page

public abstract class AbstractPage
extends AbstractView
implements HTMLViewer

An HTML page containing a View


Field Summary
(package private)  boolean newWindow
           
protected  jac.aspects.gui.View view
           
 
Fields inherited from class jac.aspects.gui.web.AbstractView
closed, column, context, description, factory, height, isCellViewer, javascript, label, message, parameters, parentView, row, style, styleSheet, table, type, viewBorder, width
 
Constructor Summary
AbstractPage(jac.aspects.gui.View view, boolean newWindow)
           
 
Method Summary
 void close()
          This method is called by the system when the view is closed.
 void genHTML(java.io.PrintWriter out)
          Generate the HTML code for the editor.
 
Methods inherited from class jac.aspects.gui.web.AbstractView
equals, eventURL, eventURL, genBody, genPage, getCloseBorder, getContext, getDescription, getFactory, getId, getId, getLabel, getMessage, getOpenBorder, getParameters, getParentView, getRootView, getStyle, getType, getViewBorder, iconElement, iconElement, isClosed, isInForm, setColumn, setContext, setDescription, setFactory, setFocus, setHeight, setLabel, setMessage, setParameters, setParentView, setRow, setStyle, setStyleSheet, setTable, setType, setViewBorder, setWidth, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jac.aspects.gui.web.HTMLViewer
setStyleSheet
 
Methods inherited from interface jac.aspects.gui.View
getSubstance, refreshView, refreshViewItem
 

Field Detail

view

protected jac.aspects.gui.View view

newWindow

boolean newWindow
Constructor Detail

AbstractPage

public AbstractPage(jac.aspects.gui.View view,
                    boolean newWindow)
Method Detail

close

public void close()
Description copied from interface: jac.aspects.gui.View
This method is called by the system when the view is closed.

Specified by:
close in interface jac.aspects.gui.View
Overrides:
close in class AbstractView

genHTML

public void genHTML(java.io.PrintWriter out)
             throws java.io.IOException
Description copied from interface: HTMLViewer
Generate the HTML code for the editor.

Specified by:
genHTML in interface HTMLViewer