PATH Documentation > WebObjects

Table of Contents

EOWidgetController.FormatWidget


Package:
com.webobjects.eogeneration.client

Interface Description


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



Method Types


All methods
formatClass
formatPattern
isFormatAllowed
setFormatAllowed
setFormatClass
setFormatPattern


Instance Methods



formatClass

public abstract Class formatClass()



formatPattern

public abstract String formatPattern()



isFormatAllowed

public abstract boolean isFormatAllowed()



setFormatAllowed

public abstract void setFormatAllowed(boolean aBoolean)



setFormatClass

public abstract void setFormatClass(Class aClass)



setFormatPattern

public abstract void setFormatPattern(String aString)



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


Table of Contents