uic.output.swing
Class AbstractCalendarSpinnerWidget

java.lang.Object
  extended by uic.output.AbstractWidget
      extended by uic.output.swing.AbstractWidget
          extended by uic.output.swing.AbstractCalendarSpinnerWidget
Direct Known Subclasses:
QDateEdit, QDateTimeEdit, QTimeEdit

public abstract class AbstractCalendarSpinnerWidget
extends AbstractWidget


Nested Class Summary
 
Nested classes/interfaces inherited from class uic.output.AbstractWidget
AbstractWidget.ActionInformation
 
Field Summary
 
Fields inherited from class uic.output.swing.AbstractWidget
DEFAULTS, PROP_TOOLTIP
 
Fields inherited from class uic.output.AbstractWidget
builder, BUTTON, debug, debugGrid, horizontalAlign, PROP_BACKGROUNDCOLOR, PROP_BUTTONMNEMONIC, PROP_BUTTONTEXT, PROP_FOREGROUNDCOLOR, PROP_MAXIMUMSIZE, PROP_MINIMUMSIZE, properties, sourceVersion, translator, verticalAlign, widgetElement
 
Constructor Summary
AbstractCalendarSpinnerWidget(UICBuilder builder, Element e)
           
 
Method Summary
protected  void addCalendarArgument(WidgetRepresenter widget, Calendar cal)
          Method used to add a Calendar as argument to the widget.
 
Methods inherited from class uic.output.swing.AbstractWidget
getSlotActionInformation, writeDefaultProperties
 
Methods inherited from class uic.output.AbstractWidget
constructWidget, createActions, getDoubleProperty, getHorizontalAlign, getIntProperty, getName, getSignalActionInformation, getSourceVersion, getVerticalAlign, getWidgetRepresenter, isHTMLtext, setBuildSettings, setDebug, setDebugGrid, setSourceVersion, setTranslator, setWidgetRepresenter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCalendarSpinnerWidget

public AbstractCalendarSpinnerWidget(UICBuilder builder,
                                     Element e)
Method Detail

addCalendarArgument

protected void addCalendarArgument(WidgetRepresenter widget,
                                   Calendar cal)
Method used to add a Calendar as argument to the widget.



Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence