use of org.activityinfo.model.type.primitive.InputMask in project activityinfo by bedatadriven.
the class TextFieldWidget method setType.
@Override
public void setType(FieldType type) {
this.inputMask = new InputMask(((TextType) type).getInputMask());
this.box.setPlaceholder(inputMask.placeHolderText());
}