Changes in Rendering Classes
Several classes have been refactored or removed to simplify the Rendering classes's hierarchy.
Removed Classes
net.comactivity.core.pml.model.component.flex.FlexComponentModel
net.comactivity.core.pml.model.component.svg.SvgComponentModel
net.comactivity.core.pml.model.composite.browse.BrowseButtonGroupModel
net.comactivity.core.pml.model.container.TreeModel
net.comactivity.core.pml.model.custom.CustomModel
net.comactivity.core.pml.model.custom.segment.CustomSegmentModel
net.comactivity.core.pml.model.custom.segment.CustomXsltSegmentModel
net.comactivity.core.pml.model.custom.segment.PortletComponentSegmentModel
net.comactivity.core.pml.model.help.HelpSegmentModel
net.comactivity.core.pml.model.menu.DocumentMenuItemModel
net.comactivity.core.pml.model.menu.DocumentReferencesMenuItemModel
net.comactivity.core.pml.model.PmlModelXML
net.comactivity.core.renderer.graphics.AbstractTree
net.comactivity.core.renderer.graphics.CAGTree
net.comactivity.core.renderer.model.component.document.ExcelDocumentComponent
net.comactivity.core.renderer.model.component.document.HtmlDocumentComponent
net.comactivity.core.renderer.model.component.document.RtfDocumentComponent
net.comactivity.core.renderer.model.component.FieldComponent
net.comactivity.core.renderer.model.component.google.GoogleVisualizaitionComponent
net.comactivity.core.renderer.model.custom.segment.CustomXsltSegment
net.comactivity.core.renderer.model.menu.DocumentMenuItem
net.comactivity.core.renderer.model.menu.DocumentReferencesMenuItem
net.comactivity.core.renderer.model.toolbar.ToolbarItem
net.comactivity.renderer.model.component.document.html.ExcelDocumentComponentHTML
net.comactivity.renderer.model.component.document.html.HtmlDocumentComponentHTML
net.comactivity.renderer.model.component.document.html.RtfDocumentComponentHTML
net.comactivity.renderer.model.component.google.html.GoogleVisualizationComponentHTML
net.comactivity.renderer.model.custom.segment.html.CustomXsltSegmentHTML
net.comactivity.renderer.model.menu.html.DocumentMenuItemHTML
net.comactivity.renderer.model.menu.html.DocumentReferencesMenuItemHTML
Changed Classes
net.comactivity.core.pml.model.composite.browse.BrowseColumnModel
net.comactivity.core.pml.model.composite.FieldModel
net.comactivity.core.pml.model.enums.SegmentRenderType
net.comactivity.core.pml.model.menu.ToolbarMenuModel
net.comactivity.core.pml.model.RootModel
net.comactivity.core.pml.PmlModel
net.comactivity.core.renderer.AbstractRendererService
net.comactivity.core.renderer.ClientInfo
net.comactivity.core.renderer.graphics.CAGCoordinate
net.comactivity.core.renderer.graphics.CAGSheetElement
net.comactivity.core.renderer.model.component.Checkbox
net.comactivity.core.renderer.model.component.Color
net.comactivity.core.renderer.model.component.Combobox
net.comactivity.core.renderer.model.component.Component
net.comactivity.core.renderer.model.component.Date
net.comactivity.core.renderer.model.component.FieldLabel
net.comactivity.core.renderer.model.component.Geohash
net.comactivity.core.renderer.model.component.Text
net.comactivity.core.renderer.model.component.Textarea
net.comactivity.core.renderer.model.component.Textarea
net.comactivity.core.renderer.model.composite.browse.BrowseColumn
net.comactivity.core.renderer.model.composite.Field
net.comactivity.core.renderer.model.menu.ToolbarItem
net.comactivity.core.renderer.model.menu.ToolbarMenu
net.comactivity.core.renderer.model.Root
net.comactivity.core.renderer.RendererInfo
net.comactivity.core.renderer.RendererModel
net.comactivity.core.renderer.util.RendererModelUtils
net.comactivity.core.services.RendererService
net.comactivity.renderer.model.component.html.CheckboxHTML
net.comactivity.renderer.model.component.html.ColorHTML
net.comactivity.renderer.model.component.html.ComboboxHTML
net.comactivity.renderer.model.component.html.DateHTML
net.comactivity.renderer.model.component.html.FkAjaxComboboxHTML
net.comactivity.renderer.model.component.html.FkComboboxHTML
net.comactivity.renderer.model.component.html.GeohashHTML
net.comactivity.renderer.model.component.html.HtmlAreaHTML
net.comactivity.renderer.model.component.html.MvxTxtIdHTML
net.comactivity.renderer.model.component.html.RadioHTML
net.comactivity.renderer.model.component.html.RlAjaxComboboxHTML
net.comactivity.renderer.model.component.html.RlComboboxHTML
net.comactivity.renderer.model.component.html.TextareaHTML
net.comactivity.renderer.model.component.html.TextHTML
net.comactivity.renderer.model.container.html.SegmentHTML
net.comactivity.renderer.model.html.CustomSegmentHTML
net.comactivity.renderer.model.html.HTMLRendererServiceImpl
net.comactivity.renderer.model.menu.html.ToolbarItemHTML
net.comactivity.renderer.model.menu.html.ToolbarMenuHTML