|
Ontimize 5.2072EN | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines methods used by data components:
Innovation| Field Summary | |
static java.awt.Color |
COMP_FOCUS_YELLOW
The yellow color for focus key. |
static java.awt.Color |
GREEN_VERY_LIGHT
The very light green color key. |
static java.awt.Color |
LIGHT_GRAY_BLUE
The very light gray blue color key. |
static java.awt.Color |
LIGHT_GREYISH_BLUE
The very light greyish color key. |
static java.awt.Color |
VERY_LIGHT_BLUE
The very light blue color key. |
static java.awt.Color |
VERY_LIGHT_GRAY
The very light gray color key. |
static java.awt.Color |
VERY_LIGHT_PINK
The very light pink color key. |
static java.awt.Color |
VERY_LIGHT_RED
The very light red color key. |
static java.awt.Color |
VERY_LIGHT_SKYBLUE
The very light skyblue color key. |
static java.awt.Color |
VERY_LIGHT_YELLOW
The very light yellow color key. |
static java.awt.Color |
VERY_LIGHT_YELLOW_2
The very light yellow color key. |
| 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 |
deleteData()
The method to delete data for component. |
java.lang.String |
getLabelComponentText()
Returns the label text component. |
int |
getSQLDataType()
Returns the sql data type according to java.sql.Types
|
java.lang.Object |
getValue()
Gets the value of a component. |
boolean |
isEmpty()
Checks the data existence in component. |
boolean |
isHidden()
Indicates to check the visibility condition for a component. |
boolean |
isModifiable()
Checks the modifiable condition for a component. |
boolean |
isModified()
This method should be return true when data have been modified. |
boolean |
isRequired()
Indicates the required condition for a component. |
void |
setModifiable(boolean modifiable)
Establishes the modifiable condition for a component. |
void |
setRequired(boolean required)
Sets required a component according to condition. |
void |
setValue(java.lang.Object value)
Sets the value for component. |
| 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 |
public static final java.awt.Color VERY_LIGHT_GRAY
public static final java.awt.Color VERY_LIGHT_PINK
public static final java.awt.Color VERY_LIGHT_BLUE
public static final java.awt.Color VERY_LIGHT_SKYBLUE
public static final java.awt.Color GREEN_VERY_LIGHT
public static final java.awt.Color VERY_LIGHT_YELLOW
public static final java.awt.Color VERY_LIGHT_YELLOW_2
public static final java.awt.Color COMP_FOCUS_YELLOW
public static final java.awt.Color VERY_LIGHT_RED
public static final java.awt.Color LIGHT_GREYISH_BLUE
public static final java.awt.Color LIGHT_GRAY_BLUE
| Method Detail |
public java.lang.String getLabelComponentText()
Locale.
public java.lang.Object getValue()
object with value.public void setValue(java.lang.Object value)
value - the object with value to setpublic void deleteData()
public boolean isEmpty()
true when component is emptypublic boolean isModifiable()
true when component is modifiablepublic void setModifiable(boolean modifiable)
DeleteFields call.
modifiable - the boolean conditionpublic boolean isHidden()
public int getSQLDataType()
sql data type according to java.sql.Types
Integer typepublic boolean isRequired()
public boolean isModified()
true when data have been modified. The method
setValue() should be change this condition.
public void setRequired(boolean required)
required - the required condition
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||