|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.htmlb.event.Event
com.sapportals.htmlb.event.LinkClickEvent
Event that is fired when a Link is clicked
Copyright 2004 SAP AG
| Constructor Summary | |
LinkClickEvent()
|
|
LinkClickEvent(String name)
|
|
| Method Summary | |
String[] |
getParams()
gets parameters of the event the default implementation returns null, needs to be overriden by events that require parameters (e.g. |
String[] |
getParams(Component c)
gets parameters of the event the default implementation returns null, needs to be overriden by events that require parameters (e.g. |
String |
getRef()
|
static String |
renderEventCall(IPageContext pc,
Link link)
|
static String |
renderJSFunction(IPageContext pc,
Link theLink)
INTERNAL USE ONLY. |
protected void |
setParams(String[] params)
set the params from the HTML page. |
void |
setRef(String ref)
|
String |
toString()
|
| Methods inherited from class com.sapportals.htmlb.event.Event |
getAction, getComponentName, getModifierData, setAction |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LinkClickEvent()
public LinkClickEvent(String name)
| Method Detail |
public static String renderEventCall(IPageContext pc,
Link link)
protected void setParams(String[] params)
Eventpublic static String renderEventCall(Component component);
so that the rendering of the JavaScript call is in the same scope
setParams in class Eventparams - the event parameterspublic String[] getParams()
Event
getParams in class Eventpublic String[] getParams(Component c)
Event
getParams in class Eventpublic String getRef()
public void setRef(String ref)
public String toString()
toString in class Event
public static String renderJSFunction(IPageContext pc,
Link theLink)
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||