throw new RuntimeException("DatePicketBehavior is intended to be attached to a TextField component!");
}
}
public IBehavior getDatePickerStyle() {
return new CompositeBehavior(
new SimpleAttributeAppender("class", "date-pick", " "),
new SimpleAttributeModifier("size", String.valueOf(format_.length())),
new SimpleAttributeModifier("maxlength", String.valueOf(format_.length())),
new SimpleAttributeModifier("title", format_)
);