uic.output.pjava
Class QLineEdit

java.lang.Object
  extended byuic.output.AbstractWidget
      extended byuic.output.pjava.AbstractWidget
          extended byuic.output.pjava.QLineEdit

public class QLineEdit
extends AbstractWidget

Maps QLineEdit to either uic.pjava.widgets.UICTextField, or when password mode is selected, uic.pjava.widgets.UICPasswordField. UICPasswordfield will show the plain text password when has focus.


Nested Class Summary
 
Nested classes inherited from class uic.output.AbstractWidget
AbstractWidget.ActionInformation
 
Field Summary
 
Fields inherited from class uic.output.AbstractWidget
builder, BUTTON, debug, debugGrid, DEFAULTS, horizontalAlign, PROP_BACKGROUNDCOLOR, PROP_BUTTONMNEMONIC, PROP_BUTTONTEXT, PROP_FOREGROUNDCOLOR, PROP_MAXIMUMSIZE, PROP_MINIMUMSIZE, properties, sourceVersion, translator, verticalAlign, widgetElement
 
Constructor Summary
QLineEdit(UICBuilder builder, Element e)
           
 
Method Summary
 String constructWidget()
          Create the construction of the widget.
 
Methods inherited from class uic.output.pjava.AbstractWidget
writeDefaultProperties
 
Methods inherited from class uic.output.AbstractWidget
createActions, getHorizontalAlign, getIntProperty, getName, getSignalActionInformation, getSlotActionInformation, 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

QLineEdit

public QLineEdit(UICBuilder builder,
                 Element e)
Method Detail

constructWidget

public String constructWidget()
                       throws UnsupportedWidgetException
Description copied from class: AbstractWidget
Create the construction of the widget. The base construction is done here, this is the first method invoced.

Specified by:
constructWidget in class AbstractWidget
Returns:
name The name of the constructed class that should be added to a container.
Throws:
UnsupportedWidgetException


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence