Class AttributeQueryFormValuesSubmitEvent
java.lang.Object
com.kheops.jmap.client.gui.forms.AbstractFormValuesSubmitEvent
com.kheops.jmap.client.gui.queries.AttributeQueryFormValuesSubmitEvent
-
Constructor Summary
ConstructorDescriptionAttributeQueryFormValuesSubmitEvent
(int layerId, int attributeQueryId, Map<String, Object> values) -
Method Summary
Modifier and TypeMethodDescriptionint
int
Returns a map of submitted value(s).
-
Constructor Details
-
AttributeQueryFormValuesSubmitEvent
-
-
Method Details
-
getLayerId
public int getLayerId() -
getAttributeQueryId
public int getAttributeQueryId() -
getValues
Description copied from class:AbstractFormValuesSubmitEvent
Returns a map of submitted value(s). -key
is the attribute name or $paramX -value
is the value to apply. For multiple choices input, an array is required- Specified by:
getValues
in classAbstractFormValuesSubmitEvent
- Returns:
-