WebObjects 5.4

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 Tuesday, October 9, 2007 08:58 PDT

Copyright © 2000-2007 Apple Inc.