Constructor Summary |
---|
JsonLayoutOptions()
Constructor of loading JSON layout options. |
Property Getters/Setters Summary | ||
---|---|---|
function | getArrayAsTable() | |
function | setArrayAsTable(value) | |
Processes Array as table. | ||
function | getConvertNumericOrDate() | |
function | setConvertNumericOrDate(value) | |
Indicates whether converting the string in json to numeric or date value. | ||
function | getDateFormat() | |
function | setDateFormat(value) | |
Gets and sets the format of date value. | ||
function | getIgnoreArrayTitle() | |
function | setIgnoreArrayTitle(value) | |
Indicates whether ignore title if array is a property of object. | ||
function | getIgnoreNull() | |
function | setIgnoreNull(value) | |
Indicates whether ignoring null value. | ||
function | getIgnoreObjectTitle() | |
function | setIgnoreObjectTitle(value) | |
Indicates whether ignore title if object is a property of object. | ||
function | getIgnoreTitle() | |
function | setIgnoreTitle(value) | |
Ingores titles of attributes | ||
function | getNumberFormat() | |
function | setNumberFormat(value) | |
Gets and sets the format of numeric value. | ||
function | getTitleStyle() | |
function | setTitleStyle(value) | |
Gets and sets the style of the title. |
function JsonLayoutOptions()
function getArrayAsTable() / function setArrayAsTable(value)
function getIgnoreNull() / function setIgnoreNull(value)
function getIgnoreArrayTitle() / function setIgnoreArrayTitle(value)
function getIgnoreObjectTitle() / function setIgnoreObjectTitle(value)
function getIgnoreTitle() / function setIgnoreTitle(value)
function getConvertNumericOrDate() / function setConvertNumericOrDate(value)
function getNumberFormat() / function setNumberFormat(value)
function getDateFormat() / function setDateFormat(value)
function getTitleStyle() / function setTitleStyle(value)