| Property | Description | ||||||
|---|---|---|---|---|---|---|---|
| BorderColor | Defines the color of the border of the component. | ||||||
| SComboBox • SScrollList • SDateLabel • SFormattedField • SLabel • SOptionsGroup • SPicture • SScrollTree • SScrollTextArea • SContainer • SDesktopPane • SInternalPane • SScrollPane • SScrollTable | |||||||
| BorderEffect | Defines the design of the border. The selection occurs the list of a combo box | ||||||
| Empty |
EtchedLowered |
EtchedRaised |
|||||
| BevelLowered |
BevelRaised |
SoftBevelLowered |
|||||
| SoftBevelRaised |
Grayline |
Redline |
|||||
| Blackline |
DottedLinePoint |
DottedLinePointPoint |
|||||
| DottedLines |
LessPoints |
Points |
|||||
| Shadowed |
ShortDottedLines |
Underlined |
|||||
| Lined |
|||||||
| MiddlePanel • SidePanel • ToolBarPanel • PFormattedField • PLabel • PPicture • PTextArea • Rectangle • SComboBox • SContainer • SDateLabel • SDesktopPane • SFormattedField • SInternalFrame • SLabel • SNavigator • SOptionsGroup • SPicture • SScrollPane • SScrollTable • SScrollTextArea • SScrollTree • TComboBox • TFormattedField | |||||||
| BorderThickness | Defines the thickness of the border of a component. | ||||||
| SComboBox • SScrollList • SDateLabel • SFormattedField • SLabel • SOptionsGroup • SPicture • SScrollTree • SScrollTextArea • SContainer • SDesktopPane • SInternalPane • SScrollPane • SScrollTable | |||||||
| BorderPainted | If this property has the value false, the border will not be painted | ||||||
| PCheckBox • SButton • SCheckBox • SNavigator • TCheckBox | |||||||
| 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 | ||||||
| SButton • SCheckBox • SComboBox • SContainer • SDateLabel • SDesktopPane • SFormattedField • SInternalFrame • SLabel • SNavigator • SOptionsGroup • SPicture • SScrollPane • SScrollTable • SScrollTextArea • SScrollTree • SSplitPane • STabbedPane • STableElement | |||||||
| 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) | ||||||
| PCheckBox • SButton • SCheckBox • SNavigator • TCheckBox | |||||||
| 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. |
||||||
| PCheckBox • PFormattedField • SCheckBox • SComboBox • SFormattedField • SOptionsGroup • TCheckBox • TComboBox • TFormattedField • TTextArea | |||||||
| Editable | Define if entries are possible for this bean. If this property has the valuefalse, the user cannot enter anything into the bean | ||||||
| PFormattedField • SComboBox • SFormattedField • SScrollTextArea • SScrollTree • TComboBox • TFormattedField • TTextArea | |||||||
| 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 | ||||||
| SWindow • P2DBarCode • PBarCode • PCheckBox • PFormattedField • PFormattedField • PLabel • PLine • PPicture • PTextArea • SButton • SCheckBox • SComboBox • SDateLabel • SFormattedField • SLabel • SNavigator • SOptionsGroup • SPicture • SScrollPane • SScrollTable • SScrollTextArea • SScrollTree • TCheckBox • TComboBox • TFormattedField • TTextArea | |||||||
| FocusPainted | If the propertyFocusPainted has the value true, a frame around the marking of the bean is drawn when the bean has the focus | ||||||
| SButton • SCheckBox • SNavigator • SScrollTable • TCheckBox | |||||||
| Focusable | Defines whether the bean is part of the focus chain | ||||||
| SButton • SCheckBox • SComboBox • SScrollTree • TCheckBox • TComboBox | |||||||
| Font | The Font of the component | ||||||
| SWindow • P2DBarCode • PBarCode • PCheckBox • PFormattedField • PLabel • PPicture • PTextArea • SButton • SCheckBox • SComboBox • SDateLabel • SFormattedField • SLabel • SOptionsGroup • SPicture • SScrollPane • SScrollTable • SScrollTextArea • SScrollTree • TCheckBox • TComboBox • TFormattedField • TTextArea | |||||||
| 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 | ||||||
| SScrollPane • SScrollTable • SScrollTextArea • SScrollTree | |||||||
| IconTextGap | Defines the spacing between icon and text | ||||||
| PBarCode • PLabel • SDateLabel • SLabel | |||||||
| Label | Defines the marking of the text. Corresponds to the property Text | ||||||
| PCheckBox • SCheckBox • TCheckBox | |||||||
| MaximumSize | The maximum size of the bean s. Size and coordinate attitudes | ||||||
| MiddlePanel • SidePanel • ToolBarPanel • SButton • SCheckBox • SComboBox • SContainer • SDateLabel • SDesktopPane • SFormattedField • SInternalFrame • SLabel • SNavigator • SOptionsGroup • SPicture • SScrollPane • SScrollTable • SScrollTextArea • SScrollTree • SSplitPane • STabbedPane • STableElement • TTextArea | |||||||
| MinimumSize | The minimum size of the bean s. Size and coordinate attitudes | ||||||
| MiddlePanel • SidePanel • ToolBarPanel • SButton • SCheckBox • SComboBox • SContainer • SDateLabel • SDesktopPane • SFormattedField • SInternalFrame • SLabel • SNavigator • SOptionsGroup • SPicture • SScrollPane • SScrollTable • SScrollTextArea • SScrollTree • SSplitPane • STabbedPane • STableElement • TTextArea | |||||||
| 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 | ||||||
| SButton • SCheckBox | |||||||
| 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 | ||||||
| P2DBarCode • PBarCode • PLabel • SFormattedField • SLogger • SNavigator • SOptionsGroup • SScrollPane | |||||||
| 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 = true |
Opaque = 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 |
|||||||
| MiddlePanel • SidePanel • ToolBarPanel • P2DBarCode • PBarCode • PCheckBox • PFormattedField • PLabel • PLine • PPicture • PTextArea • SButton • SCheckBox • SComboBox • SContainer • SDateLabel • SFormattedField • SInternalFrame • SLabel • SNavigator • SOptionsGroup • SPicture • SScrollPane • SScrollTable • SScrollTextArea • SScrollTree • SSplitPane • STabbedPane • TCheckBox • TComboBox • TFormattedField • TTextArea | |||||||
| PopupMenu | Defines the PopupMenu of the element | ||||||
| MiddlePanel • SidePanel • ToolBarPanel • SButton • SCheckBox • SComboBox • SContainer • SDateLabel • SDesktopPane • SFormattedField • SLabel • SNavigator • SOptionsGroup • SPicture • SScrollPane • SScrollTable • SScrollTextArea • SScrollTree • SSplitPane • STabbedPane • TCheckBox • TComboBox • TFormattedField • TTextArea | |||||||
| PreferredSize | The preferred size of the bean. s. Size and coordinate attitudes | ||||||
| MiddlePanel • SidePanel • ToolBarPanel • SButton • SCheckBox • SComboBox • SContainer • SDateLabel • SDesktopPane • SFormattedField • SInternalFrame • SLabel • SNavigator • SOptionsGroup • SPicture • SScrollPane • SScrollTable • SScrollTextArea • SScrollTree • SSplitPane • STabbedPane | |||||||
| RequestFocusEnabled | Defines, if the bean gains the input focus when it was activated | ||||||
| SButton • SCheckBox • SComboBox • SFormattedField • SNavigator • SOptionsGroup • SScrollTextArea • SScrollTree • TCheckBox • TComboBox • TTextArea | |||||||
| Selected | Defines whether the bean is selected | ||||||
| PCheckBox • SButton • SCheckBox • TCheckBox | |||||||
| 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 | ||||||
| SButton • SCheckBox • SComboBox • SDateLabel • SFormattedField • SLabel • SNavigator • SOptionsGroup • SPicture • SScrollTable • SScrollTextArea • SScrollTree • SSplitPane • STabbedPane • SContainer • SScrollPane • TCheckBox • TComboBox • TFormattedField • TTextArea | |||||||
| 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 | ||||||
| PLabel • PPicture • SLabel • SPicture | |||||||
| StaticFocusableSBeanNames | Defines the order of the focusable beans. The order will be defined by the Focus order dialog | ||||||
| MiddlePanel • SidePanel • SWindow • ToolBarPanel • SContainer • SDesktopPane • SInternalFrame | |||||||
| Text | Defines the text of the bean. | ||||||
| P2DBarCode • PBarCode • PCheckBox • PFormattedField • PLabel • PTextArea • SButton • SCheckBox • SDateLabel • SLabel • SPicture • SScrollTextArea • TCheckBox • TFormattedField | |||||||
| ToolTipText | Defines the text shown as tool tip | ||||||
| SButton • SCheckBox • SComboBox • SContainer • SDateLabel • SDesktopPane • SFormattedField • SInternalFrame • SLabel • SNavigator • SOptionsGroup • SPicture • SScrollPane • SScrollTable • SScrollTextArea • SScrollTree • SSplitPane • STabbedPane • TCheckBox • TComboBox • TFormattedField • TTextArea | |||||||
| 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 | ||||||
| SScrollPane • SScrollTable • SScrollTextArea • SScrollTree | |||||||
| 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. | ||||||
| P2DBarCode • PBarCode • PCheckBox • PFormattedField • PLabel • PLine • PPicture • PTextArea • SButton • SCheckBox • SComboBox • SContainer • SDateLabel • SDesktopPane • SFormattedField • SInternalFrame • SLabel • SNavigator • SOptionsGroup • SPicture • SScrollPane • SScrollTable • SScrollTextArea • SScrollTree • SSplitPane • STabbedPane • TCheckBox • TComboBox • TFormattedField • TTextArea | |||||||
| WheelScrollingEnabled | Allows the scrolling with the mouse wheel | ||||||
| SScrollPane • SScrollTable • SScrollTextArea • SScrollTree | |||||||
| 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. |
||||||
| SCheckBox • SScrollList • SComboBox • SFormattedField • SOptionsGroup • SScrollTextArea | |||||||
| 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. | ||||||
| SCheckBox • SScrollList • SComboBox • SFormattedField • SOptionsGroup • SScrollTextArea | |||||||