- add(E) - Method in class no.g9.client.core.view.faces.tree.FacesNodeList
-
- add(int, E) - Method in class no.g9.client.core.view.faces.tree.FacesNodeList
-
- add(MutableTreeNode) - Method in class no.g9.client.core.view.faces.tree.FacesTreeNode
-
- addAll(Collection<? extends E>) - Method in class no.g9.client.core.view.faces.tree.FacesNodeList
-
- addAll(int, Collection<? extends E>) - Method in class no.g9.client.core.view.faces.tree.FacesNodeList
-
- addMenu(Menu) - Method in class no.g9.client.core.view.faces.FacesApplicationView
-
Add the given menu to the application menu.
- addMenu(Menu) - Method in class no.g9.client.core.view.faces.FacesDialogView
-
Add the given menu to the dialog menu.
- addMenus(List<Menu>) - Method in class no.g9.client.core.view.faces.FacesApplicationView
-
Add the given menus to the application menu.
- addMenus(List<Menu>) - Method in class no.g9.client.core.view.faces.FacesDialogView
-
Add the given menus to the dialog menu.
- addObserver(Observer) - Method in class no.g9.client.core.view.faces.tree.FacesNodeList
-
Adds an observer to notify about changes to the node
- addObserver(Observer) - Method in class no.g9.client.core.view.faces.tree.FacesTreeNode
-
Adds an observer to notify about changes to the node
- addRowFilter(RowFilter<?, ListRow>) - Method in class no.g9.client.core.view.faces.tree.FacesDefaultTreeModel
-
- addRowFilters(Collection<RowFilter<?, ListRow>>) - Method in class no.g9.client.core.view.faces.tree.FacesDefaultTreeModel
-
- addTreeNodeComparator(DialogObjectConstant, TreeNodeComparator) - Method in class no.g9.client.core.view.faces.tree.FacesDefaultTreeModel
-
- APPLICATION_MENU_BEAN - Static variable in class no.g9.client.core.view.faces.G9ResourceServlet
-
The name of the Spring bean which returns the application menu.
- APPLICATION_MENU_TYPE - Static variable in class no.g9.client.core.view.faces.G9ResourceServlet
-
The parameter value for the "type" parameter, to be used for fetching the application menu.
- asFacesMenuItem(MenuItem) - Method in class no.g9.client.core.view.faces.FacesApplicationView
-
Create a FacesMenuItem from the given menu item.
- asFacesMenuSeparator(Separator) - Method in class no.g9.client.core.view.faces.FacesApplicationView
-
Create a MenuSeparator from the given separator.
- asFacesSubmenu(Menu) - Method in class no.g9.client.core.view.faces.FacesApplicationView
-
Create a FacesSubmenu from the given menu.
- AutoCompleteConfig - Class in no.g9.client.core.util
-
The AutoCompleteConfig is a configuration for a given autocomplete widget from the dialog model.
- AutoCompleteConfig(DialogObjectConstant, String[], int, int) - Constructor for class no.g9.client.core.util.AutoCompleteConfig
-
Create a new AutoCompleteConfig with values for all fields.
- AutoCompleteHelper - Class in no.g9.client.core.util
-
The Class AutoCompleteHelper is a helper class for the AutoComplete custom widget.
- AutoCompleteHelper() - Constructor for class no.g9.client.core.util.AutoCompleteHelper
-
- AutoCompleteProvider - Interface in no.g9.client.core.util
-
A provider of autocomplete search results.