luxor.core.box
Class VBoxDef

java.lang.Object
  |
  +--luxor.core.XulNode
        |
        +--luxor.core.XulContainer
              |
              +--luxor.core.XulBox
                    |
                    +--luxor.core.box.BoxDef
                          |
                          +--luxor.core.box.VBoxDef
All Implemented Interfaces:
NComponentFactory, NContainerFactory

public class VBoxDef
extends BoxDef


Field Summary
 
Fields inherited from class luxor.core.box.BoxDef
_componentDef
 
Constructor Summary
VBoxDef(Element element)
           
 
Method Summary
 NComponent createNComponent(JComponentResolver resolver)
           
 NContainer createNContainer(JComponentResolver resolver)
           
 
Methods inherited from class luxor.core.box.BoxDef
add, getComponentDefs
 
Methods inherited from class luxor.core.XulNode
getAccelKey, getAccessKey, getAction, getAlignAttribute, getAttribute, getAttribute, getBooleanAttribute, getChecked, getCollapsible, getCols, getColSpan, getElement, getElementName, getFlex, getHeading, getHeight, getHistory, getIcon, getId, getIntAttribute, getKey, getLabel, getList, getMap, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getOrient, getOrient, getRows, getRowSpan, getSelect, getStyle, getStyleClass, getTooltip, getValue, getWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VBoxDef

public VBoxDef(Element element)
Method Detail

createNComponent

public NComponent createNComponent(JComponentResolver resolver)
Specified by:
createNComponent in interface NComponentFactory
Overrides:
createNComponent in class BoxDef

createNContainer

public NContainer createNContainer(JComponentResolver resolver)
Specified by:
createNContainer in interface NContainerFactory
Overrides:
createNContainer in class BoxDef


Copyright © 2001, 2002 Gerald Bauer. All Rights Reserved. Hosted by SourceForge Logo