org.nuiton.guix.tags
Interface TagHandler
- All Known Implementing Classes:
- ApplicationHandler, DefaultTagHandler, PanelHandler
public interface TagHandler
Interface of the tag handlers.
It permits to get the right class or the right attribiute names to generate for the common tags.
It also permits to know which listeners to add for the binding
- Author:
- kmorin
getClassToGenerate
java.lang.Class getClassToGenerate()
getAttrToGenerate
java.lang.String getAttrToGenerate(java.lang.String attr)
getDefaultConstructor
java.lang.String getDefaultConstructor()
hasEventInfosAboutMethod
boolean hasEventInfosAboutMethod(java.lang.String methodName)
getEventInfosListenerClass
java.lang.Class getEventInfosListenerClass(java.lang.String methodName)
getEventInfosAddListenerMethodName
java.lang.String getEventInfosAddListenerMethodName(java.lang.String methodName)
getEventInfosRemoveListenerMethodName
java.lang.String getEventInfosRemoveListenerMethodName(java.lang.String methodName)
getEventInfosModelName
java.lang.String getEventInfosModelName(java.lang.String methodName)
Copyright © 2009 CodeLutin. All Rights Reserved.