public abstract class PageBeanComponent extends PageBean implements IPageBeanComponent
| Modifier and Type | Class and Description |
|---|---|
static interface |
PageBeanComponent.ILiteralResolver
Interface for adding an own literal resolution.
|
class |
PageBeanComponent.LitMap
Internal usage.
|
| Constructor and Description |
|---|
PageBeanComponent()
Default constructor, the component is used as "column control".
|
PageBeanComponent(boolean usedAsRow)
Constructor, in which you can decide to use the component as "row control".
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
findLiteralResourceName()
Find the name of the properties-file in which the default literal resolution
looks for literal translations.
|
protected java.lang.String |
getLayoutPath()
Finds the resource path for accessing the component's layout-xml.
|
PageBeanComponent.LitMap |
getLit()
Access to literal map from outside.
|
PageBeanComponent.ILiteralResolver |
getLiteralResolver()
There is a default mechanism how literals of a page bean component are resolved:
the component uses resource files that have the same name as the component's class.
|
java.lang.String |
getPageName()
Name of page that is managed by the bean.
|
protected java.lang.String |
readLiteral(java.lang.String key) |
void |
setLiteralResolver(PageBeanComponent.ILiteralResolver literalResolver) |
buildContentReplaceString, closePopup, getActualRootExpression, getPopups, getRootExpressionUsedInPage, initializePageBean, isInitialized, onBeforeRendering, openModalPopup, openModelessPopup, pbx, readPageLayoutXML, setActualRootExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosePopup, getActualRootExpression, getRootExpressionUsedInPage, initializePageBean, isInitialized, onBeforeRendering, openModalPopup, openModelessPopup, setActualRootExpressionpublic PageBeanComponent()
public PageBeanComponent(boolean usedAsRow)
public PageBeanComponent.ILiteralResolver getLiteralResolver()
public void setLiteralResolver(PageBeanComponent.ILiteralResolver literalResolver)
public java.lang.String getPageName()
IPageBeangetPageName in interface IPageBeangetPageName in class PageBeanpublic PageBeanComponent.LitMap getLit()
protected java.lang.String getLayoutPath()
protected java.lang.String readLiteral(java.lang.String key)
protected java.lang.String findLiteralResourceName()
Copyright © CaptainCasa Gmbh. All Rights Reserved.