Package tripleplay.ui

Interface Field.Transformer

Enclosing class:
Field

public static interface Field.Transformer
For native text fields, transforms text during typing.
  • Method Summary

    Modifier and Type
    Method
    Description
    Transform the specified text.
  • Method Details

    • transform

      String transform(String text)
      Transform the specified text.