This repository has been archived by the owner on Feb 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
SelectionBuilder
Michael Kürbis edited this page Apr 13, 2016
·
4 revisions
Type | Bezeichnung | Parameter | Eigenschaften |
---|---|---|---|
Konstruktor | ( ) | dialoglose Selektion | |
Konstruktor | (String lang) | dialoglose Selektion, Sprache "de" ansonsten wird englisch angenommen | |
Konstruktor | (boolean hidden) | true für dialoglose Selektion, false für Dialog | |
Konstruktor | (boolean hidden, int selection) | true für dialoglose Selektion, false für Dialog Nummer der Selektion |
|
Konstruktor | (boolean hidden, String selection) | true für dialoglose Selektion, false für Dialog Nummer oder Suchwort der Selektion |
|
Methode | setLanguage | (String lang) | setzen der Sprache, "de" ansonsten wird englisch angenommen |
Methode | normal | (String var, Object ofrom, Object oto) | entspricht abas Operator Normal |
Methode | normalEx | (String var, Object ofrom, Object oto) | entspricht abas Operator Normal exklusiv |
Methode | normalExG | (String var, Object ofrom, Object oto) | entspricht abas Operator Normal exklusiv G |
Methode | startWith | (String var, Object ovalue) | Variable beginnt mit |
Methode | startWithG | (String var, Object ovalue) | Variable beginnt mit, Groß/Kleinschreibung wird ignoriert |
Methode | empty | (String var) | Variable ist leer |
Methode | filled | (String var) | Variable ist gefüllt |
Methode | similar | (String var, Object ovalue) | Variable ist gleich |
Methode | unsimilar | (String var, Object ovalue) | Variable ist ungleich |
Methode | similarG | (String var, Object ovalue) | Variable ist gleich, Groß/Kleinschreibung wird ignoriert |
Methode | unsimilarG | (String var, Object ovalue) | Variable ist ungleich, Groß/Kleinschreibung wird ignoriert |
Methode | contains | (String var, Object ovalue) | |
Methode | containsG | (String var, Object ovalue) | |
Methode | containsW | (String var, Object ovalue) | |
Methode | containsGW | (String var, Object ovalue) | |
Methode | matchcode | (String var, Object ovalue) | |
Methode | matchcodeN | (String var, Object ovalue) | |
Methode | matchcodeG | (String var, Object ovalue) | |
Methode | matchcodeGN | (String var, Object ovalue) | |
Methode | expression | (String var, Object ovalue) | |
Methode | expressionN | (String var, Object ovalue) | |
Methode | expressionG | (String var, Object ovalue) | |
Methode | expressionGN | (String var, Object ovalue) | |
Methode | group | (int value) | |
Methode | sort | (String value) | |
Methode | order | (String value) | |
Methode | optimalkey | (boolean value) | |
Methode | link | (boolean AND) | |
Methode | range | (boolean value) | |
Methode | direction | (boolean forward) | |
Methode | objectselection | (String value) | |
Methode | read | (boolean value) | |
Methode | autostart | (boolean value) | |
Methode | database | (int value) | |
Methode | rows | (boolean value) | |
Methode | fprotection | (boolean value) | |
Methode | gprotection | (boolean value) | |
Methode | bprotection | (boolean value) | |
Methode | note | (boolean value) | |
Methode | filingmode | (String value) | |
Methode | enterscreen | (String value) | |
Methode | screenvalidation | (String value) | |
Methode | fieldfilled | (String value) | |
Methode | hitvalidation | (String value) | |
Methode | title | (String value) | |
Methode | dynprotection | (boolean value) | |
Methode | stdsel | (boolean value) | |
Methode | templsel | (boolean value) | |
Methode | initialvalues | (boolean value) | |
Methode | lastname | (boolean value) | |
Methode | noswd | (String value) | |
Methode | opprotection | (boolean value) | |
Methode | maxhit | (int hit) | |
Methode | maxordhit | (int hit) | |
Methode | language | (String value) | |
Methode | englvar | (boolean value) | |
Methode | getSelectionString | ( ) |