PATH Documentation > WebObjects

Table of Contents

EOFormatValueController


Inherits from:
EOValueController : EOAssociationController : EOWidgetController : EOComponentController (eoapplication) : EOController (eoapplication) : Object
Implements:
EOWidgetController.FormatWidget
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
None (abstract class) widgetController




Method Types


All methods
EOFormatValueController
formatClass
formatForAssociation
formatPattern
isFormatAllowed
setFormatAllowed
setFormatClass
setFormatPattern


Constructors



EOFormatValueController

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

Description forthcoming.

public EOFormatValueController()

Description forthcoming.


Instance Methods



formatClass

public Class formatClass()

Description forthcoming.

formatForAssociation

protected java.text.Format formatForAssociation()

Description forthcoming.

formatPattern

public String formatPattern()

Description forthcoming.

isFormatAllowed

public boolean isFormatAllowed()

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.

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


Table of Contents