public class MantleXul extends Object implements org.pentaho.ui.xul.gwt.util.IXulLoaderCallback, SolutionBrowserOpenEventHandler, SolutionBrowserCloseEventHandler, SolutionBrowserSelectEventHandler, SolutionBrowserDeselectEventHandler
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTIES_EXTENSION |
static String |
SEPARATOR |
Modifier and Type | Method and Description |
---|---|
void |
addOverlays(ArrayList<org.pentaho.ui.xul.XulOverlay> overlays) |
void |
applyOverlay(String id) |
void |
applyOverlays(Set<String> overlayIds) |
void |
configureAdminCatTree() |
void |
customizeAdminStyle() |
void |
enableUsersRolesTreeItem(boolean enabled) |
com.google.gwt.user.client.ui.DeckPanel |
getAdminContentDeck() |
com.google.gwt.user.client.ui.Widget |
getAdminPerspective() |
static MantleXul |
getInstance() |
com.google.gwt.user.client.ui.Widget |
getMenubar() |
ArrayList<org.pentaho.ui.xul.XulOverlay> |
getOverlays() |
com.google.gwt.user.client.ui.Widget |
getToolbar() |
void |
onTabClosed(SolutionBrowserCloseEvent event) |
void |
onTabDeselected(SolutionBrowserDeselectEvent event) |
void |
onTabOpened(SolutionBrowserOpenEvent event) |
void |
onTabSelected(SolutionBrowserSelectEvent event) |
void |
overlayLoaded() |
void |
overlayRemoved() |
void |
removeOverlay(String id) |
void |
removeOverlays(Set<String> overlayIds) |
void |
selectAdminCatTreeTreeItem(String treeLabel) |
void |
xulLoaded(org.pentaho.ui.xul.gwt.GwtXulRunner runner)
Callback method for the MantleXulLoader.
|
public static final String PROPERTIES_EXTENSION
public static final String SEPARATOR
public static MantleXul getInstance()
public void xulLoaded(org.pentaho.ui.xul.gwt.GwtXulRunner runner)
xulLoaded
in interface org.pentaho.ui.xul.gwt.util.IXulLoaderCallback
runner
- GwtXulRunner instance ready for event handlers and initializing.public void customizeAdminStyle()
public void configureAdminCatTree()
public void enableUsersRolesTreeItem(boolean enabled)
public void selectAdminCatTreeTreeItem(String treeLabel)
public com.google.gwt.user.client.ui.DeckPanel getAdminContentDeck()
public com.google.gwt.user.client.ui.Widget getToolbar()
public com.google.gwt.user.client.ui.Widget getMenubar()
public com.google.gwt.user.client.ui.Widget getAdminPerspective()
public void overlayLoaded()
overlayLoaded
in interface org.pentaho.ui.xul.gwt.util.IXulLoaderCallback
public void addOverlays(ArrayList<org.pentaho.ui.xul.XulOverlay> overlays)
public void applyOverlay(String id)
public void removeOverlay(String id)
public void overlayRemoved()
overlayRemoved
in interface org.pentaho.ui.xul.gwt.util.IXulLoaderCallback
public ArrayList<org.pentaho.ui.xul.XulOverlay> getOverlays()
public void onTabOpened(SolutionBrowserOpenEvent event)
onTabOpened
in interface SolutionBrowserOpenEventHandler
public void onTabSelected(SolutionBrowserSelectEvent event)
onTabSelected
in interface SolutionBrowserSelectEventHandler
public void onTabClosed(SolutionBrowserCloseEvent event)
onTabClosed
in interface SolutionBrowserCloseEventHandler
public void onTabDeselected(SolutionBrowserDeselectEvent event)
onTabDeselected
in interface SolutionBrowserDeselectEventHandler
Copyright © 2021 Hitachi Vantara. All rights reserved.