public abstract class GridCombobox
extends Combobox
PageToolbarActionExecutor. Before
main area is informed about new grid, the changeGrid method is called so that it can set new grid in page.| Constructor and Description |
|---|
GridCombobox(AbstractBrowserComponent toolbar,
Collection values,
int defaultSelectedIndex) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
changeGrid(TypedObject typedGrid)
Override this method to do actual change of page grid, this method is called before main area is reseted (adjusted to
display content according to new grid)
|
public GridCombobox(AbstractBrowserComponent toolbar, Collection values, int defaultSelectedIndex)
toolbar - in which this combobox is created.values - - initial set of possible valuesdefaultSelectedIndex - - initial selectionpublic abstract void changeGrid(TypedObject typedGrid)
typedGrid - the new grid to setCopyright © 2017 SAP SE. All Rights Reserved.