WebObjects 5.4.2

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 June 2008

Copyright © 2000-2008 Apple Inc.