org.apache.commons.jelly.tags.swing
Class FocusListenerTag

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended byorg.apache.commons.jelly.tags.swing.FocusListenerTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class FocusListenerTag
extends org.apache.commons.jelly.TagSupport


Field Summary
protected  org.apache.commons.jelly.Script gained
           
protected static org.apache.commons.logging.Log log
           
protected  org.apache.commons.jelly.Script lost
           
protected  java.lang.String var
           
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
FocusListenerTag()
           
 
Method Summary
 void doTag(org.apache.commons.jelly.XMLOutput output)
           
protected  void invokeScript(org.apache.commons.jelly.XMLOutput output, java.awt.event.FocusEvent event, org.apache.commons.jelly.Script script)
           
 void setGained(org.apache.commons.jelly.Script gained)
           
 void setLost(org.apache.commons.jelly.Script lost)
           
 void setVar(java.lang.String var)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.commons.logging.Log log

var

protected java.lang.String var

gained

protected org.apache.commons.jelly.Script gained

lost

protected org.apache.commons.jelly.Script lost
Constructor Detail

FocusListenerTag

public FocusListenerTag()
Method Detail

setVar

public void setVar(java.lang.String var)
Parameters:
var -

setGained

public void setGained(org.apache.commons.jelly.Script gained)
Parameters:
gained -

setLost

public void setLost(org.apache.commons.jelly.Script lost)
Parameters:
lost -

doTag

public void doTag(org.apache.commons.jelly.XMLOutput output)
           throws org.apache.commons.jelly.JellyTagException
Throws:
org.apache.commons.jelly.JellyTagException

invokeScript

protected void invokeScript(org.apache.commons.jelly.XMLOutput output,
                            java.awt.event.FocusEvent event,
                            org.apache.commons.jelly.Script script)


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.