|
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.Component
com.sapportals.htmlb.EventValidationComponent
com.sapportals.htmlb.Timer
Title: Timer Description: Fires a server or client event after a specific timeout
Copyright 2004 SAP AG
| Field Summary | |
static String |
UI_ID
|
| Constructor Summary | |
Timer(String name)
Creates a Timer |
|
| Method Summary | |
String |
getClientEvent()
|
String |
getServerEventName()
|
int |
getTimeOut()
Returns the timeout if the timer |
String |
getUI()
get a identification String for the renderer that is unique across all supported components. |
void |
setClientEvent(String clientEvent)
set a Javascript fragment that is executed when timer reaches timeout |
void |
setServerEventName(String serverEventName)
set the event name that is fired when timer reaches the timer |
void |
setTimeOut(int timeOut)
Sets the timeout of the timer in milliseconds |
| Methods inherited from class com.sapportals.htmlb.EventValidationComponent |
getAllValidators, getClientEvent, getClientEventMap, getErrorText, getServerEvent, getServerEventMap, getValidator, isDisabled, isEnabled, isRequiresValidation, renderJavascriptInterface, setClientEvent, setDisabled, setEnabled, setErrorText, setRequiresValidation, setServerEvent, setValidator |
| Methods inherited from class com.sapportals.htmlb.Component |
getEncodedIdForForm, getId, getParent, initFromPageContext, initFromShortId, initializeFromId, isJsObjectNeeded, preRender, render, renderAsString, requiresForm, setId, setJsObjectNeeded, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String UI_ID
| Constructor Detail |
public Timer(String name)
| Method Detail |
public String getUI()
Component
getUI in class Componentpublic int getTimeOut()
public void setTimeOut(int timeOut)
timeOut - timeout in millisecondspublic String getServerEventName()
public void setServerEventName(String serverEventName)
serverEventName - the name of the eventpublic String getClientEvent()
public void setClientEvent(String clientEvent)
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||