}
}
public Behavior getDatePickerStyle()
{
return new CompositeBehavior(AttributeModifier.append("class", "date-pick"),
AttributeModifier.replace("size", String.valueOf(format_.length())),
AttributeModifier.replace("maxlength", String.valueOf(format_.length())),
AttributeModifier.replace("title", format_));
}