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