Interface TextFieldAPI

All Superinterfaces:
UIComponentAPI

public interface TextFieldAPI extends UIComponentAPI
  • Method Details

    • setPad

      void setPad(float pad)
    • getTextLabelAPI

      LabelAPI getTextLabelAPI()
    • setMidAlignment

      void setMidAlignment()
    • setColor

      void setColor(Color color)
    • setBgColor

      void setBgColor(Color bgColor)
    • getText

      String getText()
    • setText

      void setText(String string)
    • isValidChar

      boolean isValidChar(char c)
    • isLimitByStringWidth

      boolean isLimitByStringWidth()
    • setLimitByStringWidth

      void setLimitByStringWidth(boolean limitByStringWidth)
    • appendCharIfPossible

      boolean appendCharIfPossible(char c)
    • appendCharIfPossible

      boolean appendCharIfPossible(char c, boolean withSound)
    • getMaxChars

      int getMaxChars()
    • setMaxChars

      void setMaxChars(int maxChars)
    • deleteAll

      void deleteAll()
    • deleteAll

      void deleteAll(boolean withSound)
    • deleteLastWord

      void deleteLastWord()
    • grabFocus

      void grabFocus()
    • grabFocus

      void grabFocus(boolean playSound)
    • hasFocus

      boolean hasFocus()
    • isUndoOnEscape

      boolean isUndoOnEscape()
    • setUndoOnEscape

      void setUndoOnEscape(boolean undoOnEscape)
    • isHandleCtrlV

      boolean isHandleCtrlV()
    • setHandleCtrlV

      void setHandleCtrlV(boolean handleCtrlV)
    • getBorderColor

      Color getBorderColor()
    • setBorderColor

      void setBorderColor(Color borderColor)
    • isVerticalCursor

      boolean isVerticalCursor()
    • setVerticalCursor

      void setVerticalCursor(boolean verticalCursor)
    • hideCursor

      void hideCursor()
    • showCursor

      void showCursor()