com.atlassian.jira.web.action.func
Class RadioEvent

java.lang.Object
  extended by com.atlassian.jira.web.action.func.RadioEvent
All Implemented Interfaces:
EventType

public class RadioEvent
extends java.lang.Object
implements EventType


Constructor Summary
RadioEvent()
           
 
Method Summary
 java.lang.String getAlternativeHandlerMethod()
           
 java.lang.String getEventType()
           
 java.lang.String getResponseText(HtmlEvent event)
           
 java.lang.String getTagName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadioEvent

public RadioEvent()
Method Detail

getTagName

public java.lang.String getTagName()
Specified by:
getTagName in interface EventType

getEventType

public java.lang.String getEventType()
Specified by:
getEventType in interface EventType

getAlternativeHandlerMethod

public java.lang.String getAlternativeHandlerMethod()
Specified by:
getAlternativeHandlerMethod in interface EventType

getResponseText

public java.lang.String getResponseText(HtmlEvent event)
Specified by:
getResponseText in interface EventType


Copyright © 2002-2011 Atlassian. All Rights Reserved.