|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sage.swt.client.widget.event.AbstractSwtEvent
com.sage.swt.client.widget.event.SwtTableCellClickEvent
public final class SwtTableCellClickEvent
Class for triggering actions that are linked to grid table cell events.
| Constructor Summary | |
|---|---|
SwtTableCellClickEvent(HasTableCellClickHandlers source)
Default constructor. |
|
| Method Summary | |
|---|---|
SwtEventEditor |
getEditor()
Gets the editor for this event. |
java.util.Collection<FunctionParameter> |
getFunctionParameters()
Gets a FunctionParameter collection where each item describes a
parameter that will be passed to the action that is called when this event
is fired. |
FunctionReturn |
getFunctionReturn()
Gets information about the return value of the action that is called when this event is fired. |
void |
onClick(com.google.gwt.event.dom.client.ClickEvent event)
|
| Methods inherited from class com.sage.swt.client.widget.event.AbstractSwtEvent |
|---|
addAction, executeActions, getActions, getDefaultFunctionParameters, getDefaultParams, getDesignerTooltip, getEventInfo, removeAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SwtTableCellClickEvent(HasTableCellClickHandlers source)
source - A widget that holds an HTMLTable and fires click events on cell clicks.| Method Detail |
|---|
public java.util.Collection<FunctionParameter> getFunctionParameters()
FunctionParameter collection where each item describes a
parameter that will be passed to the action that is called when this event
is fired. Those parameters are passed in the order they are listed.
getFunctionParameters in class AbstractSwtEventFunctionParameter collection where each item describes a
parameter that will be passed to the action that is called when
this event is fired. Implementors should make sure that this
collection is unmodifiable.public FunctionReturn getFunctionReturn()
getFunctionReturn in class AbstractSwtEventpublic SwtEventEditor getEditor()
getEditor in interface SwtEventpublic void onClick(com.google.gwt.event.dom.client.ClickEvent event)
onClick in interface com.google.gwt.event.dom.client.ClickHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||