Ontimize 5.2072EN

com.ontimize.gui
Interface ValueChangeDataComponent

All Superinterfaces:
DataComponent, FormComponent, IdentifiedElement, Internationalization, SecureElement
All Known Implementing Classes:
ButtonGroupDataField, CalculatedExpressionDataField, CalendarDataField, DataField, Form2HTMLDataField

public interface ValueChangeDataComponent
extends DataComponent


Field Summary
 
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 addValueChangeListener(ValueChangeListener l)
           
 void removeValueChangeListener(ValueChangeListener l)
           
 
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
 

Method Detail

addValueChangeListener

public void addValueChangeListener(ValueChangeListener l)

removeValueChangeListener

public void removeValueChangeListener(ValueChangeListener l)

Ontimize