org.solovyev.android.keyboard
Interface DragAKeyboardButtonDef

All Superinterfaces:
ButtonDef, DirectionDragButtonDef, DragButtonDef, ViewDef
All Known Implementing Classes:
DragAKeyboardButtonDefImpl

public interface DragAKeyboardButtonDef
extends DirectionDragButtonDef


Method Summary
 boolean allowRepeat()
           
 Integer getDirectionKeycode(DragDirection dragDirection)
           
 Integer getKeycode()
           
 CharSequence getPreviewDirectionText(DragDirection direction)
           
 Integer getPreviewDrawableResId()
           
 CharSequence getPreviewText()
           
 void setImeOptions(android.content.res.Resources resources, int imeOptions)
           
 void setShifted(boolean shifted)
           
 
Methods inherited from interface org.solovyev.android.view.drag.DirectionDragButtonDef
getText
 
Methods inherited from interface org.solovyev.android.view.ButtonDef
getDrawableResId, getText
 
Methods inherited from interface org.solovyev.android.view.ViewDef
getBackgroundResId, getLayoutMarginLeft, getLayoutMarginRight, getLayoutWeight, getTag
 

Method Detail

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.