|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationWarnings.WarningsGroup | |
---|---|
biweekly | |
biweekly.component |
Uses of ValidationWarnings.WarningsGroup in biweekly |
---|
Methods in biweekly that return types with arguments of type ValidationWarnings.WarningsGroup | |
---|---|
List<ValidationWarnings.WarningsGroup> |
ValidationWarnings.getByComponent(Class<? extends ICalComponent> componentClass)
Gets all validation warnings of a given component. |
List<ValidationWarnings.WarningsGroup> |
ValidationWarnings.getByProperty(Class<? extends ICalProperty> propertyClass)
Gets all validation warnings of a given property. |
List<ValidationWarnings.WarningsGroup> |
ValidationWarnings.getWarnings()
Gets all the validation warnings. |
Iterator<ValidationWarnings.WarningsGroup> |
ValidationWarnings.iterator()
Iterates over each warning group (same as calling getWarnings().iterator() ). |
Constructor parameters in biweekly with type arguments of type ValidationWarnings.WarningsGroup | |
---|---|
ValidationWarnings(List<ValidationWarnings.WarningsGroup> warnings)
Creates a new validation warnings list. |
Uses of ValidationWarnings.WarningsGroup in biweekly.component |
---|
Methods in biweekly.component that return types with arguments of type ValidationWarnings.WarningsGroup | |
---|---|
List<ValidationWarnings.WarningsGroup> |
ICalComponent.validate(List<ICalComponent> hierarchy)
Checks the component for data consistency problems or deviations from the spec. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |