Project Wonder 5.0

er.yui
Class YUIPanel

java.lang.Object
  extended by com.webobjects.appserver.WOElement
      extended by com.webobjects.appserver.WODynamicElement
          extended by com.webobjects.appserver._private.WODynamicGroup
              extended by er.yui.YUIDivContainer
                  extended by er.yui.YUIPanel

public class YUIPanel
extends YUIDivContainer

Generates a YUI panel (@see http://developer.yahoo.com/yui/container/panel/).

Author:
mschrag
Bindings
id the id of the panel
           
class the css class of the panel
           
style the style of the panel
           
close refer to YUI docs
           
constraintoviewport refer to YUI docs
           
context refer to YUI docs
           
draggable refer to YUI docs
           
context refer to YUI docs
           
effect refer to YUI docs
           
fixedcenter refer to YUI docs
           
height refer to YUI docs
           
iframe refer to YUI docs
           
keylisteners refer to YUI docs
           
modal refer to YUI docs
           
monitorresize refer to YUI docs
           
underlay refer to YUI docs
           
visible refer to YUI docs
           
width refer to YUI docs
           
x refer to YUI docs
           
xy refer to YUI docs
           
y refer to YUI docs
           
zIndex refer to YUI docs
           

Field Summary
 
Fields inherited from class com.webobjects.appserver._private.WODynamicGroup
_children
 
Fields inherited from class com.webobjects.appserver.WODynamicElement
_ConstructorParameters
 
Constructor Summary
YUIPanel(java.lang.String name, com.webobjects.foundation.NSDictionary associations, com.webobjects.appserver.WOElement template)
           
 
Method Summary
 void appendToResponse(com.webobjects.appserver.WOResponse response, com.webobjects.appserver.WOContext context)
           
protected  com.webobjects.foundation.NSDictionary createYUIOptions(com.webobjects.appserver.WOContext context)
           
protected  java.lang.String divClass(com.webobjects.appserver.WOContext context)
           
protected  java.lang.String divID(com.webobjects.appserver.WOContext context)
           
protected  java.lang.String divStyle(com.webobjects.appserver.WOContext context)
           
 
Methods inherited from class er.yui.YUIDivContainer
associations
 
Methods inherited from class com.webobjects.appserver._private.WODynamicGroup
addChildElement, appendChildrenToResponse, childrenElements, EmptyGroup, hasChildrenElements, invokeAction, invokeChildrenAction, takeChildrenValuesFromRequest, takeValuesFromRequest, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

YUIPanel

public YUIPanel(java.lang.String name,
                com.webobjects.foundation.NSDictionary associations,
                com.webobjects.appserver.WOElement template)
Method Detail

divID

protected java.lang.String divID(com.webobjects.appserver.WOContext context)
Specified by:
divID in class YUIDivContainer

divClass

protected java.lang.String divClass(com.webobjects.appserver.WOContext context)
Specified by:
divClass in class YUIDivContainer

divStyle

protected java.lang.String divStyle(com.webobjects.appserver.WOContext context)
Specified by:
divStyle in class YUIDivContainer

createYUIOptions

protected com.webobjects.foundation.NSDictionary createYUIOptions(com.webobjects.appserver.WOContext context)

appendToResponse

public void appendToResponse(com.webobjects.appserver.WOResponse response,
                             com.webobjects.appserver.WOContext context)
Overrides:
appendToResponse in class YUIDivContainer

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.