| Constructor and Description |
|---|
AbstractDocument() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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()
DocumentbeforeRender in interface Documentpublic void afterRender()
DocumentafterRender in interface Documentpublic 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)
Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.