org.openmdx.portal.servlet
Interface Autocompleter_1_0
- All Known Implementing Classes:
- FindObjectsAutocompleter, ValueListAutocompleter
public interface Autocompleter_1_0
paint
void paint(HtmlPage p,
String id,
int index,
String fieldName,
AttributeValue currentValue,
boolean numericCompare,
CharSequence tdTag,
CharSequence inputFieldDivClass,
CharSequence inputFieldClass,
CharSequence imgTag)
throws org.openmdx.base.exception.ServiceException
- Generates the html code for the autocompleter.
- Parameters:
p - painting areaid - optional id for input field. If none is specified an id is automatically generated.index - field indexfieldName - name of autocompletion fieldcurrentValue - current value of autocompletion fieldnumericCompare - if a numeric compare should be applied to current value
and the autocompleter value listtdTag - td tag if the autcompleter is embedded in a table. null if no
td tag must be generatedimgTag - optional image tag is placed right after the autocomplete input field
- Throws:
org.openmdx.base.exception.ServiceException
hasFixedSelectableValues
boolean hasFixedSelectableValues()
- Returns true if selectable values are fixed
This software is published under the BSD license. Copyright © 2006-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.