|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
com.tensegrity.palowebviewer.modules.ui.client.NaviagationPanel
public class NaviagationPanel
Navigation panel widget. Contains DBExplorer widget and FavoriteView panel. It maintain
Constructor Summary | |
---|---|
NaviagationPanel()
|
Method Summary | |
---|---|
void |
addNavigationPanelListener(INavigationPanelListener listener)
|
boolean |
isShowDbExplorer()
|
boolean |
isShowFavoriteViews()
|
void |
setDbExplorer(com.google.gwt.user.client.ui.Widget dbExplorer)
|
void |
setFavoriteViews(com.google.gwt.user.client.ui.Widget favoriteViews)
|
void |
setShowDbExplorer(boolean showDbExplorer)
|
void |
setShowFavoriteViews(boolean showFavoriteViews)
|
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getElement, getWidget, initWidget, isAttached, onAttach, onDetach, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
doAttachChildren, doDetachChildren, getParent, onBrowserEvent, onLoad, onUnload, removeFromParent, setElement |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NaviagationPanel()
Method Detail |
---|
public void addNavigationPanelListener(INavigationPanelListener listener)
public void setDbExplorer(com.google.gwt.user.client.ui.Widget dbExplorer)
public void setFavoriteViews(com.google.gwt.user.client.ui.Widget favoriteViews)
public boolean isShowDbExplorer()
public void setShowDbExplorer(boolean showDbExplorer)
public boolean isShowFavoriteViews()
public void setShowFavoriteViews(boolean showFavoriteViews)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |