org.solovyev.android.keyboard
Interface DragAKeyboardButtonDef
- All Superinterfaces:
- ButtonDef, DirectionDragButtonDef, DragButtonDef, ViewDef
- All Known Implementing Classes:
- DragAKeyboardButtonDefImpl
public interface DragAKeyboardButtonDef
- extends DirectionDragButtonDef
allowRepeat
boolean allowRepeat()
getKeycode
@Nullable
Integer getKeycode()
getPreviewDrawableResId
@Nullable
Integer getPreviewDrawableResId()
getDirectionKeycode
@Nullable
Integer getDirectionKeycode(@Nonnull
DragDirection dragDirection)
setImeOptions
void setImeOptions(@Nonnull
android.content.res.Resources resources,
int imeOptions)
setShifted
void setShifted(boolean shifted)
getPreviewText
@Nullable
CharSequence getPreviewText()
getPreviewDirectionText
@Nullable
CharSequence getPreviewDirectionText(@Nonnull
DragDirection direction)
Copyright © 2013. All Rights Reserved.