Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Name - Name für die UI-Komponente im Code. Der Name wird von RapidClipse automatisch vergeben, z.B. button. Um unnötigen Tippaufwand zu vermeiden, wird das Präfix Xdev aus dem Klassennamen XdevButton hier nicht angehängt. Da der Name eindeutig sein muss, wird an nachfolgend in den GUI-Builder eingefügte UI-Komponenten desselben Typs automatisch eine Nummerierung angehängt, z.B. button1. Es ist empfehlenswert den generierten Standard-Namen so umzubenennen, dass dieser möglichst selbsterklärend ist. Nach gängigen Konventionen sollte sich der Name aus dem UI-Komponenten-Typ gefolgt von seiner fachlichen Bedeutung zusammensetzen, z.B. buttonCustomerForm. Dies erleichtert zum einen das Codieren, da Sie dadurch eine optimale Code-Vervollständigung erreichen und zum anderen wird Ihr Code deutlich besser lesbar. Nach Ungarischer Notation werden die Typen lediglich mit 3 bis 4 Zeichen abgekürzt, z.B. btn für button. Bei der großen Anzahl an unterschiedlichen UI-Komponenten die Ihnen RapidClipse bereits heute schon bietet, empfiehlt es sich jedoch den UI-Komponenten-Typ auszuschreiben. for the UI component in the code. The name is automatically assigned by RapidClipse, e.g. button. To avoid unnecessary typing, the prefix XDEV from the class name XdevButton was not added here. As the name must be clear and unique, the name of all UI components of the same type that are subsequently added to the GUI builder will be automatically transfixed with a number, e.g. button1. You should rename the generated default name to make it as self-explanatory as possible. According to common convention, the name should consist of the UI component type followed by its technical meaning, e.g. button customer form. First, this makes coding easier as you will achieve ideal code completion and, secondly, your code will be a lot easier to read. When Hungarian notation is applied, the types are abbreviated using only three or four characters, e.g. btn for button. However, given the large number of different UI components RapidClipse already offers, it is advisable that you use the full name of the UI component type.