blob: 5c006527d607ffe499838d5a5f08d3da4e05512e [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.jewel.beads.itemRenderers.TableItemRendererFactoryForCollectionView",
"baseClassname": "org.apache.royale.html.beads.DataItemRendererFactoryBase"
,
"description": "This class creates itemRenderer instances from the data contained within an ICollectionView and generates the appropiate table structure with thead, tbody and table rows and cells to hold the columns and data in cells.",
"members": [
{ "type": "method",
"qname": "org.apache.royale.jewel.beads.itemRenderers.TableItemRendererFactoryForCollectionView",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"return": "",
"params": [{ "name": "target", "type": "Object"}]}
,
{ "type": "method",
"qname": "finishSetup",
"namespace": "protected",
"bindable": [],
"details": ["override"],
"deprecated": {},
"return": "void",
"params": [{ "name": "event", "type": "org.apache.royale.events.Event"}]}
,
{ "type": "accessor",
"access": "read-only",
"return": "org.apache.royale.core.IItemRendererOwnerView",
"qname": "dataGroup",
"namespace": "protected",
"bindable": [],
"details": ["override"],
"deprecated": {}},
{ "type": "accessor",
"access": "read-only",
"return": "org.apache.royale.core.ITableModel",
"qname": "model",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "method",
"qname": "removeAllItemRenderers",
"namespace": "protected",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "Remove all itemrenderers",
"tags": [
{ "tagName": "royaleignorecoercion",
"values": ["org.apache.royale.core.IItemRendererOwnerView"]} ],
"return": "void",
"params": [{ "name": "dataGroup", "type": "org.apache.royale.core.IItemRendererOwnerView"}]}
,
{ "type": "method",
"qname": "createAllItemRenderers",
"namespace": "protected",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "create all item renderers",
"tags": [
{ "tagName": "royaleignorecoercion",
"values": ["org.apache.royale.core.IIndexedItemRenderer", "org.apache.royale.core.IIndexedItemRendererInitializer"]} ],
"return": "void",
"params": [{ "name": "dataGroup", "type": "org.apache.royale.core.IItemRendererOwnerView"}]}
,
{ "type": "method",
"qname": "removeElements",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "remove all elements in a container. Needed to remove THEAD contents as part of cleaning",
"return": "void",
"params": [{ "name": "container", "type": "org.apache.royale.core.IParent"}]}
,
{ "type": "method",
"qname": "createHeader",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Create the THEAD in the creation phase with the columns info",
"return": "void",
"params": []}
]
}