public class SpeciesFilter
extends com.extjs.gxt.ui.client.data.BaseModel
implements com.google.gwt.user.client.rpc.IsSerializable
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_LABEL |
static String |
FIELD_NAME |
static String |
FIELD_TYPE |
static String |
FIELD_VALUE |
static String |
OPERATOR |
Constructor and Description |
---|
SpeciesFilter() |
SpeciesFilter(String name,
String label,
Object value,
ClientFilterOperator operator,
ClientFieldType type) |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
String |
getName() |
ClientFilterOperator |
getOperator() |
ClientFieldType |
getType() |
Object |
getValue() |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setOperator(ClientFilterOperator operator) |
void |
setType(ClientFieldType type) |
void |
setValue(Object value) |
addChangeListener, addChangeListener, fireEvent, fireEvent, isSilent, notify, notifyPropertyChanged, remove, removeChangeListener, removeChangeListeners, set, setSilent
get, get, getProperties, getPropertyNames, isAllowNestedValues, setAllowNestedValues, setProperties
public static final String FIELD_NAME
public static final String FIELD_VALUE
public static final String FIELD_TYPE
public static final String OPERATOR
public static final String FIELD_LABEL
public SpeciesFilter()
public SpeciesFilter(String name, String label, Object value, ClientFilterOperator operator, ClientFieldType type)
public void setName(String name)
public void setLabel(String label)
public void setType(ClientFieldType type)
public void setOperator(ClientFilterOperator operator)
public void setValue(Object value)
public String getName()
public String getLabel()
public ClientFieldType getType()
public ClientFilterOperator getOperator()
public Object getValue()
Copyright © 2016. All Rights Reserved.