|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
com.creamtec.ajaxswing.rendering.AbstractDocument
public abstract class AbstractDocument
Constructor Summary | |
---|---|
AbstractDocument()
|
Method Summary | |
---|---|
void |
afterRender()
Callback function called after a document is rendered |
void |
beforeRender()
Callback function called before a document is rendered |
ClientAgent |
getClientAgent()
Returns the client agent, associated with this page. |
java.lang.String |
getDocsURL()
Returns the URL that specifies the location of the documents for the current application. |
AbstractDocumentRenderer |
getDocumentRenderer()
|
abstract int |
getNextComponentNameIndex(java.lang.Object obj)
|
java.util.Map |
getProps()
Properties map can be used to store a list of standard and user-defined properties |
java.lang.String |
getRedirectURL()
Returns the redirection URL |
RenderContext |
getRenderContext()
Returns the rendering context associated with this page |
java.lang.String |
getThemeDocsURL()
Returns the URL that specifies the location of the theme-specificdocuments for the current application. |
java.lang.String |
getThemeName()
Returns the name of the application HTML theme. |
java.lang.String |
getTitle()
Returns page title |
boolean |
isPartialUpdateAllowed()
|
void |
reset(boolean complete)
|
void |
setClientAgent(ClientAgent agent)
Used by AjaxSwing to associate an agent with the page. |
void |
setComponentDirty(java.awt.Component component,
boolean dirty)
|
void |
setDocumentRenderer(AbstractDocumentRenderer documentRenderer)
|
void |
setPartialUpdateAllowed(boolean partialUpdateAllowed)
|
void |
setRedirectURL(java.lang.String url)
Sets the URL that AjaxSwing should redirect browser to |
void |
setTitle(java.lang.String title)
Sets page title |
Methods inherited from class java.util.Observable |
---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractDocument()
Method Detail |
---|
public void reset(boolean complete)
public void setClientAgent(ClientAgent agent)
public RenderContext getRenderContext()
public java.util.Map getProps()
public java.lang.String getThemeName()
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- titlepublic ClientAgent getClientAgent()
public void beforeRender()
Document
beforeRender
in interface Document
public void afterRender()
Document
afterRender
in interface Document
public void setPartialUpdateAllowed(boolean partialUpdateAllowed)
public boolean isPartialUpdateAllowed()
public void setRedirectURL(java.lang.String url)
url
- URLpublic java.lang.String getRedirectURL()
public java.lang.String getDocsURL()
public java.lang.String getThemeDocsURL()
public abstract int getNextComponentNameIndex(java.lang.Object obj)
public AbstractDocumentRenderer getDocumentRenderer()
public void setDocumentRenderer(AbstractDocumentRenderer documentRenderer)
public void setComponentDirty(java.awt.Component component, boolean dirty)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |