ariba.ui.aribaweb.core
Interface AWComponentDefinition.ScriptClassProvider

All Superinterfaces:
AWBindable, AWCycleable, AWCycleableReference, AWElement, AWObject, AWVisitable, java.lang.Cloneable
Enclosing class:
AWComponentDefinition

public static interface AWComponentDefinition.ScriptClassProvider
extends AWBindable


Method Summary
 java.lang.Class componentSubclass(java.lang.String packageName, java.lang.String filename, java.lang.String body, java.lang.Class superclass)
           
 
Methods inherited from interface ariba.ui.aribaweb.core.AWBindable
allBindings, init, tagName
 
Methods inherited from interface ariba.ui.aribaweb.core.AWElement
appendTo, clone, validate
 
Methods inherited from interface ariba.ui.aribaweb.core.AWCycleable
applyValues, invokeAction, renderResponse
 
Methods inherited from interface ariba.ui.aribaweb.core.AWCycleableReference
determineInstance, determineInstance
 
Methods inherited from interface ariba.ui.aribaweb.util.AWObject
getFieldValue, init, isKindOfClass, setFieldValue
 
Methods inherited from interface ariba.ui.aribaweb.core.AWVisitable
continueVisit, startVisit
 

Method Detail

componentSubclass

java.lang.Class componentSubclass(java.lang.String packageName,
                                  java.lang.String filename,
                                  java.lang.String body,
                                  java.lang.Class superclass)


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