Class SetPropertyHeaderEvent


  • public class SetPropertyHeaderEvent
    extends com.google.gwt.event.shared.GwtEvent<SetPropertyHeaderEventHandler>
    GwtEvent to set the property level header for a given column
    • Constructor Detail

      • SetPropertyHeaderEvent

        public 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
        Parameters:
        gridWidget -
        fullPackage -
        propertyNameElements -
        valueClassName -
        factMappingValueType -
    • Method Detail

      • getGridWidget

        public GridWidget getGridWidget()
      • getFullPackage

        public String getFullPackage()
      • getFactType

        public String getFactType()
      • getPropertyNameElements

        public List<String> getPropertyNameElements()
      • getValueClassName

        public String getValueClassName()
      • getFactMappingValueType

        public org.drools.scenariosimulation.api.model.FactMappingValueType getFactMappingValueType()
      • getImportPrefix

        public String getImportPrefix()