org.sgx.j2s.aui
Class OverlayContextPanel
java.lang.Object
org.sgx.j2s.js.NativeWrapper
org.sgx.j2s.yui3.yui.YUINativeWrapper
org.sgx.j2s.yui3.yui.event.EventTarget
org.sgx.j2s.yui3.yui.Attribute
org.sgx.j2s.yui3.yui.Base
org.sgx.j2s.yui3.yui.widget.Widget
org.sgx.j2s.aui.Component
org.sgx.j2s.aui.OverlayBase
org.sgx.j2s.aui.OverlayContext
org.sgx.j2s.aui.OverlayContextPanel
- Direct Known Subclasses:
- Tooltip
public class OverlayContextPanel
- extends OverlayContext
A base class for OverlayContextPanel, providing:
Widget Lifecycle (initializer, renderUI, bindUI, syncUI, destructor)
Customizable arrow
Optional animation when show or hide
Quick Example:
var instance = new A.OverlayContextPanel({
bodyContent: 'Here s a sample OverlayContextPanel.',
boundingBox: '#overlay-context-panel',
trigger: '#triggerButton',
cancellableHide: true,
hideDelay: 200,
hideOnDocumentClick: false,
anim: true
}).render();
Methods inherited from class org.sgx.j2s.yui3.yui.widget.Widget |
blur, disable, enable, focus, getByNode, getClassName, getDefaultLocale, getSkinName, getString, getStrings, hide, render, show |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OverlayContextPanel
public OverlayContextPanel()