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