Class SearchCell
java.lang.Object
org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid.SearchCell
public class SearchCell extends Object
- Author:
- Madhav Krishna
-
Field Summary
Fields Modifier and Type Field Description protected HeaderColumnSIcolumnprotected TextMatchMechanismtextValueValidationMechanismprotected Objectvalueprotected ValueTypevalueType -
Constructor Summary
Constructors Constructor Description SearchCell(HeaderColumnSI column, Object value, ValueType valueType, TextMatchMechanism textValueValidationMechanism) -
Method Summary
Modifier and Type Method Description HeaderColumnSIgetColumn()TextMatchMechanismgetTextValueValidationMechanism()ObjectgetValue()ValueTypegetValueType()voidsetColumn(HeaderColumnSI column)voidsetTextValueValidationMechanism(TextMatchMechanism textValueValidationMechanism)voidsetValue(Object value)voidsetValueType(ValueType valueType)StringtoString()
-
Field Details
-
column
-
value
-
valueType
-
textValueValidationMechanism
-
-
Constructor Details
-
SearchCell
public SearchCell(HeaderColumnSI column, Object value, ValueType valueType, TextMatchMechanism textValueValidationMechanism)
-
-
Method Details