eva/3 Application BuilderDeveloping eva/3 ApplicationsCommon InformationsCommon Properties 

Main

Property Description
BorderColor Defines the color of the border of the component.
SComboBoxSScrollListSDateLabelSFormattedFieldSLabelSOptionsGroupSPictureSScrollTreeSScrollTextAreaSContainerSDesktopPaneSInternalPaneSScrollPaneSScrollTable
BorderEffect Defines the design of the border. The selection occurs the list of a combo box
Empty
Empty
EtchedLowered
EtchedLowered
EtchedRaised
EtchedRaised
BevelLowered
BevelLowered
BevelRaised
BevelRaised
SoftBevelLowered
SoftBevelLowered
SoftBevelRaised
SoftBevelRaised
Grayline
Grayline
Redline
Redline
Blackline
Blackline
DottedLinePoint
DottedLinePoint
DottedLinePointPoint
DottedLinePointPoint
DottedLines
DottedLines
LessPoints
LessPoints
Points
Points
Shadowed
Shadowed
ShortDottedLines
ShortDottedLines
Underlined
Underlined
Lined
Lined
MiddlePanelSidePanelToolBarPanelPFormattedFieldPLabelPPicturePTextArea • Rectangle • SComboBoxSContainerSDateLabelSDesktopPaneSFormattedFieldSInternalFrameSLabelSNavigatorSOptionsGroupSPictureSScrollPaneSScrollTableSScrollTextAreaSScrollTreeTComboBoxTFormattedField
BorderThickness Defines the thickness of the border of a component.
SComboBoxSScrollListSDateLabelSFormattedFieldSLabelSOptionsGroupSPictureSScrollTreeSScrollTextAreaSContainerSDesktopPaneSInternalPaneSScrollPaneSScrollTable
BorderPainted If this property has the value false, the border will not be painted
PCheckBoxSButtonSCheckBoxSNavigatorTCheckBox
Bounds Defines the size and the position of the bean:
X X position of the component in pixel
Y Y position of the component in pixel
Breite with of the component in pixel
Höhe height of the component in pixel
SButtonSCheckBoxSComboBoxSContainerSDateLabelSDesktopPaneSFormattedFieldSInternalFrameSLabelSNavigatorSOptionsGroupSPictureSScrollPaneSScrollTableSScrollTextAreaSScrollTreeSSplitPaneSTabbedPaneSTableElement
ContentAreaFilled If this property has the value false, the background of the bean will be transparent. Otherwise the bean will be filled with the color specified in the property Background (s. Opaque property)
PCheckBoxSButtonSCheckBoxSNavigatorTCheckBox
DefaultValue The default value of the bean which will be used if the bean has no TableSource set or a new data record is inserted.

