Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.webobjects.woextensions
Class WOTableString  view WOTableString download WOTableString.java

java.lang.Object
  extended byWOComponent
      extended bycom.webobjects.woextensions.WOTableString

Deprecated. WOTableString is no longer supported

public class WOTableString
extends WOComponent


Field Summary
protected  NSTimestampFormatter _cachedTSFormatter
          Deprecated.  
protected  java.lang.Object _value
          Deprecated.  
protected  java.lang.String oldFormatString
          Deprecated.  
 
Constructor Summary
WOTableString(WOContext aContext)
          Deprecated.  
 
Method Summary
protected  void _resetInternalCaches()
          Deprecated.  
 void appendToResponse(WOResponse aResponse, WOContext aContext)
          Deprecated.  
 java.text.Format formatter()
          Deprecated.  
 boolean synchronizesVariablesWithBindings()
          Deprecated.  
 java.lang.Object value()
          Deprecated.  
 boolean valueIsNonNull()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_value

protected java.lang.Object _value
Deprecated. 

oldFormatString

protected java.lang.String oldFormatString
Deprecated. 

_cachedTSFormatter

protected NSTimestampFormatter _cachedTSFormatter
Deprecated. 
Constructor Detail

WOTableString

public WOTableString(WOContext aContext)
Deprecated. 
Method Detail

synchronizesVariablesWithBindings

public boolean synchronizesVariablesWithBindings()
Deprecated. 

value

public java.lang.Object value()
Deprecated. 

valueIsNonNull

public boolean valueIsNonNull()
Deprecated. 

formatter

public java.text.Format formatter()
Deprecated. 

_resetInternalCaches

protected void _resetInternalCaches()
Deprecated. 

appendToResponse

public void appendToResponse(WOResponse aResponse,
                             WOContext aContext)
Deprecated.