public class UniqueValuesActionBean
extends nl.b3p.i18n.LocalizableActionBean
implements net.sourceforge.stripes.action.ActionBean
| Constructor and Description |
|---|
UniqueValuesActionBean() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationLayer |
getApplicationLayer() |
String |
getAttribute() |
String[] |
getAttributes() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
SimpleFeatureType |
getFeatureType() |
String |
getFilter() |
net.sourceforge.stripes.action.Resolution |
getKeyValuePairs()
Get a list of key/value pairs to use in picklists.
|
int |
getMaxFeatures() |
net.sourceforge.stripes.action.Resolution |
getMinMaxValue() |
String |
getOperator() |
net.sourceforge.stripes.action.Resolution |
getUniqueValues() |
void |
setApplicationLayer(ApplicationLayer applicationLayer) |
void |
setAttribute(String attribute) |
void |
setAttributes(String[] attributes) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setFeatureType(SimpleFeatureType featureType) |
void |
setFilter(String filter) |
void |
setMaxFeatures(int maxFeatures) |
void |
setOperator(String operator) |
public net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanpublic void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic ApplicationLayer getApplicationLayer()
public void setApplicationLayer(ApplicationLayer applicationLayer)
public String[] getAttributes()
public void setAttributes(String[] attributes)
public String getAttribute()
public void setAttribute(String attribute)
public String getOperator()
public void setOperator(String operator)
public int getMaxFeatures()
public void setMaxFeatures(int maxFeatures)
public String getFilter()
public void setFilter(String filter)
@DefaultHandler
public net.sourceforge.stripes.action.Resolution getUniqueValues()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution getKeyValuePairs()
throws org.json.JSONException
org.json.JSONException - if anypublic net.sourceforge.stripes.action.Resolution getMinMaxValue()
throws org.json.JSONException
org.json.JSONExceptionpublic SimpleFeatureType getFeatureType()
public void setFeatureType(SimpleFeatureType featureType)
Copyright © 2020. All rights reserved.