As default value, a String value or an expression can be used.
PCheckBoxPFormattedFieldSCheckBoxSComboBoxSFormattedFieldSOptionsGroupTCheckBoxTComboBoxTFormattedFieldTTextArea
Editable Define if entries are possible for this bean. If this property has the valuefalse, the user cannot enter anything into the bean
PFormattedFieldSComboBoxSFormattedFieldSScrollTextAreaSScrollTreeTComboBoxTFormattedFieldTTextArea
Enabled Define if entries are possible for this bean. If this property has the valuefalse, the user cannot enter anything into the bean and it is painted grayed
SWindowP2DBarCodePBarCodePCheckBoxPFormattedFieldPFormattedFieldPLabelPLinePPicturePTextAreaSButtonSCheckBoxSComboBoxSDateLabelSFormattedFieldSLabelSNavigatorSOptionsGroupSPictureSScrollPaneSScrollTableSScrollTextAreaSScrollTreeTCheckBoxTComboBoxTFormattedFieldTTextArea
FocusPainted If the propertyFocusPainted has the value true, a frame around the marking of the bean is drawn when the bean has the focus
SButtonSCheckBoxSNavigatorSScrollTableTCheckBox
Focusable Defines whether the bean is part of the focus chain
SButtonSCheckBoxSComboBoxSScrollTreeTCheckBoxTComboBox
Font The Font of the component
SWindowP2DBarCodePBarCodePCheckBoxPFormattedFieldPLabelPPicturePTextAreaSButtonSCheckBoxSComboBoxSDateLabelSFormattedFieldSLabelSOptionsGroupSPictureSScrollPaneSScrollTableSScrollTextAreaSScrollTreeTCheckBoxTComboBoxTFormattedFieldTTextArea
HorizontalScrollBarPolicy Defines, when to show the horizontal scroll bar
Use The scrollbar will alwais be shown, when the content of the bean is wider than the with of the bean
Ever The scrollbar will always be shown
Never The scrollbar will never be shown
SScrollPaneSScrollTableSScrollTextAreaSScrollTree
IconTextGap Defines the spacing between icon and text
PBarCodePLabelSDateLabelSLabel
Label Defines the marking of the text. Corresponds to the property Text
PCheckBoxSCheckBoxTCheckBox
MaximumSize The maximum size of the bean s. Size and coordinate attitudes
MiddlePanelSidePanelToolBarPanelSButtonSCheckBoxSComboBoxSContainerSDateLabelSDesktopPaneSFormattedFieldSInternalFrameSLabelSNavigatorSOptionsGroupSPictureSScrollPaneSScrollTableSScrollTextAreaSScrollTreeSSplitPaneSTabbedPaneSTableElementTTextArea
MinimumSize The minimum size of the bean s. Size and coordinate attitudes
MiddlePanelSidePanelToolBarPanelSButtonSCheckBoxSComboBoxSContainerSDateLabelSDesktopPaneSFormattedFieldSInternalFrameSLabelSNavigatorSOptionsGroupSPictureSScrollPaneSScrollTableSScrollTextAreaSScrollTreeSSplitPaneSTabbedPaneSTableElementTTextArea
Mnemonic The key that will activate the button when the Alt Key is pressed. The first appearence of the caracter in the text will be displayed underlined. (It depends on the Look & Feel, if the caracter will always be displayed underlined, or only when the Alt key is pressed). The keys 0-9, A-Z and F1 - F24 (when present) are available
SButtonSCheckBox
Name The name of the Bean, by wich e.g. with public Object BeanWindow.getObject(String name) the bean can be unique identified. The editors ensure the uniqueness
P2DBarCodePBarCodePLabelSFormattedFieldSLoggerSNavigatorSOptionsGroupSScrollPane
Opaque If this property has the value true, the background of the component will be transparent. Otherwise the component will be filled with tho color that is specifieed in the property Background
Opaque = trueOpaque = true Opaque = falseOpaque = false

Note: If the property Opaque is set, so no pixel for the background will be painted. Some components contain the property ContentAreaFilled wich also is responsible for painting the background. This one also considers potential elements arising by the Look and Feel

