Versions Compared

Key

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

...

TypeProperty
String
  • Editor: Textfield
  • Parameter: String
  • Generated code:

    Code Block
    languagejava
    themeConfluence
    this.button.setCaption("Save");


Boolean
  • Editor: Checkbox
  • Parameter: Boolean (true or false)
  • Generated code:

    Code Block
    languagejava
    themeConfluence
    this.button.setVisible(false);
Integer
  • Editor: Spinner
  • Parameter: Integer
  • Generated code:

    Code Block
    languagejava
    themeConfluence
    this.button.setTabIndex(3);
Combobox
  • Editor: ComboBox
  • Parameter:
  • Generated code:

    Code Block
    languagejava
    themeConfluence
    this.textField.setTextChangeEventMode(AbstractTextField.TextChangeEventMode.TIMEOUT);
AssistentWizard
  • Editor: Wizard


  • Parameter: Multiple possibilities
  • Generated code:

    Code Block
    languagejava
    themeConfluence
    this.button.setClickShortcut(ShortcutAction.KeyCode.ENTER, ShortcutAction.ModifierKey.SHIFT);

...

PropertyGenerierter Code

No code is generated.


Code Block
languagejava
themeConfluence
this.button.setVisible(false);

...

Finding properties more quickly: 

Using a Quick Finder which reacts responds when you enter, you will find needed Properties properties much faster.

...

Opening the input wizard:

Properties with the icon  provide Image Addedprovide a wizard to make the required setting.

...

Depositing code as setting:

  1. Klicken Sie bei der entsprechenden Property auf Image Removed.
  2. Wählen Sie im folgenden Popup-Menü Code aus.
  3. Geben Sie im folgenden Assistenten entsprechende Anweisungen einIn the corresponding property, click on Image Added.
  4. Select Code in the following pop-up menu.
  5. Enter the appropriate instructions in the following wizard.


Einstellung rückgängig machen:

...

Resetting settings:

  1. In the corresponding property, click onImage Added.
  2. In the following pop-up menu, select Reset.