Package | Description |
---|---|
org.apache.empire.jsf2.pageelements | |
org.apache.empire.jsf2.pages |
Modifier and Type | Class and Description |
---|---|
class |
BeanListPageElement<T> |
class |
ListPageElement<T> |
class |
RecordPageElement<T extends DBRecord> |
class |
StaticListPageElement<T> |
Modifier and Type | Method and Description |
---|---|
protected void |
Page.doInitElement(PageElement pe)
called by doInit() to initialize a particular page element
|
protected void |
Page.doRefreshElement(PageElement pe)
called by doRefresh() to refresh a particular page element
|
protected void |
Page.registerPageElement(PageElement element)
adds a page element to this page
DO NOT CALL yourself, this method is called from the PageElement constructor!
|
Copyright © 2008–2018 Apache Software Foundation. All rights reserved.