Ontimize 5.2071EN

com.ontimize.gui.field
Interface AdvancedDataComponent

All Superinterfaces:
DataComponent, FormComponent, IdentifiedElement, Internationalization, SecureElement
All Known Implementing Classes:
CheckDataField, CurrencyDataField, DateDataField, HTMLDataField, IntegerDataField, RealDataField, ReferenceComboDataField, RTFDataField, SliderDataField

public interface AdvancedDataComponent
extends DataComponent

This interface extends the DataComponent interface adding a method to support the advanced query state:

Author:
Imatia Innovation

Field Summary
static java.lang.String ADVANCED_QUERY
          The advanced query key.
 
Fields inherited from interface com.ontimize.gui.field.DataComponent
COMP_FOCUS_YELLOW, GREEN_VERY_LIGHT, LIGHT_GRAY_BLUE, LIGHT_GREYISH_BLUE, VERY_LIGHT_BLUE, VERY_LIGHT_GRAY, VERY_LIGHT_PINK, VERY_LIGHT_RED, VERY_LIGHT_SKYBLUE, VERY_LIGHT_YELLOW, VERY_LIGHT_YELLOW_2
 
Fields inherited from interface com.ontimize.gui.field.FormComponent
DEBUG
 
Fields inherited from interface com.ontimize.gui.i18n.Internationalization
DEBUG_LANGUAGE
 
Fields inherited from interface com.ontimize.gui.SecureElement
DESACTIVATE_COMPONENT_BY_PERMISSION_TIP
 
Method Summary
 void setAdvancedQueryMode(boolean enabled)
          This method must establish the advanced query state, to support advanced query conditions.
 
Methods inherited from interface com.ontimize.gui.field.DataComponent
deleteData, getLabelComponentText, getSQLDataType, getValue, isEmpty, isHidden, isModifiable, isModified, isRequired, setModifiable, setRequired, setValue
 
Methods inherited from interface com.ontimize.gui.field.FormComponent
getConstraints, init, isEnabled, setEnabled, setVisible
 
Methods inherited from interface com.ontimize.gui.i18n.Internationalization
getTextsToTranslate, setComponentLocale, setResourceBundle
 
Methods inherited from interface com.ontimize.gui.field.IdentifiedElement
getAttribute
 
Methods inherited from interface com.ontimize.gui.SecureElement
initPermissions, isRestricted
 

Field Detail

ADVANCED_QUERY

public static final java.lang.String ADVANCED_QUERY
The advanced query key.

See Also:
Constant Field Values
Method Detail

setAdvancedQueryMode

public void setAdvancedQueryMode(boolean enabled)
This method must establish the advanced query state, to support advanced query conditions.

Parameters:
enabled - the condition to enable this state

Ontimize