PATH Documentation > WebObjects

Table of Contents

EORangeTextFieldController


Inherits from:
EORangeValueController : EORangeWidgetController : EOWidgetController : EOComponentController (eoapplication) : EOController (eoapplication) : Object
Implements:
EOWidgetController.FormatWidget
EOWidgetController.QueryWidget
Package:
com.webobjects.eogeneration.client


Class Description


Documentation for this class is forthcoming. For information on using this class, see the book Getting Started with Direct to Java Client.


XML Tag Default Rule System Controller Type
RANGETEXTFIELDCONTROLLER widgetController




Method Types


All methods
EORangeTextFieldController
formatClass
formatForMaximumAssociation
formatForMinimumAssociation
formatPattern
isFormatAllowed
isQueryWidget
newMaximumAssociation
newMinimumAssociation
newWidget
preferredUsesLabelComponent
setAlignmentForWidget
setFormatAllowed
setFormatClass
setFormatPattern
setIsQueryWidget


Constructors



EORangeTextFieldController

public EORangeTextFieldController(com.webobjects.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)

Description forthcoming.


Instance Methods



formatClass

public Class formatClass()

Description forthcoming.

formatForMaximumAssociation

protected java.text.Format formatForMaximumAssociation()

Description forthcoming.

formatForMinimumAssociation

protected java.text.Format formatForMinimumAssociation()

Description forthcoming.

formatPattern

public String formatPattern()

Description forthcoming.

isFormatAllowed

public boolean isFormatAllowed()

Description forthcoming.

isQueryWidget

public boolean isQueryWidget()

Description forthcoming.

newMaximumAssociation

protected com.webobjects.eointerface.EOAssociation newMaximumAssociation( javax.swing.JComponent aJComponent, com.webobjects.eointerface.EODisplayGroup anEODisplayGroup, String aString, com.webobjects.eointerface.EODisplayGroup anEODisplayGroup)

Description forthcoming.

newMinimumAssociation

protected com.webobjects.eointerface.EOAssociation newMinimumAssociation( javax.swing.JComponent aJComponent, com.webobjects.eointerface.EODisplayGroup anEODisplayGroup, String aString, com.webobjects.eointerface.EODisplayGroup anEODisplayGroup)

Description forthcoming.

newWidget

protected javax.swing.JComponent newWidget()

Description forthcoming.

preferredUsesLabelComponent

protected boolean preferredUsesLabelComponent()

Description forthcoming.

setAlignmentForWidget

protected void setAlignmentForWidget( javax.swing.JComponent aJComponent, int anInt)

Description forthcoming.

setFormatAllowed

public void setFormatAllowed(boolean aBoolean)

Description forthcoming.

setFormatClass

public void setFormatClass(Class aClass)

Description forthcoming.

setFormatPattern

public void setFormatPattern(String aString)

Description forthcoming.

setIsQueryWidget

public void setIsQueryWidget(boolean aBoolean)

Description forthcoming.

© 2001 Apple Computer, Inc. (Last Published April 15, 2001)


Table of Contents