Ontimize 5.2072EN

com.ontimize.gui.container
Interface DataComponentGroup

All Superinterfaces:
FormComponent, IdentifiedElement, Internationalization, SecureElement
All Known Implementing Classes:
BackgroundImageGroup, BasicDataComponentGroup

public interface DataComponentGroup
extends FormComponent, IdentifiedElement

Title:

Description:

Company:


Field Summary
 
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
 java.util.Vector getAttributes()
           
 java.util.Hashtable getGroupValue()
          Gets a data set with field values.
 java.lang.String getLabel()
           
 void setAllEnabled(boolean en)
           
 void setAllModificable(boolean modif)
           
 void setGroupValue(java.util.Hashtable value)
           
 
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

getGroupValue

public java.util.Hashtable getGroupValue()
Gets a data set with field values.

Returns:
The key is the attribute of the data field and the value is the data field value

setGroupValue

public void setGroupValue(java.util.Hashtable value)

getLabel

public java.lang.String getLabel()

getAttributes

public java.util.Vector getAttributes()

setAllEnabled

public void setAllEnabled(boolean en)

setAllModificable

public void setAllModificable(boolean modif)

Ontimize