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

Table of Contents

EOWidgetController.FormatWidget


Package:
com.apple.client.eogeneration

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)




Table of Contents

DRAFT