Closed DanielBullimore closed 4 years ago
sanity checking finds color parameters accept string not color object UML class is out of sysnc with UML Class Diagram Final Draft. Some attributes are public scope that should be protected: objHighlightColor, rayItems; objHighlightColor does not have get or set methods objForegroundColor is redundant as OoListItem inherits from OoText which already has a text color property. Correcting. Sanity check complete
Priority: Unset
Depends:
0.0 Master (OO)-[OO.class.js] => 0.1 Point (OoPoint)-[OoPoint.class.js] => 0.1.1 Region (OoRegion)-[OoPointRegion.class.js]
Implements:
0.1.1.2.1 List Item (OoListItem)-[OoPointRegionTextListItem.class.js]]
UML:
Overview :
Effectively a graphical means of displaying arrays of objects. By default displays text list items.
Description:
Encapsulates all code required to define, render and control a OO List Box (OoPointRegionListbox.class.js) object. OO List Box objects contain OO List Items or OO List Item decedents. One list item can be selected, its then highlighted. When selected a list items's funOnSelectAction() method is called. This function can be defined and redefined at any stage of the instances life span.
Methods:
Properties: