|
||||||||||
| 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.EditorValueEvent
public class EditorValueEvent
The EditorValueEvent is a ServiceEvent to send editor values to the server.
| Constructor Summary | |
|---|---|
EditorValueEvent()
Creates a new instance of EditorValueEvent. |
|
EditorValueEvent(String pClientId,
String pComponentId)
Creates a new instance of EditorValueEvent. |
|
EditorValueEvent(String pClientId,
String pComponentId,
List<Object> pValues)
Creates a new instance of EditorValueEvent for specific
values. |
|
| Method Summary | |
|---|---|
String |
getClientId()
Gets the id of the client. |
List<String> |
getColumnNames()
Gets the column names. |
String |
getParameter(String pName)
Gets the value for a user defined parameter. |
List<Object> |
getValues()
Gets the values of the editor. |
boolean |
isValueDetection()
Gets whether the value detection is en- or disabled. |
void |
setColumnNames(List<String> pColumns)
Sets the column names. |
String |
setParameter(String pName,
String pValue)
Sets a user defined event parameter. |
void |
setValueDetection(boolean pDetection)
Sets the automatic value detection en- or disabled. |
void |
setValues(List<Object> pValues)
Sets the editor values. |
| 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 EditorValueEvent()
EditorValueEvent.
Only for serialization.
public EditorValueEvent(String pClientId,
String pComponentId)
EditorValueEvent.
pClientId - the id of the clientpComponentId - the editor id
public EditorValueEvent(String pClientId,
String pComponentId,
List<Object> pValues)
EditorValueEvent for specific
values.
pClientId - the id of the clientpComponentId - the editor idpValues - the editor values| Method Detail |
|---|
public void setValues(List<Object> pValues)
pValues - the valuespublic List<Object> getValues()
public void setColumnNames(List<String> pColumns)
pColumns - the column namespublic List<String> getColumnNames()
public void setValueDetection(boolean pDetection)
pDetection - true to enable the value detection through the serverpublic boolean isValueDetection()
true if the value detection trough the server is enabledpublic 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 | |||||||||