ariba.ui.validation
Class AWVFormatterAccess

java.lang.Object
  extended by ariba.util.core.ClassExtension
      extended by ariba.ui.validation.AWVFormatterAccess
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
AWVFormatterAccess.AWVFormatterAccess_AWComponent

public abstract class AWVFormatterAccess
extends ClassExtension

Class Extension to add "formatters" key to AWComponent. (so templates can do bindings like "$formatters.dateFormat").


Nested Class Summary
static class AWVFormatterAccess.AWVFormatterAccess_AWComponent
          Instance for AWComponent
 
Field Summary
 
Fields inherited from class ariba.util.core.ClassExtension
forClass
 
Constructor Summary
AWVFormatterAccess()
           
 
Method Summary
abstract  java.lang.Object formatters(java.lang.Object target)
           
static AWVFormatterAccess get(java.lang.Object target)
           
static void init()
           
 
Methods inherited from class ariba.util.core.ClassExtension
clone, forClass, getRealClass, setForClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWVFormatterAccess

public AWVFormatterAccess()
Method Detail

formatters

public abstract java.lang.Object formatters(java.lang.Object target)

get

public static AWVFormatterAccess get(java.lang.Object target)

init

public static void init()


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.