- Inherits from:
- EORangeValueController : EORangeWidgetController : EOWidgetController : EOComponentController (eoapplication) : EOController (eoapplication) : Object
- Implements:
- EOWidgetController.FormatWidget
- EOWidgetController.QueryWidget
- Package:
- com.apple.client.eogeneration
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 |
- All methods
- EORangeTextFieldController
- formatClass
- formatForMaximumAssociation
- formatForMinimumAssociation
- formatPattern
- isFormatAllowed
- isQueryWidget
- newMaximumAssociation
- newMinimumAssociation
- newWidget
- preferredUsesLabelComponent
- setAlignmentForWidget
- setFormatAllowed
- setFormatClass
- setFormatPattern
- setIsQueryWidget
public EORangeTextFieldController(com.apple.client.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)
public Class formatClass()
protected java.text.Format formatForMaximumAssociation()
protected java.text.Format formatForMinimumAssociation()
public String formatPattern()
public boolean isFormatAllowed()
public boolean isQueryWidget()
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)
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)
protected javax.swing.JComponent newWidget()
protected boolean preferredUsesLabelComponent()
protected void setAlignmentForWidget(
javax.swing.JComponent aJComponent,
int anInt)
public void setFormatAllowed(boolean aBoolean)
public void setFormatClass(Class aClass)
public void setFormatPattern(String aString)
public void setIsQueryWidget(boolean aBoolean)
DRAFT