MiddlePanelSidePanelToolBarPanelP2DBarCodePBarCodePCheckBoxPFormattedFieldPLabelPLinePPicturePTextAreaSButtonSCheckBoxSComboBoxSContainerSDateLabelSFormattedFieldSInternalFrameSLabelSNavigatorSOptionsGroupSPictureSScrollPaneSScrollTableSScrollTextAreaSScrollTreeSSplitPaneSTabbedPaneTCheckBoxTComboBoxTFormattedFieldTTextArea
PopupMenu Defines the PopupMenu of the element
MiddlePanelSidePanelToolBarPanelSButtonSCheckBoxSComboBoxSContainerSDateLabelSDesktopPaneSFormattedFieldSLabelSNavigatorSOptionsGroupSPictureSScrollPaneSScrollTableSScrollTextAreaSScrollTreeSSplitPaneSTabbedPaneTCheckBoxTComboBoxTFormattedFieldTTextArea
PreferredSize The preferred size of the bean. s. Size and coordinate attitudes
MiddlePanelSidePanelToolBarPanelSButtonSCheckBoxSComboBoxSContainerSDateLabelSDesktopPaneSFormattedFieldSInternalFrameSLabelSNavigatorSOptionsGroupSPictureSScrollPaneSScrollTableSScrollTextAreaSScrollTreeSSplitPaneSTabbedPane
RequestFocusEnabled Defines, if the bean gains the input focus when it was activated
SButtonSCheckBoxSComboBoxSFormattedFieldSNavigatorSOptionsGroupSScrollTextAreaSScrollTreeTCheckBoxTComboBoxTTextArea
Selected Defines whether the bean is selected
PCheckBoxSButtonSCheckBoxTCheckBox
ShowParentPopupMenu Has the property ShowParentPopupMenu the value true, the bean gets the Popupmenu of the parent component. If the component is in the MiddlePanel the component gets the Popupmenu of the MiddlePanel
SButtonSCheckBoxSComboBoxSDateLabelSFormattedFieldSLabelSNavigatorSOptionsGroupSPictureSScrollTableSScrollTextAreaSScrollTreeSSplitPaneSTabbedPaneSContainerSScrollPaneTCheckBoxTComboBoxTFormattedFieldTTextArea
SizeMode The property SizeMode can be used for the representation of images in a bean
Cut Overlapping parts of the image are cut
Size The image adapts in its expansion to the bean. The proportions do not remain
Zoom The image adapts in its expansion to the bean. The proportions do remain
PLabelPPictureSLabelSPicture
StaticFocusableSBeanNames Defines the order of the focusable beans. The order will be defined by the Focus order dialog
MiddlePanelSidePanelSWindowToolBarPanelSContainerSDesktopPaneSInternalFrame
Text Defines the text of the bean.
P2DBarCodePBarCodePCheckBoxPFormattedFieldPLabelPTextAreaSButtonSCheckBoxSDateLabelSLabelSPictureSScrollTextAreaTCheckBoxTFormattedField
ToolTipText Defines the text shown as tool tip
SButtonSCheckBoxSComboBoxSContainerSDateLabelSDesktopPaneSFormattedFieldSInternalFrameSLabelSNavigatorSOptionsGroupSPictureSScrollPaneSScrollTableSScrollTextAreaSScrollTreeSSplitPaneSTabbedPaneTCheckBoxTComboBoxTFormattedFieldTTextArea
VerticalScrollBarPolicy Defines, when to show the vertical scroll bar
Use The scrollbar will alwais be shown, when the content of the bean is higher than the height of the bean
Ever The scrollbar will always be shown
Never The scrollbar will never be shown
SScrollPaneSScrollTableSScrollTextAreaSScrollTree
Visible The property Visible defines whether the component is visible. Has the property the value false, the component will not be shown in the user interface.
P2DBarCodePBarCodePCheckBoxPFormattedFieldPLabelPLinePPicturePTextAreaSButtonSCheckBoxSComboBoxSContainerSDateLabelSDesktopPaneSFormattedFieldSInternalFrameSLabelSNavigatorSOptionsGroupSPictureSScrollPaneSScrollTableSScrollTextAreaSScrollTreeSSplitPaneSTabbedPaneTCheckBoxTComboBoxTFormattedFieldTTextArea
WheelScrollingEnabled Allows the scrolling with the mouse wheel
SScrollPaneSScrollTableSScrollTextAreaSScrollTree
ValidationRule Allows to creating a rule for the user input. If a negative result appears, the component could not be left.

The general expression syntax can be used for writing validation expressions. Please note that the component for the property is implicitly termed at the beginning of each validation statement. If the expressions returns the boolean value false, a message dialog will be opened which contains the text defined with the ValidationText property. If the property ValidationText did not contains any text, the text from the system option Default validation text will be used. If there is also no text, no message dialog appears. Example: > 1000 is the same like =[Komponentenname] > 1000. Hint: For developing own valudation mechanism please take alook at the InputVerfier property.
SCheckBoxSScrollListSComboBoxSFormattedFieldSOptionsGroupSScrollTextArea
ValidationText If the property ValidationRule was set, a newgative expression result will cause a message dialog that contains the text defined in the ValidationText. If not text is defined, no message dialog will appear.
SCheckBoxSScrollListSComboBoxSFormattedFieldSOptionsGroupSScrollTextArea