InputTokenizerLocate this document in the navigation structure

Use
  • activateAccessKey

  • displayAsText

  • explanation

  • imeMode

  • inputPrompt

  • navigateEnabled

  • readOnly

  • state

  • suggestValues

  • textDirection

  • value

  • width

Properties Overview

Name

Interface

Type

Initial Value

Bindable

activateAccessKey

IWDInputTokenizer

boolean

false

not bindable

contextMenuBehaviour

IWDContextMenuProvider

WDContextMenuBehaviour

inherit

not bindable

contextMenuId

IWDContextMenuProvider

String

not bindable

displayAsText

IWDInputTokenizer

boolean

false

bindable

enabled

IWDUIElement

boolean

true

bindable

explanation

IWDInputTokenizer

String

not bindable

fireExitEvent

IWDViewElement

boolean

false

not bindable

imeMode

IWDInputTokenizer

WDIMEMode

auto

bindable

inputPrompt

IWDInputTokenizer

String

bindable

navigateEnabled

IWDInputTokenizer

boolean

true

bindable

readOnly

IWDInputTokenizer

boolean

false

bindable

state

IWDInputTokenizer

WDState

normal

bindable

suggestValues

IWDInputTokenizer

boolean

false

not bindable

textDirection

IWDInputTokenizer

WDTextDirection

inherit

bindable

tooltip

IWDUIElement

String

bindable

value

IWDInputTokenizer

String

binding required

visible

IWDUIElement

WDVisibility

visible

bindable

width

IWDInputTokenizer

String

bindable

Events

  • onEnter The action to be performed when the ENTER key is pressed.

  • onNavigate The event fired when the user double clicks on a valid token in order to trigger navigation. It is up to the application what happens, but a common implementation might be an OBN for the business object identified by that token. Note that a valid token looks different when navigation is allowed, i.e. when an enabled action is bound to this event.