7374757677787980818283
} protected Item createItem(Dialog dialog) { // Item: item = null; ComponentType type = component.getType(); switch (type) { case NUMBER: { Boolean steppers = component.getSteppers(); if (steppers != null && steppers) { item = new SpinEdit(dialog) {