com.arsdigita.toolbox.ui
Class ProxyComponent

java.lang.Object
  extended bycom.arsdigita.bebop.Completable
      extended bycom.arsdigita.bebop.SimpleComponent
          extended bycom.arsdigita.toolbox.ui.ComponentMap
              extended bycom.arsdigita.toolbox.ui.ProxyComponent
All Implemented Interfaces:
Cloneable, Component, Lockable, Resettable

public class ProxyComponent
extends ComponentMap
implements Resettable


Field Summary
static String versionId
           
 
Fields inherited from class com.arsdigita.bebop.SimpleComponent
m_attr
 
Fields inherited from interface com.arsdigita.bebop.Component
BEBOP_XML_NS, CLASS, ID, ON_CLICK, STYLE
 
Constructor Summary
ProxyComponent(Component child)
           
 
Method Summary
 void generateXML(PageState state, Element parent)
          Adds [J]DOM nodes for this component.
 boolean isVisible(PageState state)
          Determines whether the component is visible in the request represented by state.
 
Methods inherited from class com.arsdigita.toolbox.ui.ComponentMap
children, containsKey, containsValue, get, put, reset
 
Methods inherited from class com.arsdigita.bebop.SimpleComponent
clone, exportAttributes, getAttribute, getClassAttr, getIdAttr, getKey, getMetaDataAttribute, getStyleAttr, hasAttributes, isLocked, lock, register, register, respond, setAttribute, setClassAttr, setIdAttr, setKey, setMetaDataAttribute, setStyleAttr, setVisible
 
Methods inherited from class com.arsdigita.bebop.Completable
addCompletionListener, fireCompletionEvent
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.arsdigita.bebop.Resettable
reset
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

ProxyComponent

public ProxyComponent(Component child)
Method Detail

isVisible

public boolean isVisible(PageState state)
Description copied from interface: Component
Determines whether the component is visible in the request represented by state.

Specified by:
isVisible in interface Component
Overrides:
isVisible in class SimpleComponent

generateXML

public void generateXML(PageState state,
                        Element parent)
Description copied from class: SimpleComponent
Adds [J]DOM nodes for this component. Specifically for base class SimpleComponent, does nothing.

Specified by:
generateXML in interface Component
Specified by:
generateXML in class ComponentMap


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC