Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOGeneration Reference

Table of Contents

EORangeTextFieldController


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


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.apple.client.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)




Instance Methods



formatClass

public Class formatClass()



formatForMaximumAssociation

protected java.text.Format formatForMaximumAssociation()



formatForMinimumAssociation

protected java.text.Format formatForMinimumAssociation()



formatPattern

public String formatPattern()



isFormatAllowed

public boolean isFormatAllowed()



isQueryWidget

public boolean isQueryWidget()



newMaximumAssociation

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



newMinimumAssociation

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



newWidget

protected javax.swing.JComponent newWidget()



preferredUsesLabelComponent

protected boolean preferredUsesLabelComponent()



setAlignmentForWidget

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



setFormatAllowed

public void setFormatAllowed(boolean aBoolean)



setFormatClass

public void setFormatClass(Class aClass)



setFormatPattern

public void setFormatPattern(String aString)



setIsQueryWidget

public void setIsQueryWidget(boolean aBoolean)




Table of Contents

DRAFT