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 |
|
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 |
ADVANCED_QUERY
public static final java.lang.String ADVANCED_QUERY
- The advanced query key.
- See Also:
- Constant Field Values
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