| Modifier and Type | Class and Description |
|---|---|
class |
DefaultScreens
Some default screens that are provided - e.g. message screens ("ok"-dialogs, "yes-no"-dialogs)
and default dialogs for the grid processing ("column details", "search & export").
|
class |
GridDetails
This is the one class managing the "popup aspects" of a grid:
(1.) the search & export popup (2.) the popup for arranging the columns Background: you may e.g. use the class to build an own popup dialog providing both parts of the function within one popup. |
class |
ServerFileBrowser |
| Modifier and Type | Class and Description |
|---|---|
class |
KEYSELECTORBinding |
| Modifier and Type | Method and Description |
|---|---|
IPageBean |
TILEDAREABinding.Tile.getPageBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
TILEDAREABinding.addTile(java.lang.String id,
java.lang.String title,
IPageBean pageBean)
Adds a tile to the TILEDAREA.
|
void |
TILEDAREABinding.addTile(java.lang.String id,
java.lang.String title,
IPageBean pageBean,
java.lang.String height)
Adds a tile to the TILEDAREA.
|
| Constructor and Description |
|---|
Tile(java.lang.String id,
java.lang.String title,
IPageBean pageBean,
java.lang.String height) |
| Constructor and Description |
|---|
DefaultModalPopupListener(IPageBean openerBean,
IPageBean popupBean) |
DefaultModelessPopupListener(IPageBean openerBean,
IPageBean popupBean)
Use this constructor when working with page beans.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDispatchedPageBean
Default implementation of bean that is managed by a dispatcher.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PageBean
Default implementation of interface
IPageBean. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,IPageBean> |
PageBean.getPopups() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
PageBeanUtil.buildContentReplace(IPageBean pageBean)
Internal usage within the page bean processing.
|
java.lang.String |
PageBean.buildContentReplaceString(IPageBean pageBean)
Internal usage.
|
void |
IPageBean.closePopup(IPageBean pageBean)
Closes a modal popup that was opened before.
|
void |
PageBean.closePopup(IPageBean pageBean)
Closes a dialog the was previously opened via
#openModalPopup(IPageBean, String, int, int, IModalPopupListener)
or #openModelessPopup(IPageBean, String, int, int, IModelessPopupListener). |
ModalPopup |
IPageBean.openModalPopup(IPageBean pageBean,
java.lang.String title,
int width,
int height,
ModalPopup.IModalPopupListener popupListener)
Opens a modal popup with an other page beans's content.
|
ModalPopup |
PageBean.openModalPopup(IPageBean pageBean,
java.lang.String title,
int width,
int height,
ModalPopup.IModalPopupListener popupListener)
Opens the passed pageBean-instance in a modal dialog.
|
ModelessPopup |
IPageBean.openModelessPopup(IPageBean pageBean,
java.lang.String title,
int width,
int height,
ModelessPopup.IModelessPopupListener popupListener)
Opens a modeless popup with an other page beans's content.
|
ModelessPopup |
PageBean.openModelessPopup(IPageBean pageBean,
java.lang.String title,
int width,
int height,
ModelessPopup.IModelessPopupListener popupListener)
Opens the passed pageBean-instance in a modal dialog.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPageBeanComponent
Use PageBean CO
|
| Modifier and Type | Class and Description |
|---|---|
class |
PageBeanComponent |
| Modifier and Type | Class and Description |
|---|---|
class |
PageBeanProvider<PBCLASS extends IPageBean>
Default implementation if
IPageBeanProvider. |
| Modifier and Type | Method and Description |
|---|---|
IPageBean |
IPageBeanProvider.createPageBean(PageBeanComponentData pbInitData) |
IPageBean |
PageBeanProvider.createPageBean(PageBeanComponentData pbInitData) |
| Modifier and Type | Class and Description |
|---|---|
class |
DynBeanTreeUI |
class |
DynBeanUI |
class |
StreamStoreDetailUI |
class |
StreamStoreNewContentUI |
class |
StreamStoreTreeUI |
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexValueEditor |
class |
ROWComplexValueEditor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IWorkpageContainerPartialRenderer
The renderer does only render the content.
|
interface |
IWorkpageContainerRenderer
The renderer does is responsible for completely rendering the
container content - including ROWTITLEBAR and maybe other components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WorkpageContainerRendererIconSelectorRight |
class |
WorkpageContainerRendererStackedPane |
class |
WorkpageContainerRendererVerticalMiniView |
class |
WorkpageContainerRendererViaHideablePane |
class |
WorkpageDispatchedPageBean
Bean that is managed within a workplace context.
|
class |
WorkplaceFoldableFunctionTrees
Page bean that renders a function tree in the following way:
1. the first level functions are rendered as buttons 2. the second level functions are rendered as trees Each button is associated to one tree and opens/closes the tree. |
class |
WorkplaceFunctionSearchUI |
| Modifier and Type | Method and Description |
|---|---|
IPageBean |
ICreatePageBeanInstance.createInstance(java.lang.String pageBeanName,
IWorkpageDispatcher dispatcher) |
IPageBean |
IWorkpageByPageBean.getPageBean() |
IPageBean |
WorkpageByPageBean.getPageBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
IWorkpage.closeSemiModalPopup(IPageBean callingPageBean,
IPageBean popupPageBean)
Close popup that was opened via
#openSemiModalPopup(IPageBean, String, int, int, org.eclnt.jsfserver.defaultscreens.ModelessPopup.IModelessPopupListener). |
void |
Workpage.closeSemiModalPopup(IPageBean callingPageBean,
IPageBean popupPageBean) |
ModelessPopup |
IWorkpage.openSemiModalPopup(IPageBean callingPageBean,
IPageBean popupPageBean,
java.lang.String title,
int width,
int height,
ModelessPopup.IModelessPopupListener popupListener)
Open semi-modal popup.
|
ModelessPopup |
Workpage.openSemiModalPopup(IPageBean callingPageBean,
IPageBean popupPageBean,
java.lang.String title,
int width,
int height,
ModelessPopup.IModelessPopupListener popupListener)
Opens a modal popup which is only modal in the optical scope of the workpage.
|
| Constructor and Description |
|---|
WorkpageByPageBean(IWorkpageDispatcher dispatcher,
IPageBean pageBean,
java.lang.String id,
java.lang.String title,
java.lang.String iconURL,
boolean isDecorated)
Constructor in which you pass a page bean that you already created
on your own.
|
Copyright © CaptainCasa Gmbh. All Rights Reserved.