public class ExpressionEvent extends com.google.gwt.event.shared.GwtEvent<ExpressionEvent.ExpressionEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExpressionEvent.ExpressionEventHandler |
static interface |
ExpressionEvent.HasExpressionEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ExpressionEvent.ExpressionEventHandler> |
TYPE |
| Constructor and Description |
|---|
ExpressionEvent(ExpressionType expressionType) |
public static com.google.gwt.event.shared.GwtEvent.Type<ExpressionEvent.ExpressionEventHandler> TYPE
public ExpressionEvent(ExpressionType expressionType)
public ExpressionType getExpressionType()
protected void dispatch(ExpressionEvent.ExpressionEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ExpressionEvent.ExpressionEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<ExpressionEvent.ExpressionEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ExpressionEvent.ExpressionEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<ExpressionEvent.ExpressionEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
ExpressionType expressionType)
public TRId getTrId()
public void setTrId(TRId trId)
public String getColumnName()
public void setColumnName(String columnName)
public C_ExpressionContainer getC_ConditionExpressionContainer()
public void setC_ConditionExpressionContainer(C_ExpressionContainer c_ConditionExpressionContainer)
public String getColumnId()
public void setColumnId(String columnId)
public boolean isReplaceByValue()
public void setReplaceByValue(boolean replaceByValue)
public C_ExpressionContainer getC_ReplaceExpressionContainer()
public void setC_ReplaceExpressionContainer(C_ExpressionContainer c_ReplaceExpressionContainer)
public String getReplaceValue()
public void setReplaceValue(String replaceValue)
public String toString()
toString in class com.google.web.bindery.event.shared.Event<ExpressionEvent.ExpressionEventHandler>Copyright © 2015. All Rights Reserved.