WebObjects 5.4.1

com.webobjects.eogeneration
Interface EOWidgetController.FormatWidget

All Known Implementing Classes:
EOFormatValueController, EORangeTextFieldController, EOStaticTextFieldController, EOTableColumnController, EOTextFieldController
Enclosing class:
EOWidgetController

public static interface EOWidgetController.FormatWidget


Method Summary
 Class formatClass()
           
 String formatPattern()
           
 boolean isFormatAllowed()
           
 void setFormatAllowed(boolean flag)
           
 void setFormatClass(Class formatClass)
           
 void setFormatPattern(String formatPattern)
           
 

Method Detail

setFormatAllowed

void setFormatAllowed(boolean flag)

isFormatAllowed

boolean isFormatAllowed()

setFormatClass

void setFormatClass(Class formatClass)

formatClass

Class formatClass()

setFormatPattern

void setFormatPattern(String formatPattern)

formatPattern

String formatPattern()

Last updated Wednesday, January 23, 2008 14:25 PST

Copyright © 2000-2007 Apple Inc.