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

Quick Search    Search Deep

com.gammastream.validity
Class GSVExceptionViewer  view GSVExceptionViewer download GSVExceptionViewer.java

java.lang.Object
  extended byWOComponent
      extended bycom.gammastream.validity.GSVExceptionViewer

public class GSVExceptionViewer
extends WOComponent


Field Summary
private  NSArray _attributeKeys
           
 java.lang.String currentMessage
           
 NSArray messageArray
           
 
Constructor Summary
GSVExceptionViewer(WOContext context)
           
 
Method Summary
 NSArray attributeKeys()
           
 NSValidation.ValidationException exception()
           
 boolean hasMessagesForAttribute()
           
 boolean isStateless()
           
 NSDictionary messageDictionary()
           
 NSArray messages()
           
 NSArray messagesForAttribute()
           
 void reset()
           
 boolean show()
           
 boolean showAllErrors()
           
 boolean synchronizesVariablesWithBindings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentMessage

public java.lang.String currentMessage

messageArray

public NSArray messageArray

_attributeKeys

private NSArray _attributeKeys
Constructor Detail

GSVExceptionViewer

public GSVExceptionViewer(WOContext context)
Method Detail

reset

public void reset()

synchronizesVariablesWithBindings

public boolean synchronizesVariablesWithBindings()

isStateless

public boolean isStateless()

exception

public NSValidation.ValidationException exception()

showAllErrors

public boolean showAllErrors()

attributeKeys

public NSArray attributeKeys()

show

public boolean show()

messageDictionary

public NSDictionary messageDictionary()

messages

public NSArray messages()

messagesForAttribute

public NSArray messagesForAttribute()

hasMessagesForAttribute

public boolean hasMessagesForAttribute()