Class AddressInput
java.lang.Object
de.willuhn.jameica.hbci.gui.input.AddressInput
- All Implemented Interfaces:
de.willuhn.jameica.gui.input.Input
,de.willuhn.jameica.gui.Part
Autosuggest-Feld zur Eingabe/Auswahl einer Adresse.
-
Field Summary
Fields inherited from interface de.willuhn.jameica.gui.input.Input
DATAKEY_TOOLTIP
-
Constructor Summary
ConstructorsConstructorDescriptionAddressInput
(String name) ct.AddressInput
(String name, AddressFilter filter) ct. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(org.eclipse.swt.widgets.Listener l) void
disable()
void
enable()
void
focus()
org.eclipse.swt.widgets.Control
getName()
getText()
Liefert den angezeigten Text.getValue()
boolean
boolean
boolean
void
paint
(org.eclipse.swt.widgets.Composite parent) void
paint
(org.eclipse.swt.widgets.Composite parent, int width) void
setComment
(String comment) void
void
setEnabled
(boolean enabled) void
setMandatory
(boolean mandatory) void
void
Speichert den uebergebenden Text.void
setValidChars
(String chars) Definiert eine Liste von Zeichen, die eingegeben werden koennen.void
-
Constructor Details
-
AddressInput
ct.- Parameters:
name
- Anzuzeigender Name.
-
AddressInput
ct.- Parameters:
name
- Anzuzeigender Name.filter
- optionaler Adressfilter.
-
-
Method Details
-
addListener
public void addListener(org.eclipse.swt.widgets.Listener l) - Specified by:
addListener
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.addListener(org.eclipse.swt.widgets.Listener)
-
disable
public void disable()- Specified by:
disable
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.disable()
-
enable
public void enable()- Specified by:
enable
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.enable()
-
focus
public void focus()- Specified by:
focus
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.focus()
-
getControl
public org.eclipse.swt.widgets.Control getControl()- Specified by:
getControl
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.getControl()
-
getName
- Specified by:
getName
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.getName()
-
getValue
- Specified by:
getValue
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.getValue()
-
hasChanged
public boolean hasChanged()- Specified by:
hasChanged
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.hasChanged()
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabled
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.isEnabled()
-
isMandatory
public boolean isMandatory()- Specified by:
isMandatory
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.isMandatory()
-
getText
Liefert den angezeigten Text.- Returns:
- der angezeigte Text.
-
setText
Speichert den uebergebenden Text.- Parameters:
text
- der anzuzeigende Text.
-
setValidChars
Definiert eine Liste von Zeichen, die eingegeben werden koennen. Wird diese Funktion verwendet, dann duerfen nur noch die hier angegebenen Zeichen eingegeben werden. Wenn keine Zeichen angegeben sind, gelten die Zeichen aus HBCIProperties.HBCI_DTAUS_VALIDCHARS.- Parameters:
chars
- die erlaubten Zeichen.
-
paint
public void paint(org.eclipse.swt.widgets.Composite parent, int width) - Specified by:
paint
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.paint(org.eclipse.swt.widgets.Composite, int)
-
paint
public void paint(org.eclipse.swt.widgets.Composite parent) - Specified by:
paint
in interfacede.willuhn.jameica.gui.input.Input
- Specified by:
paint
in interfacede.willuhn.jameica.gui.Part
- See Also:
-
Input.paint(org.eclipse.swt.widgets.Composite)
-
setComment
- Specified by:
setComment
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.setComment(java.lang.String)
-
setEnabled
public void setEnabled(boolean enabled) - Specified by:
setEnabled
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.setEnabled(boolean)
-
setMandatory
public void setMandatory(boolean mandatory) - Specified by:
setMandatory
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.setMandatory(boolean)
-
setName
- Specified by:
setName
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.setName(java.lang.String)
-
setValue
- Specified by:
setValue
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.setValue(java.lang.Object)
-
setData
- Specified by:
setData
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.setData(java.lang.String, java.lang.Object)
-
getData
- Specified by:
getData
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.getData(java.lang.String)
-