blob: 9a2b589e00daff16f251a1a65c7a22840eaf11cf [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.mdl.Grid",
"baseClassname": "org.apache.royale.html.Group"
,
"description": "The Material Design Lite (MDL) grid component is a simplified method for laying out content for multiple screen sizes. It reduces the usual coding burden required to correctly display blocks of content in a variety of display conditions. The MDL grid is defined and enclosed by a container element. A grid has 12 columns in the desktop screen size, 8 in the tablet size, and 4 in the phone size, each size having predefined margins and gutters. Cells are laid out sequentially in a row, in the order they are defined, with some exceptions: If a cell doesn't fit in the row in one of the screen sizes, it flows into the following line. If a cell has a specified column size equal to or larger than the number of columns for the current screen size, it takes up the entirety of its row. You can set a maximum grid width, after which the grid stays centered with padding on either side, by setting its max-width CSS property.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.mdl.Grid",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "constructor.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": []}
,
{ "type": "field",
"qname": "_nospacing",
"return": "Boolean",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "Boolean",
"qname": "nospacing",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "A boolean flag to activate "mdl-grid--no-spacing" effect selector. Optional. Modifies the grid cells to have no margin between them.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "method",
"qname": "computeFinalClassNames",
"namespace": "protected",
"bindable": [],
"details": ["override"],
"deprecated": {},
"return": "String",
"params": []}
]
}