Package | Description |
---|---|
org.apache.empire.jsf2.app | |
org.apache.empire.jsf2.pageelements | |
org.apache.empire.jsf2.pages | |
org.apache.empire.jsf2.utils |
Modifier and Type | Method and Description |
---|---|
static Page |
FacesUtils.getPage(javax.faces.context.FacesContext fc) |
Modifier and Type | Method and Description |
---|---|
static void |
FacesUtils.redirectFromError(Page page,
Throwable t) |
Constructor and Description |
---|
BeanListPageElement(Page page,
Class<T> beanClass,
DBColumn defaultSortColumn)
Overload that requires a default sort order to be provided
|
BeanListPageElement(Page page,
Class<T> beanClass,
DBColumn defaultSortColumn,
String propertyName)
Overload that requires a default sort order to be provided
|
BeanListPageElement(Page page,
Class<T> beanClass,
DBRowSet rowSet)
Overload that requires a default sort order to be provided
|
BeanListPageElement(Page page,
Class<T> beanClass,
DBRowSet rowset,
DBColumn defaultSortColumn,
String propertyName)
Constructor for creating a BeanListPageElement
|
ListPageElement(Page page,
Class<T> beanClass,
String propertyName) |
RecordPageElement(Page page,
DBRowSet rowset,
T record)
Creates a record page element for the given Table or View
|
RecordPageElement(Page page,
DBRowSet rowset,
T record,
String propertyName)
Creates a record page element for the given Table or View
|
StaticListPageElement(Page page,
Class<T> beanClass,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
Page |
PageElement.getPage() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Page> |
PageDefinition.getPageBeanClass() |
Constructor and Description |
---|
PageElement(Page page,
String propertyName) |
Constructor and Description |
---|
PageDefinition(String path,
Class<? extends Page> pageBeanClass)
Constructs a page definition
|
PageDefinition(String path,
Class<? extends Page> pageBeanClass,
PageDefinition parent)
Constructs a page definition
|
PageDefinition(String path,
Class<? extends Page> pageBeanClass,
PageDefinition parent,
String pageBeanName)
Constructs a page definition
|
PageDefinition(String path,
Class<? extends Page> pageBeanClass,
String pageBeanName)
Constructs a page definition
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
SessionMap.get(Page page,
String propertyName,
Class<T> type) |
static <T> void |
SessionMap.remove(Page page,
String propertyName,
Class<T> type) |
static <T> void |
SessionMap.remove(Page page,
String propertyName,
Class<T> type,
T object) |
Copyright © 2008–2017 Apache Software Foundation. All rights reserved.