net.sf.nachocalendar.customizer
Class CustomizerFactory
java.lang.Object
net.sf.nachocalendar.customizer.CustomizerFactory
public class CustomizerFactory
extends java.lang.Object
Factory using a configuration file to set
the properties of the component. Must be a
.properties or .xml file. See the resources
for examples.
CustomizerFactory
public CustomizerFactory(File config)
throws FileNotFoundException,
IOException,
SAXException,
ParserConfigurationException
Constructor with a config file. Must be a
.properties or .xml file.
createCalendarPanel
public CalendarPanel createCalendarPanel()
Returns a CalendarPanel customized.
createCalendarPanel
public CalendarPanel createCalendarPanel(boolean showWeekNumbers)
Returns a CalendarPanel customized.
createDateField
public DateField createDateField()
Returns a DateField customized.
createDateField
public DateField createDateField(boolean showWeekNumbers)
Returns a DateField customized.
createDatePanel
public DatePanel createDatePanel()
Returns a DatePanel customized.
createDatePanel
public DatePanel createDatePanel(boolean showWeekNumbers)
Returns a DatePanel customized.