public interface I_CmsAutoHider
限定符和类型 | 方法和说明 |
---|---|
void |
addAutoHidePartner(com.google.gwt.dom.client.Element partner)
Mouse events that occur within an autoHide partner will not hide a panel set to autoHide.
|
void |
hide()
Hides the widget.
|
boolean |
isAutoHideEnabled()
Returns if the auto hide feature is enabled.
|
boolean |
isAutoHideOnHistoryEventsEnabled()
Returns if the auto hide on history event feature is enabled.
|
void |
removeAutoHidePartner(com.google.gwt.dom.client.Element partner)
Removes an auto-hide partner.
|
void |
setAutoHideEnabled(boolean autoHide)
Enable or disable the autoHide feature.
|
void |
setAutoHideOnHistoryEventsEnabled(boolean enabled)
Enable or disable autoHide on history change events.
|
void addAutoHidePartner(com.google.gwt.dom.client.Element partner)
partner
- the auto hide partner to addPopupPanel.addAutoHidePartner(com.google.gwt.dom.client.Element)
void hide()
boolean isAutoHideEnabled()
PopupPanel.isAutoHideEnabled()
boolean isAutoHideOnHistoryEventsEnabled()
PopupPanel.isAutoHideOnHistoryEventsEnabled()
void removeAutoHidePartner(com.google.gwt.dom.client.Element partner)
partner
- the auto-hide partner to removePopupPanel.removeAutoHidePartner(Element)
void setAutoHideEnabled(boolean autoHide)
autoHide
- enable true to enable, false to disablePopupPanel.setAutoHideEnabled(boolean)
void setAutoHideOnHistoryEventsEnabled(boolean enabled)
enabled
- enable true to enable, false to disablePopupPanel.setAutoHideOnHistoryEventsEnabled(boolean)