public class ScenarioSimulationContext.Status extends Object
Type | Property and Description |
---|---|
boolean |
isAs
Gets the value of the property asProperty.
|
Modifier and Type | Field and Description |
---|---|
protected boolean |
asProperty |
protected org.drools.scenariosimulation.api.model.Background |
background |
protected String |
className |
protected String |
columnGroup |
protected String |
columnId |
protected int |
columnIndex |
protected GridWidget |
currentGrid |
protected boolean |
disable
Disable the TestTools
|
protected String |
filterTerm
The string to use for filtering in right panel
|
protected String |
fullPackage |
protected String |
gridCellValue |
protected String |
headerCellValue
The content of a header cell
|
protected boolean |
isRight |
protected boolean |
keepData |
protected boolean |
notEqualsSearch
flag to decide which kind of filter (equals or not euals) is to be applied.
|
protected boolean |
openDock
open the Right dock
|
protected List<String> |
propertyNameElements
The
List to eventually use to select the property in the test tools panel |
protected int |
rowIndex |
protected org.drools.scenariosimulation.api.model.Simulation |
simulation |
protected String |
value |
protected String |
valueClassName |
Constructor and Description |
---|
Status() |
Modifier and Type | Method and Description |
---|---|
ScenarioSimulationContext.Status |
cloneStatus() |
org.drools.scenariosimulation.api.model.Background |
getBackground() |
String |
getClassName() |
String |
getColumnGroup() |
String |
getColumnId() |
int |
getColumnIndex() |
GridWidget |
getCurrentGrid() |
String |
getFilterTerm() |
String |
getFullPackage() |
String |
getGridCellValue() |
String |
getHeaderCellValue() |
long |
getId() |
List<String> |
getPropertyNameElements() |
int |
getRowIndex() |
org.drools.scenariosimulation.api.model.Simulation |
getSimulation() |
String |
getValue() |
String |
getValueClassName() |
boolean |
isAsProperty()
Gets the value of the property asProperty.
|
boolean |
isDisable() |
boolean |
isKeepData() |
boolean |
isNotEqualsSearch() |
boolean |
isOpenDock() |
boolean |
isRight() |
void |
setAsProperty(boolean asProperty) |
void |
setBackground(org.drools.scenariosimulation.api.model.Background background) |
void |
setClassName(String className) |
void |
setColumnGroup(String columnGroup) |
void |
setColumnId(String columnId) |
void |
setColumnIndex(int columnIndex) |
void |
setCurrentGrid(GridWidget currentGrid) |
void |
setDisable(boolean disable) |
void |
setFilterTerm(String filterTerm) |
void |
setFullPackage(String fullPackage) |
void |
setGridCellValue(String gridCellValue) |
void |
setHeaderCellValue(String headerCellValue) |
void |
setKeepData(boolean keepData) |
void |
setNotEqualsSearch(boolean notEqualsSearch) |
void |
setOpenDock(boolean openDock) |
void |
setPropertyNameElements(List<String> propertyNameElements) |
void |
setRight(boolean right) |
void |
setRowIndex(int rowIndex) |
void |
setSimulation(org.drools.scenariosimulation.api.model.Simulation simulation) |
void |
setValue(String value) |
void |
setValueClassName(String valueClassName) |
protected String columnId
protected int columnIndex
protected boolean isRight
protected boolean asProperty
protected String columnGroup
protected String fullPackage
protected String className
protected String value
protected String valueClassName
protected boolean keepData
protected String gridCellValue
protected int rowIndex
protected org.drools.scenariosimulation.api.model.Simulation simulation
protected org.drools.scenariosimulation.api.model.Background background
protected GridWidget currentGrid
protected String filterTerm
protected boolean notEqualsSearch
protected List<String> propertyNameElements
List
to eventually use to select the property in the test tools panelprotected String headerCellValue
protected boolean disable
protected boolean openDock
public long getId()
public String getColumnId()
public void setColumnId(String columnId)
public int getColumnIndex()
public void setColumnIndex(int columnIndex)
public boolean isAsProperty()
public void setAsProperty(boolean asProperty)
public String getColumnGroup()
public void setColumnGroup(String columnGroup)
public String getClassName()
public void setClassName(String className)
public boolean isRight()
public void setRight(boolean right)
public String getFullPackage()
public void setFullPackage(String fullPackage)
public boolean isKeepData()
public void setKeepData(boolean keepData)
public String getValue()
public void setValue(String value)
public String getValueClassName()
public void setValueClassName(String valueClassName)
public int getRowIndex()
public void setRowIndex(int rowIndex)
public String getFilterTerm()
public void setFilterTerm(String filterTerm)
public boolean isNotEqualsSearch()
public void setNotEqualsSearch(boolean notEqualsSearch)
public boolean isDisable()
public void setDisable(boolean disable)
public boolean isOpenDock()
public void setOpenDock(boolean openDock)
public String getGridCellValue()
public void setGridCellValue(String gridCellValue)
public String getHeaderCellValue()
public void setHeaderCellValue(String headerCellValue)
public org.drools.scenariosimulation.api.model.Simulation getSimulation()
public void setSimulation(org.drools.scenariosimulation.api.model.Simulation simulation)
public org.drools.scenariosimulation.api.model.Background getBackground()
public void setBackground(org.drools.scenariosimulation.api.model.Background background)
public GridWidget getCurrentGrid()
public void setCurrentGrid(GridWidget currentGrid)
public ScenarioSimulationContext.Status cloneStatus()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.