net.sourceforge.mflow.xul
Class URLLabelDef

java.lang.Object
  extended byluxor.core.XulTag
      extended bynet.sourceforge.mflow.xul.URLLabelDef
All Implemented Interfaces:
luxor.spi.NComponentFactory

public class URLLabelDef
extends luxor.core.XulTag
implements luxor.spi.NComponentFactory

Author:
carrd

Field Summary
static luxor.spi.XulTagFactory FACTORY
          Used to create instances of the XulTag
 
Constructor Summary
protected URLLabelDef(org.jdom.Element element)
           
 
Method Summary
 luxor.spi.NComponent createNComponent(luxor.spi.JComponentResolver resolver, luxor.spi.resolver.XulContext ctx)
          Creates a connection component between the label and the label def
 
Methods inherited from class luxor.core.XulTag
getAccelKey, getAccessKey, getAccessKeyIndex, getAction, getAlign, getAlignAttribute, getAttribute, getAttribute, getBackgroundColor, getBooleanAttribute, getBorder, getChecked, getCollapsible, getColor, getCols, getColSpan, getContextPopup, getElement, getElementName, getFlex, getFont, getGroup, getHeading, getHeight, getHeight, getHistory, getIcon, getId, getIntAttribute, getKey, getLabel, getLeft, getList, getMap, getMask, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getOrient, getOrient, getRows, getRowSpan, getSelect, getStyle, getStyleClass, getTooltip, getTop, getType, getValue, getVerticalAlign, getWidth, getWidth, loadIcon, loadText, loadXmlDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FACTORY

public static final luxor.spi.XulTagFactory FACTORY
Used to create instances of the XulTag

Constructor Detail

URLLabelDef

protected URLLabelDef(org.jdom.Element element)
Parameters:
element - an element
Method Detail

createNComponent

public final luxor.spi.NComponent createNComponent(luxor.spi.JComponentResolver resolver,
                                                   luxor.spi.resolver.XulContext ctx)
Creates a connection component between the label and the label def

Specified by:
createNComponent in interface luxor.spi.NComponentFactory
Parameters:
resolver - a component resolver
ctx - the XUL context
Returns:
the peer object


Copyright © 2002-2004 MFlow Group. All Rights Reserved.