public class XComponent extends CalendarComponent
EMPTY_VALIDATOR
Constructor and Description |
---|
XComponent(java.lang.String name)
Creates a new experimental component with the specified name.
|
XComponent(java.lang.String name,
PropertyList properties)
Creates a new experimental component with the specified name and properties.
|
Modifier and Type | Method and Description |
---|---|
protected Validator |
getValidator(Method method) |
void |
validate(boolean recurse)
Perform validation on a component.
|
validate, validateAdd, validateCancel, validateCounter, validateDeclineCounter, validatePublish, validateRefresh, validateReply, validateRequest
calculateRecurrenceSet, copy, equals, getName, getProperties, getProperties, getProperty, getRequiredProperty, hashCode, toString, validate, validateProperties
public XComponent(java.lang.String name)
name
- the name of the experimental componentpublic XComponent(java.lang.String name, PropertyList properties)
name
- the name of the experimental componentproperties
- a list of propertiespublic final void validate(boolean recurse) throws ValidationException
validate
in class Component
recurse
- indicates whether to validate the component's propertiesValidationException
- where the component is not in a valid stateprotected Validator getValidator(Method method)
getValidator
in class CalendarComponent
method
- a method to validate on