public class SetPropertyHeaderEvent extends com.google.gwt.event.shared.GwtEvent<SetPropertyHeaderEventHandler>
GwtEvent to set the property level header for a given column| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SetPropertyHeaderEventHandler> |
TYPE |
| Constructor and Description |
|---|
SetPropertyHeaderEvent(GridWidget gridWidget,
String fullPackage,
String factType,
List<String> propertyNameElements,
String valueClassName,
org.drools.scenariosimulation.api.model.FactMappingValueType factMappingValueType,
String importPrefix)
Use this constructor to modify the property level header
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SetPropertyHeaderEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SetPropertyHeaderEventHandler> |
getAssociatedType() |
org.drools.scenariosimulation.api.model.FactMappingValueType |
getFactMappingValueType() |
String |
getFactType() |
String |
getFullPackage() |
GridWidget |
getGridWidget() |
String |
getImportPrefix() |
List<String> |
getPropertyNameElements() |
String |
getValueClassName() |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<SetPropertyHeaderEventHandler> TYPE
public SetPropertyHeaderEvent(GridWidget gridWidget, String fullPackage, String factType, List<String> propertyNameElements, String valueClassName, org.drools.scenariosimulation.api.model.FactMappingValueType factMappingValueType, String importPrefix)
gridWidget - fullPackage - propertyNameElements - valueClassName - factMappingValueType - public com.google.gwt.event.shared.GwtEvent.Type<SetPropertyHeaderEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SetPropertyHeaderEventHandler>public GridWidget getGridWidget()
public String getFullPackage()
public String getFactType()
public String getValueClassName()
public org.drools.scenariosimulation.api.model.FactMappingValueType getFactMappingValueType()
public String getImportPrefix()
protected void dispatch(SetPropertyHeaderEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<SetPropertyHeaderEventHandler>Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.