|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.gwt.shared.event.ServiceEvent
com.sibvisions.rad.ui.gwt.shared.event.TableEvent
public class TableEvent
The TableEvent is a ServiceEvent to send table settings to the server.
| Constructor Summary | |
|---|---|
TableEvent()
Creates a new instance of TableEvent. |
|
TableEvent(String pClientId,
String pComponentId,
EventType pType)
Creates a new instance of TableEvent for a specific
component with a defined event type. |
|
| Method Summary | |
|---|---|
String |
getClientId()
Gets the id of the client. |
String |
getParameter(String pName)
Gets the value for a user defined parameter. |
int |
getSelectedRow()
Gets the current selected row. |
String |
setParameter(String pName,
String pValue)
Sets a user defined event parameter. |
void |
setSelectedRow(int pSelectedRow)
Sets the current selected row. |
| Methods inherited from class com.sibvisions.rad.ui.gwt.shared.event.ServiceEvent |
|---|
getComponentData, getComponentId, getType, setComponentData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableEvent()
TableEvent.
Only for serialization.
public TableEvent(String pClientId,
String pComponentId,
EventType pType)
TableEvent for a specific
component with a defined event type.
pClientId - the id of the clientpComponentId - the components idpType - the event type| Method Detail |
|---|
public void setSelectedRow(int pSelectedRow)
pSelectedRow - the row numberpublic int getSelectedRow()
public String getClientId()
public String setParameter(String pName,
String pValue)
pName - the parameter namepValue - the value or null to remove the property with the specified name
null if the property was not setpublic String getParameter(String pName)
pName - the parameter name
null if the parameter was not set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||