public interface ViewConfigNode
| Modifier and Type | Method and Description | 
|---|---|
Map<Class<? extends Annotation>,List<CallbackDescriptor>> | 
getCallbackDescriptors()  | 
List<CallbackDescriptor> | 
getCallbackDescriptors(Class<? extends Annotation> metaDataType)  | 
List<ViewConfigNode> | 
getChildren()  | 
List<Annotation> | 
getInheritedMetaData()  | 
Set<Annotation> | 
getMetaData()  | 
ViewConfigNode | 
getParent()  | 
Class | 
getSource()  | 
void | 
registerCallbackDescriptors(Class<? extends Annotation> metaDataType,
                           CallbackDescriptor callbackDescriptor)  | 
ViewConfigNode getParent()
List<ViewConfigNode> getChildren()
Class getSource()
Set<Annotation> getMetaData()
List<Annotation> getInheritedMetaData()
Map<Class<? extends Annotation>,List<CallbackDescriptor>> getCallbackDescriptors()
List<CallbackDescriptor> getCallbackDescriptors(Class<? extends Annotation> metaDataType)
void registerCallbackDescriptors(Class<? extends Annotation> metaDataType, CallbackDescriptor callbackDescriptor)
Copyright © 2017 The Apache Software Foundation. All rights reserved.