|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rim.device.api.ui.Field
net.rim.device.api.ui.component.TextFieldBase
net.rim.device.api.input.InputHelperBase
net.rim.device.api.input.InputHelper
public class InputHelper
Adds lookup popup look-and-feel properties feature and lookup variants access functionality to the base input helper.
Field Summary |
---|
Fields inherited from class net.rim.device.api.input.InputHelperBase |
---|
CONSUME_INPUT, NO_NEWLINE |
Constructor Summary | ||
---|---|---|
InputHelper()
Constructs an InputHelper instance. |
||
InputHelper(long inputStyle)
Constructs an InputHelper instance. |
||
InputHelper(Screen scr)
Constructs an InputHelper instance. |
||
InputHelper(Screen scr,
long inputStyle)
Constructs an InputHelper instance with specified input style. |
Method Summary | ||
---|---|---|
LookupProperties |
getLookupProperties()
Gets current lookup properties been set for the InputHelper object. |
|
LookupVariantIterator |
getVariantIterator()
Lookup variant iterator is created only once by a variant listener, e.g. by InputHelper, and then is re-initialized repeatedly by an input method with variants. |
|
void |
notifyLookupPropertiesChanged()
This method is to be called by the owning 3rd party application if it changed the InputHelper's lookup properties and wants them to be applied while having the InputHelper as the current input component continuously (having no focus switch). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.rim.device.api.im.ITextInputStyle |
---|
getPreferredInputLocale, getTextInputStyle, isEditable, isUnicodeInputAllowed, updateInputStyle |
Constructor Detail |
---|
public InputHelper()
public InputHelper(long inputStyle)
inputStyle
- Combination of field style bits to specify display and
filter attributes, e.g. BasicEditField.FILTER_NUMERIC, Field.EDITABLE, Field.FOCUSABLE.public InputHelper(Screen scr)
scr
- Screen instance associated with this helper.public InputHelper(Screen scr, long inputStyle)
scr
- Associated with this helper Screen instanceinputStyle
- Combination of field style bits to specify display and
filter attributes, e.g. BasicEditField.FILTER_NUMERIC, Field.EDITABLE, Field.FOCUSABLE.Method Detail |
---|
public LookupProperties getLookupProperties()
public void notifyLookupPropertiesChanged()
public LookupVariantIterator getVariantIterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal