- FacesApplicationBean - Class in no.g9.client.core.view.faces
-
The superclass for the JSF backing bean of the application.
- FacesApplicationBean(String, FacesApplicationView) - Constructor for class no.g9.client.core.view.faces.FacesApplicationBean
-
Create a new application backing bean, and setting the references
between the bean and the application view.
- FacesApplicationBean() - Constructor for class no.g9.client.core.view.faces.FacesApplicationBean
-
Note that this constructor should not normally be used, it is only to
satisfy the Serializable interface of its subclasses.
- FacesApplicationView - Class in no.g9.client.core.view.faces
-
Superclass for the generated JSF application view, which holds a reference to
the application controller.
- FacesApplicationView(ApplicationController) - Constructor for class no.g9.client.core.view.faces.FacesApplicationView
-
Create a new application view for the given application controller.
- FacesComparatorMap - Class in no.g9.client.core.view.faces
-
A Map implementation used to allow access to Table comparator properties
from JSF markup.
- FacesComparatorMap(Class<Enum<?>>, FacesDialogBean, FacesComparatorMap.ComparatorPropertyType) - Constructor for class no.g9.client.core.view.faces.FacesComparatorMap
-
Create a new Map for the given comparator property type.
- FacesComparatorMap.ComparatorPropertyType - Enum in no.g9.client.core.view.faces
-
- FacesDefaultTreeModel<T extends FacesTreeNode,L extends ListRow> - Class in no.g9.client.core.view.faces.tree
-
The default tree model implementation.
- FacesDefaultTreeModel(ViewModel, NodeStateMap) - Constructor for class no.g9.client.core.view.faces.tree.FacesDefaultTreeModel
-
Create a new eagerly fetched tree model.
- FacesDialogBean - Class in no.g9.client.core.view.faces
-
Common superclass for all JSF backing beans for the dialogs in the
application.
- FacesDialogBean(DialogConstant) - Constructor for class no.g9.client.core.view.faces.FacesDialogBean
-
Create a new backing bean for the given dialog.
- FacesDialogView - Class in no.g9.client.core.view.faces
-
Common superclass for class for JSF views JSF views.
- FacesDialogView(DialogConstant, Class) - Constructor for class no.g9.client.core.view.faces.FacesDialogView
-
Create a new view for the given dialog.
- FacesInteractor - Class in no.g9.client.core.view.faces
-
Default message interactor for the JSF target.
- FacesInteractor() - Constructor for class no.g9.client.core.view.faces.FacesInteractor
-
- FacesLazyTreeModel<T extends FacesTreeNode,L extends ListRow> - Class in no.g9.client.core.view.faces.tree
-
A lazily loaded tree model.
- FacesLazyTreeModel(ViewModel, NodeStateMap) - Constructor for class no.g9.client.core.view.faces.tree.FacesLazyTreeModel
-
Create a new lazy tree model, setting the viewmodel and a node state map.
- FacesMenuItem - Class in no.g9.client.core.view.faces
-
Extending the MenuItem class with mnemonic and accelerator support.
- FacesMenuItem() - Constructor for class no.g9.client.core.view.faces.FacesMenuItem
-
- FacesNodeList<E extends FacesTreeNode> - Class in no.g9.client.core.view.faces.tree
-
Represents a list of root nodes.
- FacesNodeList() - Constructor for class no.g9.client.core.view.faces.tree.FacesNodeList
-
- FacesPropertyMap<T> - Class in no.g9.client.core.view.faces
-
A Map implementation used to allow access to PropertyManager properties
from JSF markup.
- FacesSubmenu - Class in no.g9.client.core.view.faces
-
Extending the Submenu class with mnemonic and accelerator support.
- FacesSubmenu() - Constructor for class no.g9.client.core.view.faces.FacesSubmenu
-
- FacesTableModel<T extends ListRow> - Class in no.g9.client.core.view.faces
-
A TableModel implementation which keeps the selected state of the TableModel in synch with the RowStateMap in JSF.
- FacesTableModel(DialogObjectConstant[], ViewModel) - Constructor for class no.g9.client.core.view.faces.FacesTableModel
-
Create a new table model for the given columns and view model.
- FacesTitleMap - Class in no.g9.client.core.view.faces
-
- FacesTitleMap(Class<Enum<?>>, DialogView) - Constructor for class no.g9.client.core.view.faces.FacesTitleMap
-
- FacesTreeNode - Class in no.g9.client.core.view.faces.tree
-
Represents a tree node in a tree.
- FacesTreeNode(L, DialogObjectConstant) - Constructor for class no.g9.client.core.view.faces.tree.FacesTreeNode
-
Create a new node with given ListRow and dialog object constant representing the node.
- filterTree(List<T>, List<T>) - Method in class no.g9.client.core.view.faces.tree.FacesDefaultTreeModel
-
- focus(DialogObjectConstant) - Method in class no.g9.client.core.view.faces.FacesDialogView
-
- forward(SystemMessage) - Method in class no.g9.client.core.view.faces.FacesApplicationView
-