Class ScenarioSimulationContext.Status
- java.lang.Object
-
- org.drools.workbench.screens.scenariosimulation.client.commands.ScenarioSimulationContext.Status
-
- Enclosing class:
- ScenarioSimulationContext
public class ScenarioSimulationContext.Status extends Object
Class representing the variable Status of the context
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanasPropertyprotected org.drools.scenariosimulation.api.model.Backgroundbackgroundprotected StringclassNameprotected StringcolumnGroupprotected StringcolumnIdprotected intcolumnIndexprotected GridWidgetcurrentGridprotected booleandisableDisable the TestToolsprotected StringfilterTermThe string to use for filtering in right panelprotected StringfullPackageprotected StringgridCellValueprotected StringheaderCellValueThe content of a header cellprotected StringimportPrefixprotected booleanisRightprotected booleankeepDataprotected booleannotEqualsSearchflag to decide which kind of filter (equals or not euals) is to be applied.protected booleanopenDockopen the Right dockprotected List<String>propertyNameElementsTheListto eventually use to select the property in the test tools panelprotected introwIndexprotected org.drools.scenariosimulation.api.model.Simulationsimulationprotected Stringvalueprotected StringvalueClassName
-
Constructor Summary
Constructors Constructor Description Status()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScenarioSimulationContext.StatuscloneStatus()org.drools.scenariosimulation.api.model.BackgroundgetBackground()StringgetClassName()StringgetColumnGroup()StringgetColumnId()intgetColumnIndex()GridWidgetgetCurrentGrid()StringgetFilterTerm()StringgetFullPackage()StringgetGridCellValue()StringgetHeaderCellValue()longgetId()StringgetImportPrefix()List<String>getPropertyNameElements()intgetRowIndex()org.drools.scenariosimulation.api.model.SimulationgetSimulation()StringgetValue()StringgetValueClassName()booleanisAsProperty()booleanisDisable()booleanisKeepData()booleanisNotEqualsSearch()booleanisOpenDock()booleanisRight()voidsetAsProperty(boolean asProperty)voidsetBackground(org.drools.scenariosimulation.api.model.Background background)voidsetClassName(String className)voidsetColumnGroup(String columnGroup)voidsetColumnId(String columnId)voidsetColumnIndex(int columnIndex)voidsetCurrentGrid(GridWidget currentGrid)voidsetDisable(boolean disable)voidsetFilterTerm(String filterTerm)voidsetFullPackage(String fullPackage)voidsetGridCellValue(String gridCellValue)voidsetHeaderCellValue(String headerCellValue)voidsetImportPrefix(String importPrefix)voidsetKeepData(boolean keepData)voidsetNotEqualsSearch(boolean notEqualsSearch)voidsetOpenDock(boolean openDock)voidsetPropertyNameElements(List<String> propertyNameElements)voidsetRight(boolean right)voidsetRowIndex(int rowIndex)voidsetSimulation(org.drools.scenariosimulation.api.model.Simulation simulation)voidsetValue(String value)voidsetValueClassName(String valueClassName)
-
-
-
Field Detail
-
columnId
protected String columnId
-
columnIndex
protected int columnIndex
-
isRight
protected boolean isRight
-
asProperty
protected boolean asProperty
-
columnGroup
protected String columnGroup
-
fullPackage
protected String fullPackage
-
className
protected String className
-
importPrefix
protected String importPrefix
-
value
protected String value
-
valueClassName
protected String valueClassName
-
keepData
protected boolean keepData
-
gridCellValue
protected String gridCellValue
-
rowIndex
protected int rowIndex
-
simulation
protected org.drools.scenariosimulation.api.model.Simulation simulation
-
background
protected org.drools.scenariosimulation.api.model.Background background
-
currentGrid
protected GridWidget currentGrid
-
filterTerm
protected String filterTerm
The string to use for filtering in right panel
-
notEqualsSearch
protected boolean notEqualsSearch
flag to decide which kind of filter (equals or not euals) is to be applied. Default to false (= equals filter)
-
propertyNameElements
protected List<String> propertyNameElements
TheListto eventually use to select the property in the test tools panel
-
headerCellValue
protected String headerCellValue
The content of a header cell
-
disable
protected boolean disable
Disable the TestTools
-
openDock
protected boolean openDock
open the Right dock
-
-
Method Detail
-
getId
public long getId()
-
getColumnId
public String getColumnId()
-
setColumnId
public void setColumnId(String columnId)
-
getColumnIndex
public int getColumnIndex()
-
setColumnIndex
public void setColumnIndex(int columnIndex)
-
isAsProperty
public boolean isAsProperty()
-
setAsProperty
public void setAsProperty(boolean asProperty)
-
getColumnGroup
public String getColumnGroup()
-
setColumnGroup
public void setColumnGroup(String columnGroup)
-
getClassName
public String getClassName()
-
setClassName
public void setClassName(String className)
-
isRight
public boolean isRight()
-
setRight
public void setRight(boolean right)
-
getFullPackage
public String getFullPackage()
-
setFullPackage
public void setFullPackage(String fullPackage)
-
isKeepData
public boolean isKeepData()
-
setKeepData
public void setKeepData(boolean keepData)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getValueClassName
public String getValueClassName()
-
setValueClassName
public void setValueClassName(String valueClassName)
-
getRowIndex
public int getRowIndex()
-
setRowIndex
public void setRowIndex(int rowIndex)
-
getFilterTerm
public String getFilterTerm()
-
setFilterTerm
public void setFilterTerm(String filterTerm)
-
isNotEqualsSearch
public boolean isNotEqualsSearch()
-
setNotEqualsSearch
public void setNotEqualsSearch(boolean notEqualsSearch)
-
isDisable
public boolean isDisable()
-
setDisable
public void setDisable(boolean disable)
-
isOpenDock
public boolean isOpenDock()
-
setOpenDock
public void setOpenDock(boolean openDock)
-
getGridCellValue
public String getGridCellValue()
-
setGridCellValue
public void setGridCellValue(String gridCellValue)
-
getHeaderCellValue
public String getHeaderCellValue()
-
setHeaderCellValue
public void setHeaderCellValue(String headerCellValue)
-
getSimulation
public org.drools.scenariosimulation.api.model.Simulation getSimulation()
-
setSimulation
public void setSimulation(org.drools.scenariosimulation.api.model.Simulation simulation)
-
getBackground
public org.drools.scenariosimulation.api.model.Background getBackground()
-
setBackground
public void setBackground(org.drools.scenariosimulation.api.model.Background background)
-
getCurrentGrid
public GridWidget getCurrentGrid()
-
setCurrentGrid
public void setCurrentGrid(GridWidget currentGrid)
-
getImportPrefix
public String getImportPrefix()
-
setImportPrefix
public void setImportPrefix(String importPrefix)
-
cloneStatus
public ScenarioSimulationContext.Status cloneStatus()
-
-