Class ChangeListenerTag
- java.lang.Object
-
- org.apache.commons.jelly.TagSupport
-
- net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
- net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
- net.sf.jguiraffe.gui.builder.action.tags.FormEventListenerTag
-
- net.sf.jguiraffe.gui.builder.action.tags.ChangeListenerTag
-
- All Implemented Interfaces:
ConditionalTag
,org.apache.commons.jelly.Tag
public class ChangeListenerTag extends FormEventListenerTag
A specific form event listener tag implementation that deals with change listeners.
- Version:
- $Id: ChangeListenerTag.java 205 2012-01-29 18:29:57Z oheger $
- Author:
- Oliver Heger
-
-
Constructor Summary
Constructors Constructor Description ChangeListenerTag()
Creates a new instance ofChangeListenerTag
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ActionBuilder
getActionBuilder()
Returns a reference to the currentActionBuilder
instance.protected ActionManager
getActionManager()
Convenience method for obtaining a reference to the currentActionManager
.-
Methods inherited from class net.sf.jguiraffe.gui.builder.action.tags.FormEventListenerTag
registerListener
-
Methods inherited from class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
addBeanRegistrationCallbacks, addComponentRegistrationCallbacks, addListenerType, addListenerType, createEventListener, createEventListener, fetchAction, fetchFilter, fetchListenerClasses, getActionName, getEventFilter, getTargetBean, getVar, process, processBeforeBody, setActionName, setEventFilter, setTargetBean, setVar
-
Methods inherited from class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
canProcess, canProcess, convertToClass, convertToNumberWithUnit, convertToNumberWithUnit, doTag, findContainer, getBuilderData, getBuilderData, getIfName, getResourceText, getResourceText, getUnlessName, setIfName, setUnlessName
-
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
-
-
-
-
Method Detail
-
getActionBuilder
protected ActionBuilder getActionBuilder()
Returns a reference to the currentActionBuilder
instance. This instance is expected to be placed in the Jelly context.- Returns:
- the current action builder
-
getActionManager
protected ActionManager getActionManager()
Convenience method for obtaining a reference to the currentActionManager
.- Returns:
- the current action manager
-
-